Diff. between keyword driven Data driven testing?
Answer Posted / sushmita
key board DDT is to read values from key board
TSL stmts
create_input_dialog("message");
using for loop
for(i=1;i<=5;i++)
{
x=create_input_dialog("enter order no");
Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
What is the difference in the global and action sheet in qtp?
What is file database?
Hi,All How to create a link in excel sheet using qtp
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
Did the scripts need lot of maintenance? If yes, why?
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 optional step in qtp? How you can add optional step in qtp?
What is a programmatic description?
How to create a standard checkpoint ?
Differences between text and test area checkpoints?
Can anybody post some real time scenario in qtp? please its very urgent.
How you debug your script?
How many ways we can parameterize data in quicktest professional?
what is clean sweep?