coroanvirus testing code example

Example 1: positive testing

How I do positive testing, 
	- I send valid path and query parameters, 
	- valid headers, 
	- valid request body to valid url and verify that 
	- response status code is correct and 
	- response body is as expected

Example 2: Covid test

simplistic/explanatory examples in another answer ("Bayes Covid")
*Sensitivity* impacts false negatives and *Specificity* impacts false positives
Sensitivity is 63% for a nasopharyngeal swab and 31% for a throat swab, meaning
a false sense of security can result from you "passing" your Covid test.
With little *precedence* we cant “rule out illness” given a negative test result.
(NPV) is LOW & the probability of being free of disease is UNDETERMINED.

Tags:

Misc Example