He doesn’t have a test strategy ☝️
🏆 This post was featured in Software Testing Weekly, issue 49
Karate is the only open-source tool to combine API test-automation, mocks, performance-testing and even UI automation into a single, unified framework. You don’t have to compile (Java) code. Just write tests in a readable syntax.
Scenario:
- Your web site is deployed on several countries. The behaviour of the page you want to test (e.g. sign up) is mostly the same across countries, however some business rules change per country.
- You are using the PageObjects pattern to encapsulate the details of each page. You want to avoid duplicated code.