During the performance test, before the performance test scenario is officially executed, a certain amount of data needs to be inserted into the database many times to ensure the accuracy of the test results. DataFactory is a fast tool with intuitive user interfaces that can easily generate test data. It can model complex data relationships. Common Oracle, SqlServer, and Mysql
During the performance test, before the performance test scenario is officially executed, a certain amount of data needs to be inserted into the database many times to ensure the accuracy of the test results. DataFactory is a fast tool with intuitive user interfaces that can easily generate test data. It can model complex data relationships. Common Oracle, SqlServer, and Mysql
During the performance test, before the performance test scenario is officially executed, a certain amount of data needs to be inserted into the database many times to ensure the accuracy of the test results.
DataFactory is a fast tool with intuitive user interfaces that can easily generate test data. It can model complex data relationships.
Common Oracle, SQL Server, and Mysql are supported. Generally, Oracle and SQL server operations are relatively simple. Generally, data can be inserted into the database, but Mysql operations, sometimes DataFactory prompts that the execution is successful, but there is no data generated in the Mysql database table.
The possible cause is that the ODBC driver version installed by Mysq is incorrect, and version 3.5 may be installed. If version 3.5 is installed, uninstall version 3.5 and try to install the driver of Version 5.1, in this way, you can insert data into the Mysql database table.