Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
QUESTION
Need word document part done
- Develop a test plan (including two test cases) in a Word document involving the following. Execute the test plan. Discuss the results in your Word document.
- Perform a static analysis (a code review or walk-through) that includes the following:
- Identify proper coding style.
- Identify the proper implementation of code design.
- Identify potential problems with risky code or deadlock situations.
- Identify any other errors.
- Design, write-up, and test 2 test cases.
- Based on each test case, do the following:
- Choose inputs
- Run them through the code
- Determine the appropriate outputs
- Based on each test case, do the following:
- Perform 1 of the following dynamic analyses (execution of the code):
- Statement coverage: Designed to execute every statement at least once
- Branch coverage: Designed to test every branch of the program at least once
- Path coverage: Designed to test every path of execution at least once
- Definition-use-path coverage: All paths between the definition of a variable and the use of that variable are tested