What is the diff between doing parametarisation using Data
Driven wizard or manually. when do we go for manual
para...and when do we use Data driver wizard..can anybody
answer it ..Thanks in advance

Answer Posted / sreekanth

For manualparametrisation you need to wite the Vb script
manually
see the script for flight login application

datatable.AddSheet "sree"
datatable.ImportSheet "abc.xls,sheet1,sree"
k=datatable.GetSheet("sree").getrowcount
For i=1 to k
SystemUtil.Run "C:\Program Files\Mercury
Interactive\QuickTest
Professional\samples\flight\app\flight4a.exe"
Dialog("Login").WinEdit("Agent Name:").Set datatable
("name","sree")
Dialog("Login").WinEdit("Agent Name:").Type micTab
Dialog("Login").WinEdit("Password:").SetSecure
datatable("pwd","sree")
Dialog("Login").WinButton("OK").Click
Next



for datadriver there are two ways
1.Tools->Data driver->Parametrise (in parametrise dialog you
can parametrise selected objects)

2.Go to keyword view
just there is a icon located at the corner of each object
just click on that icon there is a option like parametrize
by using tht option u can parametrise by using data driver.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are table and db checkpoints?

589


Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..

1283


what is meant by source control?

1695


Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project

1644


Explain different types of action in qtp?

574






How can you write the scripts that operate on different objects depending on run-time information?

2120


What is Cross browser testing? Does UFT support it?

621


How many types of status are there?

589


How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?

614


could any help me please, how to work on visual foxpro application using UFT

1687


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

1441


Explain how you can find length of array in qtp?

601


What are the methods of the TextStream object that are used for reading from a text file?

1689


supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?

1360


how to find that tools work well with your existing system?

1403