DEV Community

Testing

Find those bugs before your users do! 🐛

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Why Selenium WebDriver is an Interface?

Why Selenium WebDriver is an Interface?

4
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

10
Comments 2
2 min read
Coding Chess with TDD

Coding Chess with TDD

59
Comments 4
7 min read
Javascript Unit Testing

Javascript Unit Testing

8
Comments
11 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

6
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

10
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

14
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
loading...