Testing

Testing posts, videos, courses, and more

Deeksha Agarwal · 1 year ago

Finding Cross Browser Compatibility Issues in HTML and CSS

Cross browser compatibility bugs are inevitable for any web project irrespective of whatever platform they are using for development. And most importantly, they keep creeping in at every ite...
1

Himanshu Sheth · 1 year ago

Most Complete MSTest Framework Tutorial Using .Net Core

With the advent of programming languages like Python, Ruby on Rails, etc., there is thinking amongst the developer community that the C language is losing relevance. Strikingly, C is still c...
2

Anurag · 2 years ago

Basics of E2E Testing and Integrating Cypress with Next.js

👋 Hello fellas! It's been a while since I posted an article. As developers, we always want to deliver the best products to users. And Testing is a crucial part of this process. One of the...
3

Abhiraj Bhowmick · 2 years ago

Automation Testing: Explain like I'm five

We've long believed that automation testing is a wonderful formula for improving the quality of apps right from the start. However, it is only when we begin automating that we grasp the true...
3

Agustín · 3 years ago

React Testing Library 🐐

Testing is an essential part of any development process and there are countless tools available depending on what you are looking to test. In this article, we’ll focus on the React Testing L...
8

Michael Dyrynda · 3 years ago

Introducing Pest - An elegant PHP testing framework

Pest is a testing framework for PHP that provides an elegant interface over the top of PHPUnit.It is a framework-agnostic testing framework, but we'll be learn all about it using Laravel as...
1

Dev Dojo · 6 years ago

Simple Laravel Route Testing

Laravel makes it super easy to add tests to your application. There may be times where you want to create a quick PHPUnit test to confirm your application URL's return a 200 request. I'm not...

Tony Lea · 7 years ago

Simple Laravel Testing

Learn how easy it is to do simple tests in your Laravel application. Checkout the Laravel test tools extension here: https://chrome.google.com/webstore/detail/laravel-testtools/ddieaepn...

Tony Lea · 8 years ago

Nightmare JS

Nightmare JS is an awesome javascript automation library. You can use this library to automate all kinds of browser tasks and you could also use this library for some end-to-end testing of y...

David Evans · 2024 years ago

Fifty Quick Ideas to Improve Your Tests

Fifty Quick Ideas to Improve your Tests is a follow-up book to Fifty Quick Ideas to Improve your User Stories, focusing on how to get the most out of your investment in testing activities in...

Loading More Content