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
Explain Descriptive Programming Types with Examples?
What are the views available in quicktest professional?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
How to handle dynamic objects in quicktest professional (qtp)?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Why we load add-ins in qtp?
What is text/text area checkpoint?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
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?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
How would you directly trigger javascript in a test?
Explain how qtp identifies object?