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 |
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
what is mean by output parameters? I need full description with example. tell me any one please
do you prepared framework,pls answer this
What is difference between shared and local object repository?
hi friends can any one provide me the project in qtp because i have to attend to interview within one week atleast you provide the website address which provide the qtp projects
how you have used object libraries? plzzzzz do answer
what sort of things what u put in Bug Report ?
What is debugging? How you debug your script?
What is the difference between Dim And Redim
4 Answers Hotel Jobs, IBM, Microsoft,
Differences between quicktest professional (qtp) and winrunner?
Explain quicktest professional testing process?
What is the difference between a Function and Procedure in QTP?