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 SQL injection?
write a regular expression pattern for xyz?123?
How to find the number the number of Links, Brolken Links in a webpage?
How to Start recording using QTP?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
how to parameterise a test with data base table or excel sheet?
what is run-time data?
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
how to merge object repositories?
What is difference between run time object and test object?