In web page there is five OK buttons available, while
recording i click on 3rd OK button, How QTP identify the 3rd
OK button while running script? Is qtp identify 3rd ok button?
Answer Posted / tvs ramakrishna chowdary
ur having answer in ur question only..ur telling that 3rd
ok button this 3rd is nuthing but index of that button..
but here small change index nos atart form 0,1,2.....and so
on
ex:browse(browser).page(page).webbutton
("name:=ok",index:=2").click
than it understoods that third ok button
or by Creation time:
----------------------------
ex:browser(browser).page(page).webbutton
("name:=ok","creationtime:=2")
than our qtp understoods that 3rd ok button
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Key word driven framework
How to use debug tools?
What are the views available in quicktest professional (qtp)?
when to start the automation?
Can you write a script to check if the folder exists or not?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
How to analyzing the checpoint results?
is there any addin for remedy user application
How often were they executed?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
Did the scripts need lot of maintenance? If yes, why?
What test you perform mostly? Regression or retesting in your testing process?
What test cases can you automate using QTP?
What are the types of object repositories? Which one is you using?