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 |
hi how could i get installation guide for QTP 9.0 on XP help me for this !!!!!
tell me QTP standards ?plz
What is the difference between run time object and test object in QTP?
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.
What is keyword driven testing..what is the use of this in Automated testing
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
Hi. plz expalin abouit SetToProperty, SetRoProperty, GetToProperty, GetRoProperty,GetToPrperties. with examples.
If aclient comes to tester ask to bye a tool Keep aside about the cost,In what way we can choose the tool.
What is the maximum size of Object Repository in QTP 8.2?
How many types of trigger events are there in qtp?
In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot
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