Tell me Three major differences between QTP & Winrunner?
Answer Posted / sreeprasad
1). Descriptive Programming is possible in QTP.
2). .Net applications are supported in QTP.
3). Various checkpoints are available in QTP other than
(Text, Database, Bitmap) in WinRunner.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hello friends..... On which areas of an application we can not test with QTP
How to test login module with different username and password by using data driven testing in QTP?
What is a data driven test in qtp?
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 file extension of the code file and object repository file in QTP?
What is the recovery scenario in qtp?
How qtp identifies objects?
What is difference between shared and local object repository?
Have you faced any problems with object repository?
What do you mean by iteration?
How to modify object property in qtp ?
How you can delete excel file in qtp?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
QTP script is not working on other's machine..
what is the difference betn QTP 8.0 AND PREVIOUS VERSION