DEV Community

Testing

Find those bugs before your users do! 🐛

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Writing unit tests for Svelte (Introduction)

Writing unit tests for Svelte (Introduction)

82
Comments
3 min read
Testing Svelte stores and mocking dependencies

Testing Svelte stores and mocking dependencies

29
Comments 14
6 min read
A Case for Unit Testing and an Intro to Jest

A Case for Unit Testing and an Intro to Jest

60
Comments 1
3 min read
Git Branch Strategy

Git Branch Strategy

21
Comments
2 min read
Setting up a Svelte test environment

Setting up a Svelte test environment

38
Comments 10
9 min read
Discussion: Challenges that we face as dev test engineers!?

Discussion: Challenges that we face as dev test engineers!?

3
Comments 1
1 min read
Drupal tip of the day: PHPUnit 6 tests with composer-project/drupal-project

Drupal tip of the day: PHPUnit 6 tests with composer-project/drupal-project

7
Comments
3 min read
toBe(Void 0) In A Unit Test

toBe(Void 0) In A Unit Test

5
Comments
2 min read
Introducing vREST NG CLI - A command line partner of vREST NG Application

Introducing vREST NG CLI - A command line partner of vREST NG Application

11
Comments
3 min read
Execute Django tests in your github actions

Execute Django tests in your github actions

18
Comments 3
1 min read
Project Structure and Test Driven Development in GoLang

Project Structure and Test Driven Development in GoLang

16
Comments
6 min read
Testing for agile teams (book summary)

Testing for agile teams (book summary)

9
Comments
2 min read
Mounting components and asserting on the DOM

Mounting components and asserting on the DOM

15
Comments 1
6 min read
Testing Activity lifecycle callback methods in Android

Testing Activity lifecycle callback methods in Android

6
Comments
5 min read
Testing the onMount callback

Testing the onMount callback

12
Comments
3 min read
How to use FactoryBoy to create model instances in Django for testing

How to use FactoryBoy to create model instances in Django for testing

7
Comments
4 min read
Lessons learned in modern UI testing

Lessons learned in modern UI testing

18
Comments 1
4 min read
Don’t Mock What You Don’t Own, but why not?

Don’t Mock What You Don’t Own, but why not?

10
Comments 1
1 min read
Versions and Testing

Versions and Testing

6
Comments
3 min read
Some hurdles of Github Actions 🐱‍👤

Some hurdles of Github Actions 🐱‍👤

9
Comments 2
3 min read
Testing React components with Jest and Enzyme

Testing React components with Jest and Enzyme

13
Comments
3 min read
Simple Test Case template

Simple Test Case template

5
Comments 1
1 min read
Most in-demand JavaScript testing tools in 2020

Most in-demand JavaScript testing tools in 2020

46
Comments
6 min read
Testing Apollos reactive variables in Vuejs and GraphQL

Testing Apollos reactive variables in Vuejs and GraphQL

13
Comments 1
2 min read
Common Issues in Migrating from Jest and Enzyme 2.x to 3.x and How to Fix Them

Common Issues in Migrating from Jest and Enzyme 2.x to 3.x and How to Fix Them

7
Comments
2 min read
loading...