Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what type of run time errors you get while you ar edoing rpg program?

2020


What is the difference between qtp and selenium?

1092


what is the diff b/w assistive and mandatary rules of object repository in QTP???

2233


Your roles and responsibilities and daily tasks? (As automation tester)

3134


How QTP identify the system time that's changes every seconds?

1107


How to use parameterization in qtp?

1121


What is meant by a Check Point in UFT? Also, explain the applicable Check Points.

1290


Explain about the test fusion report of quicktest professional (qtp)?

1054


How qtp identifies objects?

1040


How to analyzing the checpoint results?

1112


How many types of actions are there in quicktest professional?

1029


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

2020


Describe how Smart Identification is used

2301


How will you handle java tree in qtp?

1154


What is reusable action?

1173