Can't register MongoDB jdbc driver to use with JDBC test step in SoapUI
I need connect to MongoDB instance during my tests to execute some queries. I order to achieve that I made the following: 1. Added latest MongoDB Java driver jar file mongo-java-driver-3.5.0.jar ...