You work as a tester in a project on a mobile application for food ordering for one of your clients. The client sent you a list of requirements. One of them, with high priority, says “The order must be processed in less than 10 seconds in 95% of the cases”. You created a set of test cases in which a number of random orders were made, the processing time measured, and the test results were checked against the requirements. What test type did you perform?

Antwortmöglichkeiten

A.Functional, because the test cases cover the user’s business requirement for the system
B.Non-functional, because the measure the system’s performance
C.Functional, because the test cases interact with the user interface
D.Structural, because we need to know the internal structure of the program to measure the order processing time

Richtige Antwort

B: Non-functional, because the measure the system’s performance

Weitere Fragen aus dieser Prüfung