You are browsing as a guest. Sign up (or log in) to start making projects!

1h 32m 55s logged

Day 10 - Multiple Ping Tests & Result Storage

  • Implemented an ArrayList to store results from multiple ping tests.

  • Added user input for the number
    of ping tests to run

  • Added input validation to ensure the number of tests
    is a valid positive whole number

  • Created a for loop to automatically run the requested
    number of ping tests

  • Stored each PingResult in the ArrayList after every
    successful test.

  • Added a results counter using results.size() to verify
    that results are being stored correctly.

  • Confirmed the program successfully ran 3 separate tests to Google and stored all 3 results

  • Debugged the output and identified/removing the unnecessary extra ping test result

  • Verified latency extraction, success/failure detection, and timestamp functionality alongside  new multi-test Ping system for my code

Key milestone: The analyzer can now run multiple

0
30

Comments 0

No comments yet. Be the first!