Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Discussion List
DTP 2024.2 failed to connect to MySQL (8.0)
I'm doing a new installation for DTP on my local machine, after the installation of DTP 2024.2, I placed the 'mysql-connector-j-8.0.33.jar' file under the 'C:\ProgramData\Parasoft\DTP\lib\thirdparty' folder. MySQL version 8.0 is installed on the same machine. I constantly get the error message 'Unable to find a compatible…
Mysql DB virtualize
Hello team, I want to know what is jdbc url for mysql? I use below configuration but I face with error jdbc.driverClassName=com.parasoft.xtest.jdbc.virt.driver.JDBCProxyDriver jdbc.url=jdbc:parasoft:proxydriver:jdbc:mysql://localhost:3306/mydb jdbc.username=sa jdbc.password=123 I think below line is invalid, but I can not…
Connecting to Mysql DB in GCP
Hello, I'm working with SOAtest 9.10.4. I'm having hard time to connect to our MySQL DB that is located in GCP. I'm looked though the forum and couldnt find anything that could help me out. the error messing that I'm getting is: Communications link failure The last packet sent successfully to the server was 0 milliseconds…
Configuring MySQL 5.7 on Ubuntu 18.04 for DTP
With Ubuntu 18.04, they changed how they operate and how packages are installed with apt-get. For one, the MySQL server installation no longer asks for a root password at startup and this will need to be configured in another part. The way MySQL authenticates was changed as well and this too will need to be updated. To…