How u perform exception handling in QTp,what is other name
for ths
Answer Posted / debashish (satyam)
The other name for Exception handling is Recovery scenario.
There are 4 Triggers
1.Popup Window.
2.Object State.
3.Test Error.
4.System Crash.
The solution are
1.Function call.
2.Keyboard or mouse Operation.
3.Restart.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How u will do versioning in QTP?
What are the 3 main stages involved in testing with qtp?
How to check feasibility of the appliction?in automation testing?
How do you convert manual test cases to automated test cases?
images are dynamically changes how to compare two images with out using the bitmap
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How to suppress warnings from the test results page?
Explain features of the latest version of qtp/ uft 12.1?
What is expert view and keyword view?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
How do you open adobe acrobat file in QTP and do some testing on that file ?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
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 to integrate the qualitycenter with qtp