what is parameterisation?
Answers were Sorted based on User's Feedback
Answer / radhika bondugulapati
Parametrization is nothing but repalceing the constatnt
values with a variables known as a parametrization.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nitin sharma
When you test your application, you may want to check how it
performs the same operations with multiple sets of data. For
example, suppose you want to check how your application
responds to ten separate sets of data. You could record ten
separate tests, each with its own set of data.
Alternatively, you can create a parameterized test that runs
ten times: each time the test runs, it uses a different set
of data
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / abcd
Parametrization is a process of replacing hard coded/fixed
values with multiple values in order to expand the scope of
the test.
There are different ways to parametrize in QTP. You can find
more info @
http://everythingaboutqa.blogspot.com/2011/07/parameterizing-values-in-qtp.html
Is This Answer Correct ? | 1 Yes | 0 No |
I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?
what is the difference between built-i function and In-built function?
Maximum synchronizing time out in QTP
Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?
what is command for executing files?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
How many scripts do you write per day. What is the average number of scripts you have written in your recent project
1 Answers CenturyLink, Optum, Value Labs,
How u perform Batch Program in QTP?
What are test settings and global settings?
How to execute a VBS file without using Execute File statement?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
write a script for get the following result: username password frm the string1="A=username" string2="B=password"