Forum Discussion

makasrinu's avatar
makasrinu
New Contributor
13 years ago

Test Cases Updation

I came know that the developers updated the WSDL’s . I have automated lot of test cases using SOAP UI Pro 4.0.0 and I wanted to know what the best way to update the request object in each of my request in each of the test cases without changing the previous test data in each of the test requests. In every test request I am retrieving the data from the external source like DB or XLS.

Is it possible to achieve the same through command prompt?.

2 Replies

  • Hi,

    I guess what you are looking for can be acheived from soapui itself.
    Just select the project & then right click the method interface [Green icon] (not the test suite).
    That will give you an option to "UPDATE DEFINITION". This will help you to update all the test request /testcases/suite and so on in your project as per the new changes in WSDL file.

    NOTE: Please create a backup of your project file first.

    Regards,
    {Pradeep Bishnoi}
    http://learnsoapui.wordpress.com
  • makasrinu's avatar
    makasrinu
    New Contributor
    Pradeep,

    Thanks for your precious reply. I am trying to update WSDL file with below options but I am loosing the test data from the already created test requests in my test suite. What are options needs pick so that it will update the definition but not break the input parameters.



    Thanks
    Srinivas