Test Automation without Assertions
Key takeaways
- Learn why GUI testautomation doesn´t work very well today,
- What other paradigmns work better and why.
- What open source tools can be used with that paradigm.
GUI test automation is broken — because regression testing is not testing, but version control of the behaviour of the software. Gradually, an insight is gaining ground in the testing world: Test automation without assertions works better! Whether Approvals Test, Jest (Facebook, Open Source) or recheck (retest, Open Source) - the number of tools that work according to the approach of Golden Master Testing / Characterization Testing / Approval Testing is constantly increasing. This approach promises more robust tests with less effort for creation and maintenance, while all the while testing much more completely. What this means, which different tools are available (mostly Open Source), and where the strengths and weaknesses of this approach lie, will be explained in this presentation. Don't miss the next trend in test automation...