7. Given scenario is like this: One Web table is there
and you have to search and retrieve a cell data which is
equal to the given number say:123. Assume you have given
with the column name/id of the table where the number may
exist. So now you have to go to the given column and search
for the number 123 and retrieve it along with the row
number of it.
Answer Posted / gangadhar reddy
row=Browser( ).Page( ).WebTable( ).GetRowWithCellText("123")
it will returns the Row Number in which the cell data is 123
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe how Smart Identification is used
wt is the use of multiple questions in QTP
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Can you write a script to check if the folder exists or not?
What is regular expression?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
What is RTM (require ment tracebulity marix) fromate?
Hi How to retrieve data from web element line by line?
how will load the object during runtime?