Question: 1
Consider the following perl statement. How many test cases are required at a minimum for condition coverage?
$a=$x||$y
Question: 2
Select the correct classification tree diagram for the following Children Learning Program. The program displays three shapes; circle, square and triangle and two color choices (red & blue). The child has to identify the shape and the color and press the appropriate button on the screen. The computer program verifies the selection and provides a score at the end of the game. Which classification tree diagram displays the program choices?
Answer : B
Show Answer
Hide Answer
Question: 3
An internet service provider (ISP) offers its services mainly to home users. With this group, a major target is home users with children. One of its key selling points is its Parental Control (PC) system. The PC system allows the user with Master rights to set the internet access privileges of the other users. Its categories of user are: Mature Teen (M), General
Teen (G), Kids only (KO).
# A Mature Teen can have 24-hour access, can access websites in the M category and can visit chat rooms.
# A General Teen can have '9--5' access, can access websites in the G category and can visit chat rooms.
# A Kid can have access up to 1 hour per day, can access websites in the KO category only, but cannot visit chat rooms. Which of the following provides the best description of a test condition for this system?
Question: 4
An internet service provider (ISP) offers its services mainly to home users. With this group, a major target is home users with children. One of its key selling points is its Parental Control (PC) system. The PC system allows the user with Master rights to set the internet access privileges of the other users. Its categories of user are: Mature Teen (M), General Teen (G), Kids only (KO).
# A Mature Teen can have 24-hour access, can access websites in the M category and can visit chat rooms.
# A General Teen can have '9--5' access, can access websites in the G category and can visit chat rooms.
# A Kid can have access up to 1 hour per day, can access websites in the KO category only, but cannot visit chat rooms.
Which of the following test design techniques would be best suited to testing that a General Teen can have only '9--5' access to the system?
Question: 5
An internet service provider (ISP) offers its services mainly to home users. With this group, a major target is home users with children. One of its key selling points is its Parental Control (PC) system. The PC system allows the user with Master rights to set the internet access privileges of the other users. Its categories of user are: Mature Teen (M), General Teen (G), Kids only (KO).
# A Mature Teen can have 24-hour access, can access websites in the M category and can visit chat rooms.
# A General Teen can have '9--5' access, can access websites in the G category and can visit chat rooms.
# A Kid can have access up to 1 hour per day, can access websites in the KO category only, but cannot visit chat rooms.
Which of the following types of testing would be best suited to checking the source code for data flow errors?