Submit and vote on feature ideas.

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.

Connection to DB using script and verifying all the elements

LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in SOAtest
Hi,

Scenarios 1:

I want to connect it to DB2 and verify all the response elements through python script.

Can any one give me ideas how to do it.


Tagged:

Comments

  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    You can use the DB tool to connect to your DB2. Since the DB tool formats the ResultSet into XML format, you can then attach an XML Assertor to the DB tool and use it to validate/verify your "response elements". We have several out of the box assertors that can help validate/verify your response without scripting. Alternatively, we do provide scripting for custom assertors.

Tagged