|
Principles of High-Value Software Testing
|
11/5/2019
|
Tests secure the value that software creates. Here are practical principles for getting the most from them.
|
development
testing
|
|
Testing with TypeScript, Enzyme, and React
|
3/23/2018
|
Testing with TypeScript and Enzyme offers a friendly, typesafe alternative to React's built-in test facilities.
|
typescript
react
testing
howto
|
|
Testing TypeScript with Jest
|
12/11/2016
|
Jest and TypeScript make it easy to write maintainable, strongly-typed unit tests.
|
typescript
jest
testing
howto
|
|
Testing API Requests From window.fetch
|
6/5/2015
|
Using Sinon to stub `window.fetch` with mock API requests simplifies client testing and development. Here's how to do it.
|
howto
javascript
sinon
testing
|
|
Testing API Requests with XHR and sinon.js
|
5/31/2015
|
Testing API behaviors with XHR and sinon enables portable, straightforward specifications. Here's how to do it.
|
howto
javascript
sinon
testing
|