Articles by Tag #testing

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

If you don't write unit tests... it's a skill issue

Today i come across this tweet: which reads Does anyone have any written articles or...

Learn More 285 80Sep 20 '24

How to Do Software Testing 10x Faster

There are millions of projects out there but the real difference in their success often depends on...

Learn More 228 8Sep 22 '24

Letting Playwright MCP Explore your site and Write your Tests

What if your tests could write themselves — just by using your app like a real user? In this post,...

Learn More 210 32Jun 18

How to test smart contract on Sepolia testnet?

Introduction Testing smart contracts on a testnet before mainnet deployment is crucial for...

Learn More 183 30Nov 13 '24

Organizing Playwright Tests Effectively

Organizing Playwright Tests Effectively When working with end-to-end (E2E) testing in...

Learn More 174 2Jan 21

Top 5️⃣ Debugging Tools🧐

Hello Devs👋 Debugging can be challenging, but with the right tools, you can identify and fix bugs,...

Learn More 125 14Feb 19

There is No Such Thing as a Unit Test

"The terms 'unit test' and 'integration test' have always been rather murky, even by the slippery...

Learn More 116 35Oct 30 '24

12 problems Developers face while Testing and how to solve them

Automation testing can sometimes be a real mess for developers with slow setups, fragile tests and...

Learn More 110 5Apr 3

How did we test hundreds of landing pages

Automated tests are a great way to ensure the quality of your software and provide a good user...

Learn More 105 11Aug 19 '24

Top 10 Vue.js libraries you should be using in 2025

Vue.js has become a popular framework for building modern web applications, thanks to its flexibility...

Learn More 104 10Dec 30 '24

🚀Enhance Code Quality with These 5 Static Analysis Tools🔍

1. qodo (formerly Codium) qodo (formerly Codium) is one of the best tools you can find...

Learn More 99 12Oct 30 '24

Testing in DevOps: Strategies, Tools, and Best Practices for Continuous Quality

In the world of DevOps, where speed and efficiency are paramount, testing plays a crucial role in...

Learn More 75 1Nov 10 '24

Best Chrome extensions for API development & testing in 2025

APIs power almost every modern application, which is why there are so many tools available for the...

Learn More 75 4Feb 10

😎Debug Like a Pro in 2025🧑‍💻

Hello Devs👋 Debugging can be challenging, but with the right tools, you can identify and fix bugs,...

Learn More 72 0Dec 31 '24

Accelerate your Playwright test suite with Microsoft Playwright Testing

Are you tired of waiting for your Playwright test suite to finish? Do you want to run tests across...

Learn More 71 1Nov 12 '24

This API Client is More Secure and Better Than Postman

APIs are the backbone of modern web and while Postman has been the most widely used tool for years,...

Learn More 70 13Dec 12 '24

10 Best QA tools that make debugging and bug reporting easier

Debugging and bug reporting can often be messy, but the process can be improved with the right...

Learn More 67 11Feb 28

This Is Why We Don't Test Private Methods

I originally posted this post on my blog a long time ago in a galaxy far, far away. It's part of an...

Learn More 64 53Feb 3

Integrating Playwright with CI/CD Pipelines

Integrating Playwright with CI/CD Pipelines

Learn More 61 4Dec 24 '24

Part 4 - Using Cursor and Claude to Create Automated Tests with Playwright

Part 1 | Part 2 | Part 3 PART 4 Here is the Github source code repo for this project:...

Learn More 59 1Nov 5 '24

🚀 2025 Test Engineer Roadmap: From Junior to Senior

In 2025, becoming a proficient test engineer necessitates a well-defined development roadmap. Whether...

Learn More 55 0Dec 31 '24

Docker + Cypress in 2025: How I’ve Perfected My E2E Testing Setup

A deep dive into optimizing end-to-end testing with Docker and Cypress in 2025. Learn best practices for speed, security, and reliability.

Learn More 53 8Mar 20

Vibe Coding with Intent: A Tester’s Perspective

There’s a lot of noise right now around vibe coding. People are generating entire apps off vibes,...

Learn More 53 4Apr 13

Iterate quickly using the new --only-changed option

--only-changed makes Playwright run all tests that are ffected by uncommitted changes.

Learn More 53 2Aug 21 '24

5 API Testing Tools That Offer More Than Postman

APIs are at the heart of modern software development, enabling apps, services, and systems to...

Learn More 51 3Sep 18 '24

From Theory to Impact: Implementing Shift-Left from Scratch

Shift-left, do you know what it is? After help my team implement this methodology from scratch, I've...

Learn More 51 1Jun 24

How to Inspect Elements on Discord

Discord is a widely used communication platform among gamers, developers, and online communities....

Learn More 48 1Mar 11

Quick and Easy: How to Test RESTful APIs in Java

In backend development, RESTful APIs are essential for data interaction with the frontend. Whether...

Learn More 47 2Dec 13 '24

AI vs Traditional Testing: Why CoTester Leads the Way

Every aspect of life is experiencing the impact of artificial intelligence today. It has entered all...

Learn More 42 1Mar 12

Automated Testing with jest-axe

When building web applications, ensuring accessibility should be as important as delivering features...

Learn More 42 1Dec 22 '24