0
0
Testing Fundamentalstesting~5 mins

Continuous Integration testing in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Continuous Integration (CI) testing?
Continuous Integration testing is the practice of automatically running tests every time code changes are added to a shared project. It helps catch errors early and keeps the software working well.
Click to reveal answer
beginner
Why is Continuous Integration testing important?
It finds problems quickly, so developers can fix them before they grow. This saves time and makes the software more reliable.
Click to reveal answer
beginner
Name a common tool used for Continuous Integration testing.
Jenkins is a popular tool that helps run tests automatically when code changes happen.
Click to reveal answer
intermediate
What types of tests are usually run in Continuous Integration?
Unit tests and integration tests are commonly run to check small parts and how they work together.
Click to reveal answer
intermediate
How does Continuous Integration testing improve teamwork?
It helps everyone see if their code works well with others quickly, reducing conflicts and confusion.
Click to reveal answer
What triggers tests in Continuous Integration testing?
AEvery time code is changed and added to the shared project
BOnly when a developer asks for it
COnce a month
DWhen the software is released
Which of these is NOT a benefit of Continuous Integration testing?
AMaking software slower
BFinding bugs early
CImproving code quality
DHelping teamwork
Which test type is commonly run in Continuous Integration?
ANo tests
BManual exploratory tests
CPerformance tests only
DUnit tests
What is a popular tool used for Continuous Integration?
AExcel
BJenkins
CPhotoshop
DSlack
How does Continuous Integration testing help developers work together?
ABy making everyone work alone
BBy stopping all code changes
CBy showing if code works well with others quickly
DBy hiding errors from the team
Explain what Continuous Integration testing is and why it is useful.
Think about how testing every change helps the team.
You got /4 concepts.
    Describe common tests run during Continuous Integration and their purpose.
    Focus on test types and why they run in CI.
    You got /4 concepts.