WHAT IS PARAMITARIZATION?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
What are the common defects found in your project? (in qtp interview)
What is test object model in QTP ?
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
Explain the difference between call to action and copy action?
How we can add actions in the test using QTP?
can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.
What is the difference between Call to Action and Copy Action.?
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
How to handle Run-time errors?
what is the hierarchy to use properties in descriptive programming
How many types of recording modes in qtp? Describe each type with an example where we use them?
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.