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 is stlc and its contents?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
What is Environment Variable and when we apply this in QTP?
How are actions and functions different in QTP?
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....
Write the vb script for the lowest and highest values of an array?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
with out using import sheet came is it possible to get the excel sheet ?
How to pass parameters into an action.Please explain me with examples
What is difference between run time object and test object?
How to record a qtp script ?
IF I SET THE VIRTUAL OBJECT AFTER THAT MAXIMIZE THE APPLICATION THEN QTP SENT ERROR OR EXECUTE SUCCESSFULLY? WHY ?