WHAT IS PARAMITARIZATION?

Answers were Sorted based on User's Feedback



WHAT IS PARAMITARIZATION?..

Answer / vidjaya

Parametrization is nothing but enhancing our test cases by
feeding multiple sets of data / input values from the Data
Table.

Is This Answer Correct ?    6 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / sreenivasa rao b

In my view, Parameteraization means, passing the values
from DataTable to Test Code.

Is This Answer Correct ?    4 Yes 1 No

WHAT IS PARAMITARIZATION?..

Answer / ramu

Hi,

Manually, if we want to test a particular
functionality...we need to submit different input values
repeatedly

In the same way,

In Automation..same thing can be done by using the concept
parameterization with the help of Excel file(which contains
user inputs

Is This Answer Correct ?    2 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / venu

In one sentence I can say:
"Parameterization is to replace a hard coded value with the
required value/variable."

Is This Answer Correct ?    2 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / sateesh

Parametrisation means,excuting the same functionality with
different sets of data.

In Qtp we ars using,
Excel sheet
Data Table.

Is This Answer Correct ?    2 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / g.v.prakash

In my view,To run different validations to a perticular
functionality and check that result.


regards
prakash.

Is This Answer Correct ?    1 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / satya

Hi,

Paramitarization is nothing but assigning values to a
variable.. in winrunner we user ddt_set function ...

Regards,
Satya.k

Is This Answer Correct ?    0 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / lakshman rao

In my point view, paramitarization means passing the values
from one test to other test

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More QTP Interview Questions

What are the common defects found in your project? (in qtp interview)

0 Answers   TCS,


What is test object model in QTP ?

8 Answers  


write a script for get the following result: username password frm the string1="A=username" string2="B=password"

3 Answers   Oracle,


Explain the difference between call to action and copy action?

0 Answers  


How we can add actions in the test using QTP?

2 Answers  






can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.

4 Answers  


What is the difference between Call to Action and Copy Action.?

2 Answers  


If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP

0 Answers   HP,


How to handle Run-time errors?

2 Answers  


what is the hierarchy to use properties in descriptive programming

0 Answers  


How many types of recording modes in qtp? Describe each type with an example where we use them?

0 Answers  


How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.

1 Answers   HP,


Categories