Answer Posted / suneel reddy
out value is feature provided by qtp to capture a value
from an application or from the data base or from the xml
file during excution and stores it under a specified column
in the runtime datatable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain in brief about the quicktest professional (qtp) automation object model?
How you calling actions in qtp?
When you open QTP, how many sheets you can see?
What is a data driven test in qtp?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Can any suggest me what is exposure testing?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
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
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How to remove associated function library?
How many types of recording modes are there?
What is the difference between the design-time and run-time data tables?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp