Please tell me the steps to record the test in Analog
recording mode in QTP version 9.2???
Answer Posted / hima7
it is a special recording mode provided by qtp.which is
used for recording the continuous operations.
navigation:
1.keep the tool under recording mode.
2.activate the menu item automation.
3.select the option analog recording mode
4.select one of the following option
record relative to the screen
record relative to the following screen
5.if second option is selected specify the window title
6.click on the start analog recording button
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
What is the use of sendkeys and what are send keys
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
What is the file extension of the code file and object repository file in QTP?
What is recovery scenario manager? When you go for recovery scenario manager?
What is use of object spy?
how to test use the quality control .how to verify the image verification
Does Low-level recording capture mouse movements?
What is the registration process and examination fees?
Explain types of descriptive programming?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
how to prepared for first for the first interview?
What is checking bitmaps?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?