After running scripts how you report results ,there is any
specific report form
Answer Posted / ram
deeps answer is exact.But there is one more event
4- warning.we cant write directly "warning" we just need to
mention the digit in place of event status.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differences between quicktest professional (qtp) and winrunner?
What is parameter in qtp?
How to analyzing test results using quicktest professional?
When using descriptive programming?
What is expert view and keyword view?
What are the different types of checkpoints?
How do you perform Regreession Testing?
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); }
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
please post the interview questions for QA position in FACTSET
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
What is the Difference between test object and run time object?
What is QTP scenario.
Have you done batch testing in qtp? If yes how you are doing?
Diff b/w test scenario's and test Procedures?