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

1) 100 test boxes there in application. how to click 100 test boxes using vb script? 2) 100 objects there in web page,how we will store that 100 objects repostries?

3 Answers   ANZ,


How to count no of edit boxes on the page?

3 Answers   IBM,


I recorded a Web based Application running on JAVA and when I went to play them back a week later they didn't run. I noticed that the Browser was putting in a (Underscore and a Number) for each line so i re-recorded and noticed the Underscore line wasn't the same as what i recorded last week so any script I record today will not work next week because the browser settings or how QTP recognizes it keeps changing. This is the new line Browser("Bureau of Labor Statistics_4").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" This is the old line 'Browser("Bureau of Labor Statistics_3").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" Notice the Burearu of Labor Statistics_3 adn Burearu of Labor Statistics_4. Why does it change and how do I prevent it from changing.

5 Answers  


what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com

0 Answers   EpuraTech,


Among all the check points what is the most important checkpoint?

1 Answers  






Why to use descriptive programming?

0 Answers  


Which method do you use to retrieve data from the WebList object?

1 Answers  


Explain actions in qtp ?

0 Answers  


can we call a test in another test?

3 Answers   iFocus,


How to capture screenshots of Exceptions/Errors during run- time?

12 Answers   Ordain Solutions,


How we can merge the object repositories?say if we have two or three object repositories then how e can merge them? is there any option in Qtp to merge the object repositories

5 Answers   BirlaSoft,


hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company

0 Answers   Excel,


Categories