Embed presentation
Downloaded 883 times
























The document contains responses to questions about software testing terms and concepts. Key points discussed include: - Cyclomatic complexity is a white box testing type that analyzes the complexity of code. - Monkey testing tests software without test cases by randomly interacting with screens and inputs to find bugs. - Severity refers to a bug's seriousness while priority refers to which bug should be fixed first. - A login screen bug example is provided where severity is low but priority is high due to usability issues. - System testing is a type of black box testing that tests the full application and includes functionality, regression, and performance testing.























