Hello,
In our team testers are not developers whatsoever, so I’m looking to for a way to automate built testing without QA coding. I visualize it similar to this:
- 1. Developers create basic test blocks which can accept parameters, for instance “Create new user with given name, email, etc.” Hopefully Devs can provide “Lego” for QA to build their sand castles;
- 2. QA hopefully should be able to assemble their test suites from those “Lego” blocks using something like primitive scripting: a. Call Loging test, b. Call Create User test, c. Call Some other test, d. call verification “test” with particular parameters.
Does this sound feasible and easily doable with Test Studio?
Thank you!