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



I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with des..

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

I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with des..

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

Post New Answer

More QTP Interview Questions

Hi, It is HR question. What are the qualities you like and dislike in your Project Manager?

2 Answers   TCS,


Suppose one object is changed in a project after delivering the project.Where we will update that object? it can be present in many scripts so can we update all the scripts?

1 Answers   IBM,


I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?

1 Answers   TCS,


Can objects recognised without repository?

5 Answers  


Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma

0 Answers  






Hi all , I have installed the QTP 11.0 Whenever I am opening QTP that time if any open Internet Explorer I was getting message (Internet Explorer has encountered a problem and needs to close. we are sorry for inconvenience caused) and same way new browser also not opening. If you have any idea please let me know.

2 Answers   ME,


what are the metrics in general we use in testing

1 Answers   Tanla Solutions,


What is quicktest professional (qtp)?

0 Answers  


What is Modular framework and Keyword drive framework? Explain

4 Answers  


Plze let me know how you can validate in the QTP that printed documents is correctly printed or not ie how we can do the validation that all the records or text are printed successfully in the printed document as per the application format requuired.

4 Answers   MBT,


what is exit and entry criteria of automation testing. any body wants a real time script,please mail to me. contactno;9986435766

2 Answers  


How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

0 Answers  


Categories