ExamGecko
Home Home / Scrum / PSD
Question list
Search
Search

Question 108 - PSD discussion

Report
Export

What are two differences between unit tests and integration tests?

A.
A unit tests only runs on the developer's computer
Answers
A.
A unit tests only runs on the developer's computer
B.
A unit test is automated
Answers
B.
A unit test is automated
C.
An integration test runs overnight
Answers
C.
An integration test runs overnight
D.
A unit tests isolates a specific system behavior
Answers
D.
A unit tests isolates a specific system behavior
E.
An integration test may be composed of unit tests
Answers
E.
An integration test may be composed of unit tests
Suggested answer: D, E

Explanation:

Unit tests are testing the smallest units of code possible and integration tests are testing the components of the system together. Unit tests aims at isolated pieces of behavior and integration tests could be composed of unit tests to test components.

asked 23/09/2024
ce temp2
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first