difference between recording methods and recording modes in QTP

Answer Posted / srikanth

1)context sensitive mode for normal recording.
2)analog recording is for Continues recording whare normal
recording notpossible.
3)lowlevel recording is for Non environment (no addins).
In this only few options like drag, drop, click, move can
be done

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is QTP’s model for test creation?

688


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

3623


How do we handle run-time errors?

592


What are the differences between quicktest professional and winrunner?

550


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?

3601






Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..

1525


How do you know the location Id of an object if you know its index id?

600


What are table and db checkpoints?

594


i can done the project with QTP in that time i can say how many members in my team size?

1374


What is standalone database?

1753


How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one

1606


What is object spy in quicktest professional (qtp)?

546


give me an example where u used good judgement and logic in solving a problem

3368


When to use descriptive programming?

597


Explain calling sub procedure.

628