Categories
Technology

Framework review: Robot

Photo by Phillip Glickman on Unsplash

Robot Framework is a test automation framework for acceptance testing (…) it utilises the keyword-driven testing approach. Its testing capabilities can be extended by Python test libraries.

Official website

Categories
Technology

Framework review: Playwright

Photo by Fatih Kılıç on Unsplash

Playwright enables end-to-end testing. Test modern single page apps, across all modern browsers, using in your preferred language (JS, TS, Java, C#, Python).

Official website

Categories
Technology

Using no-code to create a website from a table

building block
Photo by Iker Urteaga on Unsplash

I have been hearing about “no-code” solutions for a while but never had the chance to use one. The concept is interesting because programming is usually a barrier for the average person. If they are not required to code, many more people would be able to develop digital and automated solutions to their problems.

Goal

Let’s say I want to create a website with a curated list of local clubs and other infrastructures that promote a high quality of life.

Categories
Technology

Framework review: Cypress

Photo by Herbert Goetsch on Unsplash

Fast and reliable testing for anything that runs in a browser. It uses Javascript to make setting up, writing, running and debugging tests easy — for QAs and developers.

Official website

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