Question #1 (1 Point)
Question #1 (1 Point)
Question #1 (1 Point)
Question #1 (1 Point)
Which one of the following answers describes a test condition?
a) A distinguishing characteristic of a component or system
b) A testable aspect of a component or system identified as a basis for testing
c) The degree to which a software product provides functions which meet stated and implied needs
when the software is used under specified conditions
d) Test cases designed to execute combinations of conditions and actions resulting from them Select
ONE option.
Question #2 (1 Point)
Which of the following statements is a valid objective for testing?
a) The test should start as late as possible so that development had enough time to create a good
product
b) To validate whether the test object works as expected by the users and other stakeholders
c) To prove that all possible defects are identified
d) To prove that any remaining defects will not cause any failures
Select ONE option.
Question #3 (1 Point)
Which of the following statements correctly describes the difference between testing and
debugging?
a) Testing identifies the source of defects; debugging analyzes the defects and proposes
prevention activities
b) Dynamic testing shows failures caused by defects; debugging eliminates the defects, which are
the source of failures
c) Testing removes faults; but debugging removes defects that cause the faults
d) Dynamic testing prevents the causes of failures; debugging removes the failures Select
ONE option.
Question #4 (1 Point)
Which one of the statements below describes the most common situation for a failure discovered during
testing or in production?
a) The product crashed when the user selected an option in a dialog box
b) The wrong version of a compiled source code file was included in the build
c) The computation algorithm used the wrong input variables
d) The developer misinterpreted the requirement for the algorithm
Select ONE option.
Question #5 (1 Point)
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?
a) Testing depends on the environment
b) Exhaustive testing is not possible
c) Repeating of same tests will not find new defects
d) Defects cluster together
Select ONE option.
Question #6 (1 Point)
In what way can testing be part of Quality Assurance?
a) It ensures that requirements are detailed enough
b) Testing reduces the risk of poor software quality
c) It ensures that standards in the organization are followed
d) It measures the quality of software in terms of number of executed test cases Select
ONE option.
Question #7 (1 Point)
Which of the following activities is part of the main activity "test analysis" in the test process?
a) Identifying any required infrastructure and tools
b) Creating test suites from test scripts
c) Analyzing lessons learned for process improvement
d) Evaluating the test basis for testability
Question #9 (1 Point)
How can white-box testing be applied during user acceptance testing?
a) To check if large volumes of data can be transferred between integrated systems
b) To check if all code statements and code decision paths have been executed
c) To check if all work process flows have been covered
d) To cover all web page navigations
Select ONE option.
Test-ID T1 T2 T3 T4
Condition1 Employment for YES NO NO YES
more than 1 year?
Condition2 Agreed target? NO NO YES YES
Condition3 Achieved target? NO NO YES YES
Action Bonus payment NO NO NO YES
Which of the following test cases represents a situation that can happen in real life, and is missing in the
above decision table?
a) Condition1 = YES, Condition2 = NO, Condition3 = YES, Action= NO
b) Condition1 = YES, Condition2 = YES, Condition3 = NO, Action= YES
c) Condition1 = NO, Condition2 = NO, Condition3 = YES, Action= NO
d) Condition1 = NO, Condition2 = YES, Condition3 = NO, Action= NO
Question #28 (1 Point)
Which of the following statements about the given state transition diagram and table of test cases is
TRUE?
Power Off
TV Off (S1) TV Play (S3)
Power Power
ON Off
RC On
TV Stand
By (S2) RC Off
Test Case 1 2 3 4 5
Start State S1 S2 S2 S3 S3
Input Power On Power Off RC On RC Off Power Off
Expected Final State S2 S1 S3 S2 S1
a) The given test cases cover both valid and invalid transitions in the state transition diagram
b) The given test cases represent all possible valid transitions in the state transition diagram
c) The given test cases represent some of the valid transitions in the state transition diagram
d) The given test cases represent pairs of transitions in the state transition diagram Select
ONE option.
Question #29 (1 Point)
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)
Select ONE option.
R3
R1 R2
R5 R6
R4
R7
Which one of the following options structures the test execution schedule according to the
requirement dependencies?
a) R1 ; R3 ; R4 ; R7 ; R2 ; R5 ; R6
b) R1 ; R3 ; R2 ; R4 ; R7 ; R5 ; R6
c) R1 ; R3 ; R2 ; R5 ; R6 ; R4 ; R7
d) R1 ; R2 ; R5 ; R6 ; R3 ; R4 ; R7
Select ONE option.
Question #38 (1 Point)
You are testing a new version of software for a coffee machine. The machine can prepare different types of
coffee based on four categories. i.e., coffee size, sugar, milk, and syrup. The criteria are as follows:
• Coffee size (small, medium, large)
• Sugar (none, 1 unit, 2 units, 3 units, 4 units)
• Milk (yes or no)
• Coffee flavor syrup (no syrup, caramel, hazelnut, vanilla)
Now you are writing a defect report with the following information:
• Title: Low coffee temperature.
• Short summary: When you select coffee with milk, the time for preparing coffee is too
long and the temperature of the beverage is too low (less than 40 °C).
• Expected result: The temperature of coffee should be standard (about 75 °C).
• Degree of risk: Medium
• Priority: Normal
What valuable information was omitted in the above defect report?
a) The actual test results
b) Identification of the tested software version
c) Status of the defect
d) Ideas for improving the test case
Select ONE option.