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.
Connecting parasoft soa test to Aerospike
Answers
-
It depends on how you want to use Aerospike in your tests. If you want to use them as data sources, then using the Aerospike JDBC connector (https://github.com/anandintouch/aerospike-jdbc-connector) along with a DB data source (https://docs.parasoft.com/display/SOA9107/Adding+a+Data+Source+at+the+Test+Suite,+Project,+or+Global+Level#AddingaDataSourceattheTestSuite,Project,orGlobalLevel-ConfiguringaDatabaseDataSourceConfiguringaDatabaseDataSource) probably makes the most sense . If you simply want to validate values within the Aerospike DB, then you could use the JDBC connector with a DB Tool (https://docs.parasoft.com/display/SOA9107/DB). Otherwise you could use the Aerospike Java client within an Extension Tool.
0