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
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 |
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 |
What does it mean when a check point is in red color? What do you do?
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
How you can find length of array in qtp?
What are the technics follow in writing VB script?
What is different command used in command Prompt while using QTP?
What is Step generator in qtp? wt is the use? can u any body explain me? plz
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.
what is advantage of descripting programming in QTP?
where did you automate in your project?(please tell me example senarios)
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
What are the properties you would use for identifying a browser and page when using descriptive programming?
tell me about regular expressions in QTP? where we use? give eample?