Answer Posted / thirumalareddy
there are two types of run-time errors
expected (if we know in which line of script it is occuring)
and unexpected (if we do not know the occuring place)
for expected run-time errors we will handle using VB script
like on error resume next method
for unexpected errors we will go for recovery scenario
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What contains Data Driven Framework document in qtp?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
How many types of recording modes are there?
Hi, how can we check or avoid the memory leakage in QTP9.2?
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); }
What is system testing and what are the different types of tests you perform in system testing?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
What is throw object?
What are the automation metrice in your project?
what is ODC and GDC?
what is the advantages and disadvantages of using functions instead of re usable actions
Why qtp always start action1 and does not start action?
Explain the difference between call to action and copy action?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?