Answer Posted / ravindra
1.plane your test
2.Record your test
3.Enhance your test:means parameterizing(or)putting check
points(or)creating output values(or)Using Reguler
expression.
4.Debug your test
5.Run your test
6.Analyze the Result
7.Report defects
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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 and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
How many types of recording modes in the qtp?
explain abt dyanamic changing object with example?
when u script reveiwing in which area u more concentrates?
how did u use automating testing tools in ur job?
How many types of run modes are there in qtp?
What are the Disadvantages of shared object repository?
why you have standardized functions? plzzz guys with real time exp. do answer
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
What is the difference between call to existing action and copy of an action?
what is Property......End Property loop? how to write sript for it in QTP
How do you test DLL files using automation Tool QTP?
How is UFT 11.5 version different from UFT 12.0?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?