How to configure the QEngine to fetch the data from the database table to use it in the parameters value?
Go to the parameters screen by clicking on the edit link present below the HTTP parameters for the corresponding transaction to be parameterized. • In the HTTP parameters screen under the parameters tab, select the URL that has the login name and password. • Click the list button in the Fetch Data from column. This will display a dropdown list with the various options to parameterize such as Dataset, Cookie, Text,Element,URL, Constant and Variable. • From the dropdown list, choose the option as Dataset to fetch the values from a database. • This will open the view data configuration screen. Here, select the datasource type as database. • Configure the database URL, username, password, table name and column name. • Apply the settings. While running the test, the different values from database will fetchedand used in the application.