Could someone explain me how to work on Out put values,
explain with some example on Flight Reservation. I want to
insert the out put value for the order No. Please explain
the steps with some example.
Answer Posted / pooja
http://0201.netclime.net/1_5/K/A/F/QTP8_Student%
20Handboo.pdf
open the above link
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
how to test Web application using QTP software
Explain xml checkpoints.
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); }
How will you handle java tree in qtp?
What is QTP’s model for test creation?
On what document base Descriptive programming is written if build is not yet ready ?
Shall we add Local Repository to shared object repository,if yes,how we add
what is object and child object.. explain ..if possible give some example for better understanding ..
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
What do you mean by checkpoints in qtp?
what is impact analysis on regression testing?
Is it possible to call from one action to another action in qtp?
Is any limitation to xml checkpoints?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??