SoapUI NG and Version Control(mercurail)
Hello,
Tools for us:
SoapUI NG
Mercurail (SCM)
Problem:
Our test case are structured as follows: we are quering the database and passing values to the request xml and hitting the endpoint and if a request is successful it will be generating a response xml.Now everytime I run the test case locally in ReadyAPI the sql runs it returns some different value and passes that value to request xml.Since we are connected to mercurial and using GUI tools source tree/tortoise hg work bench they track this change as a change in the testcase which actually is not the case.I didn't changed the testcase instead the values which I donot want to commit to mercurial but since it is job of scm application to track any changes it fulfills it.So everytime I have to do a selective commit and clean my un commited stuff which will come again if I run the testcase locally in ReadyAPI. This not only happens when the value in request xml changes but even if I change the test environment the settings file for the test suite stores it and mercurial tracks it as a change.
Is there a solution for this?Can I clear up the request xml or the settings file such that mercurial donot track them as changed.
Cheers