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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / amol
select top 1 salary from employee where salary in(select
top 6 salary from employee order by salary DESC) order by
salary
| Is This Answer Correct ? | 2 Yes | 6 No |
What is the difference between link and hyperlink?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
what is the script(qtp) to export and import the datas from MSaccess to Excel sheet.if anybody know plz tell me.
what is the advatages of merging of object repositories in Qtp9.0
what is run action?
What does it mean when a check point is in red color? What do you do?
how do check the links in a webpage ?
Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.
what properties do use to identify a browser and page while using descriptive programming?
Basically why we need testing?
How many ways we can parameterize data in quicktest professional (qtp)?
If you are testing a web application then what will you test in that application?