i want click on a link which is in 3rd row and 2nd column of a
web table.write script to execute
Answer Posted / ashish srivastava
Browser().Page().Webtable().Childitems(3,2,"Link",0).Click
this will click on the 3rd row and 2nd column of the web
table
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
There is an excel file of 1 to 100 sheets how you will iterate through it?
What are the five challenges you faced in QTP?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
what is Property......End Property loop? how to write sript for it in QTP
Does Low-level recording capture mouse movements?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
How many types of status are there?
Is QTP supports Unix. If yes, then how the test automation is done?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
What is QTP and the use of QTP in TD?
Explain in brief about the qtp automation object model (aom).
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.