KotoneZQ / INF2001_P7-6_Project

0 stars 0 forks source link

3.4 White Box Testing #48

Closed KotoneZQ closed 10 months ago

KotoneZQ commented 10 months ago
  1. Task title ID: #48
  2. What is the task about? Please describe in detail. Is a software testing method that examines the internal structure and logic of a software application
  3. What are the goals of the task? Please describe in detail. The goal is to ensure that all lines of code, paths, and branches within the software are tested
  4. Success or completion criteria. Please describe in detail. The success criteria collectively ensure that the white-box testing process is thorough, effective, and contributes to the overall quality and reliability of the software.
  5. Allocated time 7 days
  6. Start date and end date of the issue/task 18/11/2023 - 25/11/2023
  7. What is the priority of the task High

Issue/Task Comments Template

  1. Describe the work done in detail.
  2. Has this work been committed to the repo?
  3. How does the work affect success or completion criteria?
  4. Start date and end date of the work done
2101309 commented 10 months ago

pseudocode for whitebox testing done. CFG diagram review needed. Cyclomatic Complexity review needed. Basis Path Testing review needed. Test case ongoing.

KotoneZQ commented 10 months ago

help with pseudocode, CFG diagram, Basis Path testing

reviewed

2101309 commented 10 months ago

Test Case done using branch coverage review needed.

KotoneZQ commented 10 months ago

add CFG diagram for basis path testing

KotoneZQ commented 10 months ago

reviewed

Jr-Goh commented 10 months ago

Reviewed

Kai-i-i-i commented 10 months ago

Helped to make the pseudo code, reviewed overall

gitdanzel commented 10 months ago

reviewed

brandonbljl commented 10 months ago

reviewed

2101309 commented 10 months ago

Closed(26/11)