In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
Answer Posted / pushkar1206
If name is changed dynamically then index would be used here to identify link. Code:
Set a=Browser("").Page("").webtable("").childitems(2,3,"link",index_value)
a.click
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
How do you synchronization point through DP?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
What are the main differences of qtp and win runner?
What is business process testing(bpt) in qtp?
What is clean sweep?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
what is actually contain test report? can anybody post the test report
how did u use automating testing tools in ur job?
Explain the concept of how quicktest professional (qtp) identifies object?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
can u please explain what is the exact difference between qtp8.2 and 9.0
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?