Forum Discussion

Awesome's avatar
Awesome
Frequent Contributor
15 years ago

Testing against Jasper Report server

hi All,

an application i'm testing looks like this:

SOAP application <-----> CLOUD application[ DB <--> JASPER REPORTS SERVER ]

where data gets input into the SOAP application and then is sent to a CLOUD: stored in a DB and displayed using the Jasper Reports Server.

i'd like to create all my tests in SoapUI: so far i can
* create soap tests for my input test data
* create a groovy script to invoke my cloud application
* create a groovy script to query the DB to see if my data made it into the cloud

QUESTION: is there a way/suggestions to assert that the Jasper Server is reporting correctly? in other words asserting my soap input test data against the final jasper server report?

thanks in advance!

1 Reply

  • Hello,

    I'm not very familliar with Jasper Server, but if you can export the report as an XML file, you should be able to get it into soapUI to validate it, just like any other response. Good luck!

    Regards,
    Dain
    eviware.com