Answer Posted / jyotsna
We can handle runtime errors by using Exception Handling
option in winrunner. In this we have 4 types of exceptions.
1. POPUP Exceptions
2. TSL Exceptions
3. Object Exceptions
4. Web Exceptions.
Correct me if i'm worng:)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What is the file extension of the code file and object repository file in QTP?
Give me some real time point of way where exactly we can conduct audits?
What is throw Object?
assume i have few url link how will i dynamically call then using descriptive programming?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
How to modify the text checkpoint?
Mention what are the different types of recording modes in qtp? Which will be used when?
How many types of parameters are available in quicktest professional?
How you know that a test case is a regression test case
Tell me one scenario, the complex functionality you have automated in your project?
Diff b/w test scenario's and test Procedures?
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 analyzing test results using quicktest professional?
What are the recording modes in wave event?