Data Driven


Often there might be a number of data sets that have to be used to test a feature of in your application. Now running the same test with different data manually is time-consuming. Data driven allows test your application with different inputs and validation values used within a test case to quickly and easily ensure that your application performs as expected with a range of data.

Suppose, for example, you recorded actions that input data into an application form. The recorded test contains only those values that you entered during the recording and most likely, these values do not cause errors in the application, but other data may cause them. So, you have to run your test with different set of input data.

CloudQA provides user to test data in two different approaches

1. Using CSV file

(or)

2. Using random variable

results matching ""

    No results matching ""