How many types of Actions are there in QTP?
Answer Posted / ramarao
Three types of actions are there :
1.reuabale action.
2.non reusbale action.
3.external action
default one is the non resubale action.
| Is This Answer Correct ? | 31 Yes | 7 No |
Post New Answer View All Answers
Why qtp the best testing tool?
Can launch two instances of qtp on the same machine?
What is the difference in testing a client-server application and a web application?
How many types of object repository in qtp?
What is the Difference between copy to action and call to action?
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
Mention what are the different types of recording modes in qtp? Which will be used when?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Can we run multiple QTP scripts one after the other without manual intervention? How?
What Folder Structure following in Keyword Driven Frame work?
What are the different recording modes and how do they work?
What is the Difference between test object and run time object?
What r the different filters in defect in quality center
what is the difference between data driver & data driven and driver script?