Linux Wifi Unit Test Summary

Overview

For code release v0.2 and v0.3, two test suites were developed to unit test two main areas of development.  There is a “Search” test suite that consists of six unit test cases.  The other and larger test suite is for the “Services” module.  There are fifteen unit test cases for this suite.

 

For  code release v0.4, there was another test suite developed to unit test the “Downloader” area.  For this test suite, a total of three unit tests were executed. 

Combined, there were a total of twenty-four unit tests in the three test suites.

 

Overall, there were twenty four unit test cases.  Adding new code throughout the development did not break any existing code, and the test cases give us confidence in that.  The failure in the v0.2 release also was present throughout all the releases.  This was due to that test case not being prioritized for fixing, hence the defect remained in the code.  We also discovered a failure in new code that was developed for the v0.4 code release.   

Code Release v0.2 Results

For the “Search” test suite:

0 Failures.

 

For the “Services” test suite:

1 Failure

Code Release v0.3 Results

For the “Search” test suite:

0 Failures

 

For the “Services” test suite:

1 Failure

Code Release v0.4 Results

For the “Search” test suite:

0 Failures

 

For the “Services” test suite:

1 Failure

 

For the “Downloader” test suite:

1 Failure