Relay


Project 2 Testing

Number of tests done : 20


Number of successful results : RANDOM DEPENDING ON FUNCTION -- CHECK IMAGE


Number ofunsuccessful results : RANDOM DEPENDING ON FUNCTION8 -- CHECK IMAGE


SCREEN SHOT OF TEST HERE

TESTING

This test checks the data being sent in by the client to the server

python3 requires socket messages to be passed in as encoded strings (bytes) and

decoded when received by the server. the abouve images shows that the test

detects non-byte data as unsuccessful and byte data as successful

Causing a failure

My app closes the application and send a message to the terminal stating that

the application has closed because ther server is not running or is down
ERROR

The error happens when the client attempts to connect to the server

before the server has started running