Skip to content

asnaith/api-test-boolean-combinations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boolean Combinations API Test

Tests all 1,024 possible combinations of 10 boolean values against a RESTful API with POST and GET validation.

Setup

npm install

Run

Terminal 1 - Start server:

npm run server

Terminal 2 - Run tests:

npm test

Result

All 1,024 combinations tested - each POSTs data, then GETs to verify persistence.

About

Quick demo of testing all combinations of an api with 10 boolean values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published