how to do parameterization in qtp. Give the definition also
Printable View
how to do parameterization in qtp. Give the definition also
Hi,
Can u be more descriptive on what exactly u want to do?
Regards,
Ganesh
An application can be tested with different number of inputs through a same script,this is called as parametrization.
Types of parameterization:
1) data table
2) test/action
3) environment variable
4) random number
It is very easy to perameterise the script in QTP, Mention the test data in datatable, and write the fallowing syntax in the place of constants, where you want to replace with parameters.
Syntax: set datatable.value("column name",dtsheetname)
QTP supports various frameworks such as Data Driven testing and Keyword driven testing.QTP can be used for testing various applications such as web applications, java application, vb application , Oracle, SAP, Siebel, ActiveX, peoplesoft and Main frame application. Parameterization in QTP using Excel also by name,global sheet,local sheet.
Getting best knowledge about QTP from this site QTPBOOK.COM
QTP provide ways to accept different test inputs to the test script. This process of providing different input values through external parameters is called as parameterization.