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

Answers were Sorted based on User's Feedback



What is the diff between doing parametarisation using Data Driven wizard or manually. when do we g..

Answer / guest

Parameterization= When you are testing your application You
may want to check how it performs the same operation with
different sets of data at that point of time we go for
parameterization example if you have a login name and
password you may want to test how the test behave with
different login names and password then you need to
parameterize the test.
You can do manual parameterization and data driven
parameterization ...Usually manual parameterization is done
when there is less data and we do data driven
parameterization is done in automated testing when we need
to test lots of data.

Is This Answer Correct ?    5 Yes 0 No

What is the diff between doing parametarisation using Data Driven wizard or manually. when do we g..

Answer / 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

What is the diff between doing parametarisation using Data Driven wizard or manually. when do we g..

Answer / nani

Hi,
wn ever we need to test the application functionaltiy with
the different input values we can go through the
parametrization concept.
for eg u have to validate the different users.using
username and password.(for all functionaliy is same)
then u can write all the values of users in datatable and
using data driver wizard u can test easily.
but manually it will take too much time.

Is This Answer Correct ?    1 Yes 0 No

What is the diff between doing parametarisation using Data Driven wizard or manually. when do we g..

Answer / bfakruddin

Sreekanth...

(if you are Sreekanth Chilam your answer is correct) else
look forward...


I think your script is not a Manual Parameterization...

Parameterization means.... Passing the data from external
source into the parameters in Script...

whether it may be from XL Sheet or DataTable... Environment
Variables...Action Parameters... Function OUtput parameters
what ever it may be...

Manual parameterization means... passing the data manually
into the Script for each iteration...

Got my point...?

by using inputbox("Enter your parameter Value")

for every iteration it asks you to pass a value into the
parameter...

Thanks & regards
Baba Fakruddin.D

Is This Answer Correct ?    1 Yes 1 No

What is the diff between doing parametarisation using Data Driven wizard or manually. when do we g..

Answer / divya pasupuleti

In web based applications doing manually parametrization is
very very difficult parametrization is nothing but testing
one content of your application with many examples and it
is a repeated process so it is very difficult to do manually

Is This Answer Correct ?    0 Yes 2 No

What is the diff between doing parametarisation using Data Driven wizard or manually. when do we g..

Answer / pall khan

if you don't know about this answer i think you better to
join another course.all the best...,

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More QTP Interview Questions

What is the new version of qtp which is recently released in the market?

0 Answers  


In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

0 Answers  


what is the long form of QTP ?

2 Answers  


How to face prjoect manager round what type of questions they will Ask ? (Chandana)

1 Answers   Call Centre, Convergys, IBM,


OPening of notedpad in QTP to write and execute the coding?

2 Answers  






What are the advantages of parameterization ?

0 Answers  


An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?

0 Answers  


Tell me about userdefined functions ?

1 Answers  


Hybrid framework supports Descriptive programming. Is it true?

0 Answers  


I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.

0 Answers  


hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me

0 Answers  


Give the syntax to import/export xls into qtp.

0 Answers  


Categories