Suppose i have given 10 test cases all the test cases should
be automated?
Answer Posted / lakshminarayana
Google it about ROI.........
-:)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use Environment parameterization? Explain with an example.
Explain how you can replace string in qtp?
what is the advantages and disadvantages of using functions instead of re usable actions
What the differences are and best practical application of Object Repository?
What is Port testing. Whhen will you perform?
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 the use of text output value in quicktest professional (qtp)?
Explain QTP using different development techniques ?
How to modify the text checkpoint?
what is the difference between built-i function and In-built function?
Does Low-level recording capture mouse movements?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
What is the difference in testing a client-server application and a web application?
Describe function procedure in vbscript.
What is throw object?