
Loading ...
Strings are widely used in VBScript to pass information. This information might contain static and/or dynamic data.
Ex - a data base connection string “Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Data.xls;Extended Properties=””Excel 8.0;HDR=Yes;IMEX=1″”;”
In the above string dynamic data is the excel file name “C:\Data.xls”. This article will show various ways to do the parameterization of this value.
The wrong way to do [...]
Register or Login to read the full article...
Tags used -
Data, Dictionary, Dynamic, Param, parameter, parameterization, Params, Replace, String, Value

Loading ...
At times it is required that we use unique test data for every single run of an automation script. For Ex – for testing a user registration page we would need a username which already does not exists in the database. Though there are various ways to overcome this unique username issue but we will [...]
Read the full article...
Tags used -
Data, date, Number, Random, Test Data, unique, Username