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 |
What does ".mst" stands for? (abc.mst)
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Is it a smart choice to use QTP for backend testing?
What is the difference between check point and output value.
hi i have one issue while automating the script using QTP i want scrool down .i cannot do even using scrool down methqad is not working .the object will take WebElement plz is there any code help me
dears, I have one question for QTP.If my software is english and defined objects is english name. But, if my software has support MUI, under this case that my objects in the QTP can't work, because the QTP can't catch the objects name. In this case, is anybody know how to solve this problem? Thanks a lot.
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
How will you find the current time of the remote machine using QTP script?
How does u create new test sets in TD?
How can I test the unix shell in QTP
During test run,How will you copy/paste from/to clipboard?
What is the difference between gettoproperty and settoproperty?Explain with an example?