What are the recording modes and executing modes avialble
in QTP?

Answer Posted / sudeepthz

Different Recording modes in QTP
1. Normal Recording (F3)
2. Analog Recording (Alt+Shift+F3)
3. Low Level Recording (Ctrl+Shift+F3)

And the paths to get the execution modes in QTP

Tools--> Options--> Run Tab--> there we can change the
executing settings..

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to integrate the qualitycenter with qtp

1781


what type of framework u r using in ur organization

1658


What are the challenges you faced during you entire life automation ?

1016


How to test the login page in different ways in automation testing and i need code?

1358


How many types of actions are there in quicktest professional?

518






What is the syntax to call one script from another?

544


Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com

1443


What are the features supported by UFT?

677


What are the ordinal identifiers in web page?

648


What is the file extension of the code file in qtp?

567


Is text area check point supports for web applications?

546


What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????

1730


How to create scenario selector

1493


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

3625


What is the basic concept of quicktest professional?

546