0
0
Testing Fundamentalstesting~5 mins

System testing in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is system testing in software testing?
System testing is the process of testing a complete and integrated software product to verify that it meets the specified requirements.
Click to reveal answer
beginner
At what stage is system testing performed?
System testing is performed after integration testing and before acceptance testing in the software development lifecycle.
Click to reveal answer
beginner
Name two key goals of system testing.
1. Verify that the complete system works as expected.<br>2. Detect defects in the system before release.
Click to reveal answer
intermediate
How is system testing different from integration testing?
Integration testing checks interactions between modules, while system testing tests the entire system as a whole.
Click to reveal answer
beginner
Give an example of a type of system test.
Functional testing, performance testing, security testing, and usability testing are examples of system tests.
Click to reveal answer
When is system testing usually performed?
ABefore unit testing
BAfter integration testing
CDuring coding
DAfter acceptance testing
Which of the following is NOT a focus of system testing?
AVerifying system requirements
BTesting the complete system
CTesting individual functions in isolation
DDetecting defects before release
System testing is best described as:
ATesting the entire integrated software product
BTesting only the user interface
CTesting database queries
DTesting code modules separately
Which type of testing is usually performed during system testing?
AUnit testing
BStatic analysis
CCode review
DPerformance testing
What is the main purpose of system testing?
ATo validate the complete system against requirements
BTo write code
CTo design the system architecture
DTo deploy the software
Explain what system testing is and why it is important.
Think about testing the whole software product after all parts are combined.
You got /3 concepts.
    Describe the difference between integration testing and system testing.
    Consider the scope of what each testing type covers.
    You got /2 concepts.