i want click on a link which is in 3rd row and 2nd column of a
web table.write script to execute
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / digi
set objPage=Browser().Page()
set objLink=objPage.WebTable().ChildItem(3,2,"Link",0)
objLink.click
| Is This Answer Correct ? | 2 Yes | 0 No |
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Can we check environment variable value without existing of environment variable
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
what is the structure for the data driven framework
How many types of parameters are available in quicktest professional?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
i have to prepare qtp certification course. so, please send me qtp tutorial notes.
write script for how to add function library in QTP
I want to assign values in a table in my software, in first column i will give values, table is of 4x4 i.e 4 row and 4 columns, i m using VBScript in my automation work. it is a simple table for giving values.
What are the disadvantages of recording test cases in qtp?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
what is Property......End Property loop? how to write sript for it in QTP