DEV Community

Testing

Find those bugs before your users do! 🐛

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Learn react-testing-library for test react projects

Learn react-testing-library for test react projects

1
Comments
1 min read
A simplified version of Page Objects for your Protractor tests

A simplified version of Page Objects for your Protractor tests

6
Comments
3 min read
How to perform visual regression tests with Cypress and Percy

How to perform visual regression tests with Cypress and Percy

2
Comments
3 min read
Automated Accessibility Testing Is a Good Start - But You Need To Test Manually Too

Automated Accessibility Testing Is a Good Start - But You Need To Test Manually Too

62
Comments 7
7 min read
Cypress.io Component Design Technique for React Applications

Cypress.io Component Design Technique for React Applications

6
Comments 1
3 min read
API Testing - Compare Expected vs Actual JSON API Response 04:20

API Testing - Compare Expected vs Actual JSON API Response

8
Comments
1 min read
Testing with MongoDB-Memory-Server

Testing with MongoDB-Memory-Server

56
Comments 4
5 min read
Page Object design pattern - improve test maintainability

Page Object design pattern - improve test maintainability

7
Comments 1
4 min read
React testing & formatting made easy

React testing & formatting made easy

5
Comments 1
5 min read
Did you break your code today?

Did you break your code today?

4
Comments
7 min read
How to check the contents of a file with Cypress

How to check the contents of a file with Cypress

6
Comments
2 min read
Testing and formatting before commit

Testing and formatting before commit

9
Comments 1
8 min read
Why Selenium WebDriver is an Interface?

Why Selenium WebDriver is an Interface?

4
Comments
2 min read
Running CodeceptJS in BrowserStack Automate

Running CodeceptJS in BrowserStack Automate

8
Comments
2 min read
How to run tests in headless mode with Cypress

How to run tests in headless mode with Cypress

9
Comments 6
2 min read
RSpec: when to use double instead of instance_double

RSpec: when to use double instead of instance_double

3
Comments 2
1 min read
How to use fixtures with Cypress to isolate the frontend tests

How to use fixtures with Cypress to isolate the frontend tests

9
Comments
2 min read
How to intercept and mock the response of an HTTP request with Cypress

How to intercept and mock the response of an HTTP request with Cypress

9
Comments 2
2 min read
Javascript Unit Testing

Javascript Unit Testing

8
Comments
11 min read
Coding Chess with TDD

Coding Chess with TDD

59
Comments 4
7 min read
Por quĂŠ usar Testing Library en lugar de Enzyme

Por quĂŠ usar Testing Library en lugar de Enzyme

6
Comments 2
6 min read
The Repository pattern with Typescript

The Repository pattern with Typescript

18
Comments
8 min read
Why are code reviews important?

Why are code reviews important?

2
Comments
4 min read
12 Important Software Testing Trends for 2021 You Need to Know

12 Important Software Testing Trends for 2021 You Need to Know

14
Comments 1
15 min read
BDD on Software Rewrite

BDD on Software Rewrite

3
Comments
5 min read
API Testing - Response Validation via powerful scriptless assertions 05:54

API Testing - Response Validation via powerful scriptless assertions

4
Comments
1 min read
Please don't test attr_reader, attr_writer, or attr_accessor

Please don't test attr_reader, attr_writer, or attr_accessor

7
Comments
1 min read
Mocking GraphQL APIs with Mock Service Worker

Mocking GraphQL APIs with Mock Service Worker

8
Comments 1
4 min read
How to wait for a request to finish before moving on with Cypress

How to wait for a request to finish before moving on with Cypress

9
Comments 16
2 min read
Code coverage testing, when enough is enough

Code coverage testing, when enough is enough

17
Comments 2
10 min read
Cypress - Trocando cy.route() por cy.intecept()

Cypress - Trocando cy.route() por cy.intecept()

4
Comments
1 min read
Symfony 5 : Mocking private autowired services in Controller functional tests

Symfony 5 : Mocking private autowired services in Controller functional tests

12
Comments 3
3 min read
Why avoid too many abstractions in tests?

Why avoid too many abstractions in tests?

4
Comments
3 min read
12 Tips for Writing Better Automated Tests

12 Tips for Writing Better Automated Tests

20
Comments
7 min read
Jest + Nuxt + Vuetify

Jest + Nuxt + Vuetify

6
Comments 1
1 min read
Getting started with Mutation Testing

Getting started with Mutation Testing

2
Comments
8 min read
Selenium Python Page Object Model

Selenium Python Page Object Model

17
Comments
2 min read
Hacer test de componentes en React con Enzyme

Hacer test de componentes en React con Enzyme

16
Comments 3
10 min read
Improving testability of your react components

Improving testability of your react components

10
Comments
5 min read
Shift-Left Engineering

Shift-Left Engineering

10
Comments 1
5 min read
Using Google's OCR API with Puppeteer for Visual Testing

Using Google's OCR API with Puppeteer for Visual Testing

20
Comments 1
7 min read
How to Make Your Laravel App More Testable

How to Make Your Laravel App More Testable

13
Comments 4
8 min read
API Testing using vREST NG - How to write a basic API Test

API Testing using vREST NG - How to write a basic API Test

4
Comments
1 min read
How to protect sensitive data with Cypress

How to protect sensitive data with Cypress

29
Comments 4
2 min read
Running distributed k6 tests on Kubernetes

Running distributed k6 tests on Kubernetes

9
Comments
10 min read
How to create custom commands with Cypress

How to create custom commands with Cypress

4
Comments
3 min read
How to check that an element does not exist on the screen with Cypress

How to check that an element does not exist on the screen with Cypress

11
Comments 2
1 min read
Roadmap to improving your Agile QA Toolkit

Roadmap to improving your Agile QA Toolkit

4
Comments
1 min read
Karate UI Automation Tutorial : Automating LIVE Project Step by Step

Karate UI Automation Tutorial : Automating LIVE Project Step by Step

6
Comments
1 min read
Yandex.Tank: load testing tool — an overview, configuration, and examples

Yandex.Tank: load testing tool — an overview, configuration, and examples

6
Comments
7 min read
Feature Driven Development in SDLC, Feature Driven Development Roles.

Feature Driven Development in SDLC, Feature Driven Development Roles.

3
Comments
1 min read
Sit down at my Jest Tagged Template Literal table and tidy up your tests.

Sit down at my Jest Tagged Template Literal table and tidy up your tests.

6
Comments 2
2 min read
Learn more with Chaos Engineering Bootcamps

Learn more with Chaos Engineering Bootcamps

4
Comments 3
2 min read
Testing Blockonomics Payments API Locally 09:17

Testing Blockonomics Payments API Locally

4
Comments
1 min read
🚀10 Trending projects on GitHub for web developers - 5th February 2021

🚀10 Trending projects on GitHub for web developers - 5th February 2021

165
Comments 2
2 min read
Basics of Software Testing Life Cycle

Basics of Software Testing Life Cycle

2
Comments
2 min read
Callisto: An Easy Way To Run Selenium Tests in the Cloud

Callisto: An Easy Way To Run Selenium Tests in the Cloud

5
Comments
6 min read
Testing HTTP clients in Delphi with DUnitX and WebMocks

Testing HTTP clients in Delphi with DUnitX and WebMocks

2
Comments
4 min read
Automatically Keep Postman Collections In Sync With OpenAPI Specs

Automatically Keep Postman Collections In Sync With OpenAPI Specs

8
Comments
5 min read
Log-Driven Development

Log-Driven Development

135
Comments 6
7 min read
loading...