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
Answer / nidhi jain
To recognize web table using QTP you need to use SPY.
Using spy clieck somewhere inside you webtable.
you will get webelement and above that in hirarchy you will
get web table. Save this table in your object repository.
now do the coding like below
msgbox Browser("XXX").Page("XXX").WebTable
("XXX").getCellData(1,2)
here 1 is row number and 2 is column number
| Is This Answer Correct ? | 6 Yes | 0 No |
1.what is the difference between childobjects and child items in qtp? 2.what is difference between a class and function? 3.can u convert ustimings to indian timings using vbscript? 4.i have scripts in one machine.can i run those scripts in another machine.how?
2 Answers Genpact, Infosys, Symantic Space, TCS,
The string is like POWER STAR PAVAN , write a script for this how to findout the number of "A" in the string ?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
In a web page when we enter the city name corresponding zip code is coming in the required field.Can any one please write how to test using QTP,whether this code is coming from Database or not.
difference Between Call Run action and copy of action?
How to use parameterization in qtp?
banking domain description for software tester for interview
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
How many function you use in your application?
in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser
Find the 'String' from excel sheet and save to another sheet.But we don't know the string column number and row number?