Predict the output

Set objEdit = Description.Create  
objEdit(“micclass”).Value = “Link”  
objEdit(“name”).Value = “username”  Browser(“...”).Page(“...”).WebEdit(objEdit).Set “test_user_name”
  1. The code is perfectly valid. It sets the specified value in the web

  2. name property is incorrectly defined for the link object

  3. Syntax of Description object is incorrect.

  4. Defined link object is incorrectly used as an edit box object. Hence issuing a Set method is invalid


Correct Option: D

Find more quizzes: