How many types of recording facility are available in QTP?
Answer Posted / alok singh
QTP provides three types of recording methods-
* Context Recording (Normal)
* Analog Recording
* Low Level Recording
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you test a stapler?
What is the quicktest professional (qtp) testing process?
When should I use smart identification?
How to create scenario selector
How many types of parameters are available in quicktest professional?
i can done the project with QTP in that time i can say how many members in my team size?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
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
What is data driver in qtp? Where we use it?
What is test object model in quicktest professional?
How to save your test using quicktest professional?
What is the difference in testing a client-server application and a web application?