Skip to content

Test TDD requirements

mrutid edited this page Jan 26, 2012 · 5 revisions

#Behaviour

1 - The Server receives a request

2 - The Server receives a request with params

3 - The Server extracts the params

 3.1 - There are an error in the params.

 3.2 - Incomplete params, check default behaviour

4 - The Server creates a TASK

5 - The Server push the TASK in the pending queu

6 - The Server provide a 200ok to the client on success

7 - The Server provide a 404err to the client on error

8 - Test the app-params (-help -version -spawn -DBhost -DBport)


#Performance

1 - The server responds in less than XX ms to a single user

2 - The server responds in less than XX ms under a high load scenario

3 - The server processes more than XX TPS with YY clients with ZZ requests

Clone this wiki locally