Categories
Technology

Creating a test strategy using questions

He doesn’t have a test strategy ☝️

🏆 This post was featured in Software Testing Weekly, issue 49

Categories
Technology

Framework review: Karate

Photo by Thao Le Hoang on Unsplash

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.

Official website

Categories
Technology

Infrastructure testing (Ruby): InSpec + Azure

Infra testing is mostly uncharted territory

Categories
Technology

Asserting text using Cypress

Photo by Sunyu on Unsplash
Photo by Sunyu on Unsplash
Categories
Technology

Cypress: PageObjects using inheritance

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.