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 |
Hai anyone please "Explain about Framework in QTP?"
is we can import the object repository from external source. if it so then how?
Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better
Analyzing the Checkpoint results ?
What kind of errors can b handled in QTP in real time scenario?
There is web page with the webtable,this contains some data, how do you manipulate the data.
can i automate java web application using qtp web addin only not using java addin
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?
What is quick test pro? What is a quick test professional?
Where to use Property Let, Property Get, Property Set in UFT
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
how to add run-time parameter to a datasheet?
1 Answers Mphasis, Ordain Solutions,