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
How to carry out bit map check points in QTP
Explain qtp(quick test professional)?
What is RTM (require ment tracebulity marix) fromate?
What are the types of data tables in qtp?
Differentiate the type of test cases which can be automated and which cannot be automated?
How can you exit from an action?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What do you to script when objects are removed from application?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
Is it possible to call win runner script in qtp?
Explain sub procedure of vbscript.
How will you check a web application for broken links using qtp?
what is Property......End Property loop? how to write sript for it in QTP
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
Explain the difference between check point and output value?