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
How to get popup error message.
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
What is the synchronization point in qtp?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
what QTP Options do you know?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What is the difference between run time object and test object in QTP?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Have you done batch testing in qtp? If yes how you are doing?
what type of run time errors you get while you ar edoing rpg program?
What is the basic concept of quicktest professional (qtp)?
What are the methods used in UFT to handle exceptions or run-time errors?
Dis advantages of XML checkpoint ?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
Is it possible to use two instances of UFT on the same machine? If not why?