ISTQB Quiz
nav.blog試験セット問題練習クイズ
ENVIDEPTJA
ENVIDEPTJA

ISTQB Quiz

ISTQB Foundation Level 無料練習テスト

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

ホーム/問題/#147
問題 147ISTQB CFTL 2018 Sample Questions Exam set A

A video application has the following requirement: The application shall allow playing a video on the following display resolution: 1. 640x480. 2. 1280x720. 3. 1600x1200. 4. 1920x1080. Which of the following list of test cases is a result of applying the equivalence partitioning test technique to test this requirement?

選択肢

A.Verify that the application can play a video on a display of size 1920x1080 (1 test case).
B.Verify that the application can play a video on a display of size 640x480 and 1920x1080 (2 test cases).
C.Verify that the application can play a video on each of the display sizes in the requirement (4 test cases).✓
D.Verify that the application can play a video on any one of the display sizes in the requirement (1 test case).

正解

C: Verify that the application can play a video on each of the display sizes in the requirement (4 test cases).

この試験セットで練習するすべての問題を見る

この試験の他の問題

#119

Which one of the following answers describes a test condition?

#120

Which of the following statements is a valid objective for testing?

#121

Which of the following statements correctly describes the difference between testing and debugging?

#122

Which one of the statements below describes the most common situation for a failure discovered during testing or in production?

#123

Mr. Test has been testing software applications on mobile devices for a period of 5 years. He has a wealth of experience in testing mobile applications and achieves better results in a shorter time than others. Over several months Mr. Test did not modify the existing automated test cases and did not create any new test cases. This leads to fewer and fewer defects being found by executing the tests. What principle of testing did Mr. Test not observe?