Tell me few important difference Between QTP and WinRunner?
Answer Posted / bharathchowdary
Main difference between winrunner & QTP is
QTP Supports .netApplications & Full fledge java
Applications, these are not suppoerted by winrunner .
QTP having 9 check points where winrunner is having 4 check
points.
we can create reuasble action in QTP but not in winner.
these are the major differences.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
how u will evaluate the tool for test automation?
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 contained in the object repository?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
What is the use of Debug Viewer?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
Explain object spy in qtp.
How to find Operating system information using QTP script?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
In qtp, how you can get the last character from a string?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
what is command for executing files?
When and why to use descriptive programming?