What are FAST and NORMAL modes in qtp ? Why r these modes
intended for ?
Answer Posted / ssrinivas
Hi,
When ur running from QC it is in Fast Mode and Normal Mode
is when execute from QTP.
Main Difference is in Fast Mode QTP doesn't show Execution
marker where as in Normal Mode it will show the Execution
Marker.
Thanks & Regards,
S.srinivas
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what type of run time errors you get while you ar edoing rpg program?
What is the difference between qtp and selenium?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Your roles and responsibilities and daily tasks? (As automation tester)
How QTP identify the system time that's changes every seconds?
How to use parameterization in qtp?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Explain about the test fusion report of quicktest professional (qtp)?
How qtp identifies objects?
How to analyzing the checpoint results?
How many types of actions are there in quicktest professional?
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
Describe how Smart Identification is used
How will you handle java tree in qtp?
What is reusable action?