In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
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 |
Is QTP supports Unix. If yes, then how the test automation is done?
What is the Diff between Image check-point and Bit map Check point?
how u track bugs using Test director in manual testing.
It is regarding VBScript, how to export our function results to ExcelSheet through VBscripting. Ex: I have written add function, that result should export to Excel.
How we can test a Frame in a web page?
What is keyword view?
What type of framework you are using in your company and explain it?
what is descriptive.create()in qtp?
Which object model ur used in ur project
Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.
What is a Dictionary object in QTP.?
How to count the no of objects in XML file(QTP)