Skip to content

Test Requirements

SAKURAI Hitohiro edited this page Apr 21, 2022 · 12 revisions

Test Items

This Mata Elang Stable is required to have the same quality as industrial products. The Mata Elang Stable mainly consists of the combination of OSS software. Therefore, the following test items are required to be done by each developer and committer.

NOTE: Developers are encouraged to cooperate with the committer's testing as much as possible.

1. Developer's Task

1-1. Unit Test

Test the individual components at the code level to ensure they work as designed.

  • White Box Test
  • Exception Handling Test

NOTE: The target value of test coverage should be about 90% or more

1-2. Connectivity Test

Test the connection with other modules.

2. Committer's Task

2-1. System Testing

Test the completed and integrated system to ensure it meets requirements before the product is pushed into production.

2-2. Stability Testing

To ensure that Mata Elang Stable runs for a long period at the expected load time to minimize administrative intervention.

2-3. Simulator Attack Testing

To confirm attack detection by using tcpreplay which regenerates a pcap containing attack scenarios.

>> Back to HOME