How many types of Recordings are there in QTP and what are
they?
Answer Posted / vasavi juvvadi
There are 3 types of Recording modes available in QTP.
They are
1, Standard Recording mode: It is default mode
2, Analog Recording mode
3, Low Level Recording mode
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
What are metrics and matrix?
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
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Where to use Property Let, Property Get, Property Set in UFT
what type of framework u r using in ur organization
Explain data driven framework?
There is an excel file of 1 to 100 sheets how you will iterate through it?
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
How many types of actions are there in quicktest professional?
How to test login module with different username and password by using data driven testing in QTP?
Explain the difference between call to action and copy action?
Explain quicktest professional (qtp) testing process?
Is it possible to merge two object repository files in qtp?
Explain process of smart Identification in QTP?