Which of the following options cover the test types performed during typical system testing phase:

Which of the following options cover the test types performed during typical system testing phase:

I) Usability

II) Requirements based scenarios

III) Testing parts of the code in isolation

IV) Correct order of parameters in API calls
A . I, Ill
B . I, II
C . II, IV
D . III, IV

Answer: B

Explanation:

System testing is a level of testing performed to evaluate the behavior and quality of a whole software product or system.

System testing can include various types of testing, such as:

I) Usability testing: A type of testing that evaluates how easy, efficient and satisfying it is to use the software product or system from the user’s perspective.

II) Requirements based scenarios testing: A type of testing that verifies that the software product or

system meets its specified requirements or user stories by executing realistic scenarios or workflows. System testing does not include the following types of testing, as they are more suitable for lower levels of testing, such as unit testing or integration testing:

III) Testing parts of the code in isolation: A type of testing that verifies the functionality and quality of individual software components or units by isolating them from other components or units.

IV) Correct order of parameters in API calls: A type of testing that verifies the functionality and quality of software components or units that communicate with each other through application programming interfaces (APIs) by checking the correct order and format of parameters in API calls.

Verified Reference: [A Study Guide to the ISTQB® Foundation Level 2018 Syllabus – Springer], Chapter 2, page 20-21; Chapter 4, page 34-35.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments