Where u will use output checkpoint in QTP?
Answers were Sorted based on User's Feedback
Answer / king
output value is used for to capture the value from
application and stored into the run time datatable.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / kanaka suresh macherla
The output of one test will be taken.the same output value
will be stored in datatable and will be given as input to
other test.this is the concept of output values in QTP.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / ravi
Text output check point.It is kind of passing dynamic data
in the web application testing at runtime.
Please correct me, if I went wrong!
Thanks for reading
| Is This Answer Correct ? | 3 Yes | 2 No |
QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?
What is the extension for Recovery scenario?
Hi cud you plz answer my question.. what is the size of Object Repository?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
what is run-time object property in Object spy in QTP9?
What are the types of Object Repositories in QTP?
How qtp recognizes the object?
how to write regular expression for Date field?
explian about the qtp frame work? where u can use it in your project?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?