how can org be better in READY API
I think one of my annoyance has been organizing the test cases and how it would work with Agile
Currently we are using agile
I am labeling each sprint user story as a Test Case
Now here is the struggle How can this be slumped into a Test suite for UAT.
How can we create a Test plan using this collection of test cases when we go to prod.
I think we need an awesome testing framework that would make READY APi work with AGILE
Hello,
If I understand your scenario correctly, you need to get text descriptions of your automated TestCases, which can be used as UAT manual testing scenarios. For this, you can add descriptions in an arbitrary format to each TestCase and then get them all in the printable report. Example:
As for organizing your TestCases within your project, you may like the approach described here: https://smartbear.com/blog/test-and-monitor/click-using-gherkin-with-soapui/
Also, you can use tags to label TestSuites and TestCases e.g. by Sprints or Releases: https://support.smartbear.com/readyapi/docs/soapui/ui/project.html#tags-panel