For an application we automated QTP scripts. At the same
time new requirement comes for a new module for the same
application and its already developed. So how we automated
now
this new module with the old application(using old QTP
script).
Answer Posted / nitin sharma
First u have to clear the question.As per my understanding
if a new module is added in the application then do Basic
Recording -> then parameterisation -> check points -> Dry
run -> script handover.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
explain structured testing? plz guys with exp. do answer
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
What are the differences between qtp and winrunner?
If I give some thousand tests to execute in two days what do you do?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
Explain different checkpoints in qtp.
What is the virtual object?
How many types of recording modes in qtp? Describe each type with an example where we use them?
What is ObjectParamater?
How to analyzing the checpoint results?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
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 difference btn risks & Therads in the Test plan documentation?
What are the different ways to invoke an application using QTP?