Blog

Understanding Cypress synchronous/asynchronous duality

Cypress is a widely used end-to-end testing framework for web applications that offers an easy-to-use API and a powerful command-line interface. It enables developers to write tests that mimic end-users’ interactions with their applications. Understanding how sync/async works is a...

GPT-4 Test Manifesto

I am thrilled to share with you the Test Manifesto, a remarkable example of the unparalleled reasoning powers of the latest generation of language models. As a technology enthusiast, I have been utterly blown away by the advanced capabilities and...

Revolutionizing Test Engineering with ChatGPT

The field of test engineering is constantly evolving, with new tools and technologies emerging every day. One such innovation is the use of language models like ChatGPT in test engineering. ChatGPT’s ability to generate text based on patterns it has...

Mastering T-Shaped Skills

T-shaped skills have become increasingly important for software engineers in test as the role of testing and quality assurance becomes more critical in the software development lifecycle. T-shaped skills refer to a combination of deep technical expertise in a specific...

Supertest API testing library

Supertest is a popular JavaScript library for testing HTTP APIs. It allows developers to send HTTP requests to their server-side code and assert that the response meets certain criteria. One of the key benefits of using Supertest is that it...