i want click on a link which is in 3rd row and 2nd column of a
web table.write script to execute
Answer Posted / digi
set objPage=Browser().Page()
set objLink=objPage.WebTable().ChildItem(3,2,"Link",0)
objLink.click
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the properties you would use for identifying a browser and page when using descriptive programming?
Dis advantages of XML checkpoint ?
What is the use of sendkeys and what are send keys
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
Sql questions to find second max salary and how to use joins
How to import a test case present in ".xls" file to TD under a Test set?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
What is quick test pro?
Who uses qtp tool?
banking domain description for software tester for interview
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
why should we give deliver good quality software?
Hi All, How to Compare two strings character by character in QTP
What is quick test pro? What is a quick test professional?
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?