where we save the scripts created in one project?
Answer Posted / shyam.meghansh
In the framework.......
*********************
If any more querys them mail to me
testingwithshyam@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to handle dynamic objects in quicktest professional?
Hi Samrat, Thank u very much, what u said it is right.
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
can u please explain what is the exact difference between qtp8.2 and 9.0
Difference between copy to action and call to action?
Is text area check point supports for web applications?
Hi All, How to get repeated word in string . Thanks Balaji
what is meant by Implicit and explicit requirements?
What are the data types in qtp?
what is review
what function you write to do database testing with the help of qtp?
Explain the concept of object repository & how qtp recognizes objects?
what is output value in QTP and how it can be used in automation 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); }
How to execute a winrunner script in quicktest professional?