I have a web table,in that web table in 3rd row 4th coloumn
i have a link how to click it with descriptive programming?
I have a webedit without entering any value how to calculate
the size of that field?
I have a DB table , how to find the 5th highest salary?
write query.
Answer Posted / rajagopalreddy.purini
dim obj
set obj=browser("name").page("name").webtable("name")
wtable=obj.childitem(3,4,Link,0)
wtable.click
here 3= row,4=column,0=index
if its wrong plz tell me
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Why is action split used by qtp?
Explain the features of quick test pro(qtp)?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
Suppose I want fail that check point? How can you do that?
What is accessibility check point?
Analyzing the checpoint results?
What is text/text area checkpoint?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
With what extension you can save the list of tests in a file to run in test batch runner?
What are the types of environment variables in qtp?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
How can we conduct U-I Testing by using QTP??????
What are the recording modes in qtp?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly