Question Description
CMPSC 3943 Software Design and DevelopmentAssignment #4
Due Date: Monday Nov. 16, 2020.
Submit Instructions:
1) No handwriting or drawing.
2) No images submissions
3) No zip, no rar, etc
4) All the answers should be submitted in only one text file
or PDF file.
- Some people argue that developers should not be involved in testing their owncode but that all testing should be the responsibility of a separate team. Givearguments for and against testing by the developers themselves.
- What do you understand by the term stress testing? Suggest how you mightstress test the MHC-PMS.
- What are the benefits of involving users in release testing at an early stage inthe testing process? Are there disadvantages in user involvement?
4.
Given the following flowchart detailing the functions of Java application, which
checks to see if a Person’s username and password are correct before granting
access to an online E-commerce site .
a) What is the cyclomatic complexity of this flowchart?
b) List all the independent paths that need to be tested in this flowchart.