In Login two edit box which object class property value is
same, How to enter into 2nd edit box in qtp by vbscript.

Answers were Sorted based on User's Feedback



In Login two edit box which object class property value is same, How to enter into 2nd edit box in ..

Answer / netesh

using index property.
browser("x").page("x").webedit("y","index=1").set "abc"
' index 1 means first object which is left to right and top to bottom

Is This Answer Correct ?    8 Yes 0 No

In Login two edit box which object class property value is same, How to enter into 2nd edit box in ..

Answer / rahul

If the object class property value is same.

Enable smart identification which can find the unique property value that could't found by quick test,this enables you to further step.

Is This Answer Correct ?    7 Yes 0 No

In Login two edit box which object class property value is same, How to enter into 2nd edit box in ..

Answer / venkatesh

By creation Time

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More QTP Interview Questions

What does it mean when a check point is in red color? What do you do?

0 Answers  


In my script there is a link(e.g. 'My Page') when I execute the script sometimes(not every time) QTP throws an error that "My Page(as link)" not found. Pleaase tell me where I need to update

3 Answers  


How you can find length of array in qtp?

0 Answers  


What are the technics follow in writing VB script?

0 Answers   CTS,


What is different command used in command Prompt while using QTP?

0 Answers  






What is Step generator in qtp? wt is the use? can u any body explain me? plz

1 Answers  


Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.

2 Answers  


what is advantage of descripting programming in QTP?

3 Answers   ADP,


where did you automate in your project?(please tell me example senarios)

2 Answers  


In Developer view it is a high priority defect & in tester view it is a low severity defect what is that how to define with an example

2 Answers   Broadridge,


What are the properties you would use for identifying a browser and page when using descriptive programming?

0 Answers  


tell me about regular expressions in QTP? where we use? give eample?

2 Answers   IBM,


Categories