DEV Community

# mock

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Testing Spring Boot Applications: Unit, Integration, and Mocking — A Comprehensive Guide

Testing Spring Boot Applications: Unit, Integration, and Mocking — A Comprehensive Guide

Comments
3 min read
The beauty of MSW

The beauty of MSW

Comments
3 min read
How to debug your Python mocks or imports

How to debug your Python mocks or imports

Comments
2 min read
Is there any option for Mock EncryptAsync() in Azure.Security.KeyVault.Keys.Cryptography

Is there any option for Mock EncryptAsync() in Azure.Security.KeyVault.Keys.Cryptography

Comments
1 min read
Learn to Simulate Online APIs Without Server Infrastructure

Learn to Simulate Online APIs Without Server Infrastructure

Comments
3 min read
Diferenças entre o jest.spyOn e jest.mock

Diferenças entre o jest.spyOn e jest.mock

2
Comments
3 min read
Mock Class Constructor in Jest Test with Mocking Partials

Mock Class Constructor in Jest Test with Mocking Partials

2
Comments
2 min read
You stub/mock incorrectly

You stub/mock incorrectly

Comments
2 min read
Step-by-Step Tutorial on Setting Up a Mock Server Using Postman

Step-by-Step Tutorial on Setting Up a Mock Server Using Postman

3
Comments
4 min read
Mocking ES6 Class Instances with Jest

Mocking ES6 Class Instances with Jest

3
Comments
2 min read
Create free mock apis with unlimited storage

Create free mock apis with unlimited storage

Comments
1 min read
Handle Variables and Dynamic Values with `jest.fn()`

Handle Variables and Dynamic Values with `jest.fn()`

4
Comments
2 min read
A way to mock PHP internal functions with xepozz/internal-mocker

A way to mock PHP internal functions with xepozz/internal-mocker

2
Comments
3 min read
Mock modules properly with Jest and Typescript

Mock modules properly with Jest and Typescript

10
Comments
2 min read
Fastify Meets WireMock: External Service Mocking

Fastify Meets WireMock: External Service Mocking

Comments
5 min read
OpenAI API Mock for Devs on a Budget

OpenAI API Mock for Devs on a Budget

2
Comments
2 min read
Mock S3 for AWS SDK for JavaScript (v3)

Mock S3 for AWS SDK for JavaScript (v3)

4
Comments
3 min read
When to use Mock API?

When to use Mock API?

Comments
3 min read
NestJS: Mocking Databases for Efficient Tests

NestJS: Mocking Databases for Efficient Tests

17
Comments
6 min read
Understanding Mocks, Stubs, and Fakes in Software Testing

Understanding Mocks, Stubs, and Fakes in Software Testing

Comments
3 min read
Sick of Writing Code Just for Mock Data? Try Sharkio 🚀🦈

Sick of Writing Code Just for Mock Data? Try Sharkio 🚀🦈

18
Comments 3
1 min read
Stubbing AWS Service calls in Golang

Stubbing AWS Service calls in Golang

2
Comments 1
4 min read
Building a Basic HTTP Server with Python: A Guide for Automation and Prototyping

Building a Basic HTTP Server with Python: A Guide for Automation and Prototyping

77
Comments
6 min read
onmock.dev - Create Free and Online API Mocks! 🚀📣

onmock.dev - Create Free and Online API Mocks! 🚀📣

2
Comments
2 min read
Mock imported modules in Jest

Mock imported modules in Jest

7
Comments
2 min read
python: unit test with fixture and patch decorators

python: unit test with fixture and patch decorators

2
Comments
2 min read
python: Mock variations

python: Mock variations

1
Comments
1 min read
python: use multiple patch decorators to mock functions

python: use multiple patch decorators to mock functions

6
Comments
2 min read
python: unit test with mock functions from different modules

python: unit test with mock functions from different modules

1
Comments 1
3 min read
Angular testing

Angular testing

Comments
3 min read
Mock Service with Groovy

Mock Service with Groovy

4
Comments
1 min read
Abandon Postman, and switch to Apidog today

Abandon Postman, and switch to Apidog today

12
Comments
4 min read
Quickly mocking a REST API

Quickly mocking a REST API

4
Comments
1 min read
Using a mock server with Cypress

Using a mock server with Cypress

7
Comments 3
8 min read
"Mockando"

"Mockando"

9
Comments
4 min read
To mock or to stub, that is the question

To mock or to stub, that is the question

6
Comments 2
5 min read
C#: How to mock HttpContext methods such as ForbidAsync?

C#: How to mock HttpContext methods such as ForbidAsync?

7
Comments 2
1 min read
How to Test React Native Apps

How to Test React Native Apps

8
Comments
9 min read
Unit Test Azure Function with Table Extension in C#

Unit Test Azure Function with Table Extension in C#

5
Comments
2 min read
An alternative API mocking library for frontend developers

An alternative API mocking library for frontend developers

10
Comments
5 min read
Thinking about making external API to Mock API Server with Mockoon

Thinking about making external API to Mock API Server with Mockoon

6
Comments
11 min read
How to mock formulas and read-only fields in Apex tests?

How to mock formulas and read-only fields in Apex tests?

5
Comments
3 min read
Testes unitários com Golang

Testes unitários com Golang

29
Comments
8 min read
Run a local mock server in your project

Run a local mock server in your project

5
Comments
4 min read
How to implement, test and mock Discord.js v13 slash commands with Typescript

How to implement, test and mock Discord.js v13 slash commands with Typescript

18
Comments 5
9 min read
Automated Testing for your scripts – Pester | PowerShell

Automated Testing for your scripts – Pester | PowerShell

2
Comments 1
4 min read
Mocking Redis in Python's unittest

Mocking Redis in Python's unittest

20
Comments 3
4 min read
The many uses of mock data

The many uses of mock data

8
Comments 1
10 min read
Mocking the AWS SDK With Go

Mocking the AWS SDK With Go

9
Comments 1
2 min read
Elixir Circuits.I2C with Mox

Elixir Circuits.I2C with Mox

2
Comments
3 min read
Gerando mocks de interfaces no go!

Gerando mocks de interfaces no go!

6
Comments
3 min read
A mock of localStorage written in TypeScript

A mock of localStorage written in TypeScript

7
Comments
3 min read
Create dummy APIs for faster prototyping 👨‍💻⚡

Create dummy APIs for faster prototyping 👨‍💻⚡

150
Comments 5
4 min read
Mocking classes in Jest / Typescript

Mocking classes in Jest / Typescript

7
Comments
2 min read
Mock 工具介紹 — Mockoon

Mock 工具介紹 — Mockoon

5
Comments
1 min read
How to run SoapUI mockservicerunner in a Docker container

How to run SoapUI mockservicerunner in a Docker container

4
Comments
4 min read
Unit testing with assertive mocks vs not testing implementation: Why not both?

Unit testing with assertive mocks vs not testing implementation: Why not both?

Comments
3 min read
Mock API in a Chrome extension

Mock API in a Chrome extension

9
Comments
7 min read
Mock back-end for UI testing (Angular)

Mock back-end for UI testing (Angular)

6
Comments
4 min read
Test doubles: dummies, stubs, mocks, fakes

Test doubles: dummies, stubs, mocks, fakes

35
Comments
3 min read
loading...