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

What are the different recording modes and how do they work?

615


When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.

1603


What are the different ways to invoke an application using QTP?

641


How many types of trigger events are there in qtp?

549


How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined

1463






This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10

1507


How do know the number of browsers opened?

625


Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.

1367


Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work

1438


What is the syntax to call one script from another?

538


How to analyzing test results using quicktest professional (qtp)?

586


what is the hierarchy to use properties in descriptive programming

1496


what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com

2314


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1485


How you know that a test case is a regression test case

3055