Tag: Testing
13 items found
Projects
Services
Blog Posts
Glossary Terms
API Mock
An API mock imitates expected endpoints and responses so frontend, mobile, and test teams can move before the real service is ready.
BDD (Behavior-Driven Development)
BDD describes expected behavior with Given-When-Then scenarios, creating a shared language between business and technical teams.
Chaos Engineering
Chaos engineering tests resilience by injecting controlled failures and observing whether systems keep working under real-world stress.
Headless Browser
A headless browser loads pages without opening a visible UI, enabling automation for tests, scraping, and PDF generation.
Integration Test
Integration testing verifies the expected data flow when multiple modules, services, or external systems work together.
Jest
Jest is a popular testing framework developed by Facebook for JavaScript and TypeScript, known for its ease of use.
Shift Left Testing
Shift left testing moves automated checks into requirements, design, and coding stages so defects are found before production.
Storybook
Storybook isolates UI components from the app so teams can develop, document, and visually test them in many states.
TDD (Test-Driven Development)
TDD is a development practice where a failing test is written first, then the smallest passing implementation shapes the design.
Unit Test
A unit test verifies a small code unit such as a function or class quickly and automatically while isolating external dependencies.