Document toolboxDocument toolbox

A new version of Qualitia Automation Studio 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Empty Data Handling

As a user, you may want to perform some tests with blank data as parameters. For example, a validation test to check that the user name field cannot be blank will require a blank value to be passed to the WebEdit type of object. This can be achieved with the help of Empty Data Handling feature.

Blank data can be passed to both, Static as well as Data sheet parameters.

Static

Use open and close double quotes with space inside it (" ") to pass a blank value as static data. 

Data Sheet Parameter

Enter $NULL$ in the data sheet for the required parameter to pass a data sheet parameter as blank value. By default, the first time a user opens the data sheet, $NULL$ will be displayed for all parameters.

  • You must not execute test cases with the default data sheet values. The data sheet is required to be opened and attached at least once prior to execution.
  • An empty cell in the data sheet acts as a break point for tasks and should be used for passing blank values to action parameters.   

See also,

Not finding what you need?