Test Data Generators

What is the role of test data generators in testing object oriented system?

Questions by swapnilpatil   answers by swapnilpatil

Showing Answers 1 - 3 of 3 Answers

Test Data Generator is a powerful and simple automatic tool that allows you to generate test data for database testing such as performance testing, load testing and quality assurance testing. The testing data is generating according to the structure of diagram you have developed. It takes into account the data type and the size of the table fields. The method of data generation can be fully customized for each table field.

The interface consist of two tabs. The first one allows you to set general parameters for the process of test data generation. The second one allows you to tune generation parameters for each table and field.

The result of test data generator is a sequence of SQL statements which insert the data in your tables. These statements can be stored in one file or in multiple ones.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions