what is parameterisation?

Answers were Sorted based on User's Feedback



what is parameterisation?..

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

what is parameterisation?..

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

what is parameterisation?..

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

Post New Answer

More QTP Interview Questions

How to check which add-ins are associated with a test in qtp?

0 Answers  


What is the latest version in QTP?

55 Answers   Bharti, Polaris, US Technology,


How to run scripts 1,29,3,5,7,2 scripts using test batch runner in QTP.... Ie...I wanted to run scripts not in an order 1,2,3,4,5...like that How it is possible using test batch runner... I dont want hardcoded script

0 Answers   IBM,


Explain how Selenium is different from UFT?

0 Answers  


How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance

1 Answers   Capco,






How many types of recording modes in qtp? Describe each type with an example where we use them?

0 Answers  


What is Cross browser testing? Does UFT support it?

0 Answers  


I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?

2 Answers  


What are the ordinal identifiers in web page?

0 Answers  


can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...

1 Answers   FSS,


What is synchronization? What are the ways you can synchronize?

0 Answers  


A question was asked in a company-suppose, I am testing a website on QTP, all the time a new title bar is appeared on next page. Trying to use regular expression under key word driven testing but expert view is also appearing unchanged and error is also generating, do you have any best resolution for that kindly explain in detail. please dont give example of yahoomail, that is unable to clear my doubt.

2 Answers  


Categories