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
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
can u please explain what is the exact difference between qtp8.2 and 9.0
What are the advantages of parameterization ?
Object repositories types, which and when to use?
if our qtp vb Script may be Currepted then What we want do?
How many types of actions are there in quicktest professional?
What test cases can you automate using QTP?
What is the keyword view and expert view in qtp?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
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
What are test settings and global settings?
How to use descriptive programming?
how will load the object during runtime?
How to execute a winrunner script in quicktest professional?
Explain the concept of object repository and how quicktest professional recognises objects?