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 283 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

6 ways to turn your browser into super-debug-hero (ft. node.js + next.js!)

Unlike some of my other posts, this one is going to be straight-forward. I'll cover some of the...

Learn More 206 17Jul 3 '24

The Senior Engineer's Guide to Code Reviews

Code reviews. You know how important they are. They are one of the pillars of getting...

Learn More 175 21Jun 3 '24

Organizing Playwright Tests Effectively

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

Learn More 161 2Jan 21

Testing Staging and Production environments in Playwright

When testing a website, you may need to test it across different environments, such as development,...

Learn More 157 3Aug 2 '24

How to test smart contract on Sepolia testnet?

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

Learn More 146 27Nov 13 '24

Top 5️⃣ Debugging Tools🧐

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

Learn More 124 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 109 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

🚀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

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 94 9Dec 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

😎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

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

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 70 1Nov 12 '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 65 4Feb 10

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 63 11Feb 28

🛑 Stop resizing your browser: improve testing for responsiveness

An in-the-weeds tirade to put an end to the lackluster practice of browser resizing. Use the browser's device mode or a whole range of free tools to improve accuracy

Learn More 63 9May 22 '24

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 60 53Feb 3

🌐 How to Change Time Zone in Google Chrome to Test Different Timezones

Have you ever wondered how your website or app behaves in different time zones? Maybe you’ve got...

Learn More 59 2Jun 26 '24

Mockingbird: New tool for your mock environments

TL;DR I created a mock tool that can significantly increase your productivity and reduce...

Learn More 59 8May 5 '24

Integrating Playwright with CI/CD Pipelines

Integrating Playwright with CI/CD Pipelines

Learn More 58 4Dec 24 '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 54 0Dec 31 '24

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 50 3Sep 18 '24

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 50 4Apr 13

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 47 1Nov 5 '24

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