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


Please Help Members By Posting Answers For Below Questions

What is the difference in the global and action sheet in qtp?

756


What is file database?

1858


Hi,All How to create a link in excel sheet using qtp

3182


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

1668


i need qtp tutorial. pls send it to sridhar.k151@g mail.com

1842


Did the scripts need lot of maintenance? If yes, why?

3525


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

1697


What is optional step in qtp? How you can add optional step in qtp?

740


What is a programmatic description?

795


How to create a standard checkpoint ?

726


Differences between text and test area checkpoints?

776


Can anybody post some real time scenario in qtp? please its very urgent.

2010


How you debug your script?

733


How many ways we can parameterize data in quicktest professional?

749


what is clean sweep?

1708