Answer Posted / alpna bharti
1 Start QuickTest and open the Parameter test.
2 Save the test as Output.
3 Confirm that the Active Screen option is enabled.
4 Select the text you want to use as an output value.
5 Set the output value settings.
6 Modify the table checkpoint.
7 Save the test.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use output values in qtp ?
What is data driver in qtp?
How to use Environment parameterization? Explain with an example.
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Should have experience in framework means?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Explain runtime dynamic settings?
What is difference between run time object and test object?
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 is the registration process and examination fees?
How to creating an output value using quicktest professional?
What are the major/ important methods, functions in QTP we use realtime testing
What is regular expression?
Why qtp always start action1 and does not start action?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?