what is meant by "Parameterization technique"?
Answers were Sorted based on User's Feedback
Answer / swetha
actually parameterization means replacing the constant
values with parameters, we use this technique to implement
retesting by passing the multiple values in order to check
whether the functionality is working fine or not.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / pavan
Parameterisation is a process in which it is used for replacing the constant values with variables or parameters in order to increase the scope of the test.
It will be done in 3 ways
1. Through Keyword view
2. Through Data driven wizard
3. Manually
In order to Implement the retesting.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nilanjan saha
Parameterization technique helps us to replace the constant
values with variables(or socalled
parameter) to increse the flexibility of the test.
Suppose for testing purpose of the Login Id and Password
field your Test Case is to "Verify for
alphanumeric values "
So here your Test data should be say
1)id-Nilanjan
Pwd-mercury
2) Nilanjan100
Mercury
3)10000
MERCURY
So manually you can pass the data for 3 time and check,But
in parameterrization concept load all
these 3 set of data in dataTable , QTP automatically fetch
tha data from that DataTable Exacel
sheet one by one those Id & pwd pair.And the run time it
will also show you the Row1,Row2,Row3.
The test will go for 3 iterations and accordingly Test
result will be generated.
| Is This Answer Correct ? | 1 Yes | 0 No |
hi friends can any one provide me the project in qtp because i have to attend to interview within one week atleast you provide the website address which provide the qtp projects
i need the licence key for QTP V9.5 can anyone help me on getting this?
How can we make a shared object repository in QTP 9?
3 Answers Kanbay, Ordain Solutions,
we are submitting data one form to another form.defaultly it is time period set as 5sec. but it is taken 15sec what to do
How do we Access, retriew and edit the runtime objects in Automation Testing using QTP
How to convert non-reusable action into reusable action in QTP?(i know by default QTP will take it as a non-reuable action )(Chandana) plz urgent?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
QTP supports both client server and Web applications. Does it support Plug-in?
can we install qtp in windows vista
Interviwer asked, How many years exper.. on QTP? I said, total 2 yrs exp in manual and QTP. QTP only current project arround 3 months. then interviewer ask , HOW BOLD YOU QTP? What you say?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()