At the moment I'm using SoapUI Pro NG and this is part of a Test that I'm building:
- - DataSource Step with an Excel sheet containing all expected values for the DB2 Database Table
- - JDBC step that connects to the DB2 Database
- - inside the JDBC step a script assertion for each value (about 30 assertions per table)
- - Datasource Loop
I would like to have a custom assertion for that script assertion(3) that shows up in the assertions menu.
Do I need to dive into the custom soapUI factories to do this? or is there a simpler solution?