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...

Explain the check points in QTP?

Answer Posted / ayappan radhakrishnan

# To check the object propertes in running time.
# Verification point.
# To check actual result and expected result.
Example:

actual = OK
expected = OK

* here actual ana expected result are same so "Pass" test
scrip........

If you have any doubts regarding "Testing" just visit this blog
URL" http://softwaretesterchennai.wordpress.com/

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I lauch my test website using code from qtp in different environmet, uat and PPTE?

1973


can u please explain what is the exact difference between qtp8.2 and 9.0

2128


What are the advantages of parameterization ?

1006


Object repositories types, which and when to use?

1022


if our qtp vb Script may be Currepted then What we want do?

1864


How many types of actions are there in quicktest professional?

932


What test cases can you automate using QTP?

1041


What is the keyword view and expert view in qtp?

895


can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?

2061


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

1917


What are test settings and global settings?

1035


How to use descriptive programming?

1080


how will load the object during runtime?

2022


How to execute a winrunner script in quicktest professional?

968


Explain the concept of object repository and how quicktest professional recognises objects?

955