Why do we go for Qtp?
What are the advantages of qtp?
Diff between winrunner and Qtp?
Answer Posted / pranathi
All the drawbacks of manual testing are addressed here in QTP.
Advantages of QTP:
Speed of execution.
Accuracy.
QTP:
1.QTP uses VBscript language.
2.QTP supports almost of all technologies.
3.It has data table facility.
4.QTP supports wed applications.
5.QTP is not a case sensitive language.
6.QTP is a compiler.
Winrunner:
1.it uses the TSL(like c)language.
2. it will not support the all technologies.
3.it is not having the data sheets.
4.It not support the web applications.
5.it is a case sensitive language.
6.Winrunner is a interpreter.(executes line by line)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
How did you use regular expressions in QTP and also in WR?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
What is test object model in quicktest professional?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
How to do call a output parameter from one action to another action??/
How to analyzing test results using quicktest professional?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What is the syntax for how to call one script from another?
How do you create new test sets in td?
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
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 between Keyword Driven test and Data Driven test?
Explain the benefits of quick test pro(qtp)?