Forum Discussion

combes's avatar
combes
Occasional Contributor
16 years ago

Verify data after the transaction has been commited!

Hi

im just new here.
I've just tried using SoapUI 2.5 beta version 2 days ago.
Does SoapUI has the ability to check my database after a commit transaction on a web app?
I want to test my web application if it is correctly updating column on my database.
Am i using the correct tool for this kind of testing?

Thanks for the response.

combes

2 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi!

    sure.. you could either do this from a groovy script or use the DataSource step in soapUI Pro, which you can set to fail if it does not find any data (so you could parameterize its SQL with data from a previous request/response)..

    regards!

    /Ole
    eviware.com
  • combes's avatar
    combes
    Occasional Contributor
    Nice.u

    Thanks for the reply.

    Because we are planning to automate our regression testing, mainly doing data verification on database.