Easy1 markMultiple Choice
CPA · Question 64 · Area I: Information Systems
Which of the following is a 'Unit Test' in software development?
Which of the following is a 'Unit Test' in software development?
Answer options:
A.
Testing the entire application flow.
B.
Testing a specific function or module in isolation.
C.
Testing the interaction between two modules.
D.
Testing by the end user.
How to approach this question
Identify the smallest scope of testing.
Full Answer
B.Testing a specific function or module in isolation.✓ Correct
Testing a specific function or module in isolation.
Unit tests are written by developers to verify that a specific block of code works as expected.
Common mistakes
Confusing Unit with Integration.
Practice the full CPA ISC Practice Exam 2
82 questions · hints · full answers · grading
More questions from this exam
Q01A service organization provides a cloud-based payroll platform where clients access the software ...MediumQ02An auditor is reviewing the backup strategy for a financial institution that requires a Recovery ...HardQ03During a walkthrough of the change management process, an auditor observes that developers have w...MediumQ04An auditor is reviewing a SQL query used to generate a list of active customers for a marketing c...HardQ05Which of the following entities is considered a 'Covered Entity' under the HIPAA Privacy Rule?Medium
Expert