covid 19 testing code example

Example 1: how are they testing for covid

the covid aka common cold numbers for last year are the same as this years within in 200

Example 2: 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 3: testing

Process that checks the quality, performance  
and reliability of Software. Software testing
evaluates the quality of the application and improves
the quality. allows to get actual results instead of expected.

Example 4: 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.

Example 5: covid test

low pre-test probability (1020%)...
	asymptomatic individuals in a presumed low prevalence environment 
moderate pre-test probability (4060%)
	cough and fever in a city/jurisdiction with known cases
high pre-test probability (8090%) 
	may include a patient with fever, cough, shortness of breath, 
	with a known close contact with confirmed COVID19.

Example 6: coronavirus testing

`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````11