i want click on a link which is in 3rd row and 2nd column of a
web table.write script to execute
Answers were Sorted based on User's Feedback
Answer / ashish srivastava
Browser().Page().Webtable().Childitems(3,2,"Link",0).Click
this will click on the 3rd row and 2nd column of the web
table
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / digi
set objPage=Browser().Page()
set objLink=objPage.WebTable().ChildItem(3,2,"Link",0)
objLink.click
| Is This Answer Correct ? | 2 Yes | 0 No |
Have you used TD?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT
Hi, Has anybody attended IBM interview on 17th APR 2010,and got offer letter? I had given interview and selected also but still did not recieve offer letter.
Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.
How to use debug tools?
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
what is the difference between development and testing
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
How to make arguments optional in a function?
what is the frame work your using in automation testing