Which of the statement are true about risk based testing;
I . All risks have equal weights / concerns.
II . The level of risk is influenced by likelihood of the risk and impact of the risk.
III . All risks must be mitigated.
IV . Main developer quitting, during the coding phase of the project can be a project risk.
Answer : A
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?
Answer : A
A major bank has recently outsourced all of its software development in an effort to reduce its fixed costs. The new supplier will be responsible for all new developments as well as enhancements to existing ones. The bank has retained its own management team for its projects. There will be an in-house project manager, development manager and test manager for each project. Some staff may work on more than one project, depending on the overall size. An enhancement is being made to allow existing customers to authorise their own loans online, from 1k to 10k by answering a series of questions. You are a test manager with the bank and you have written a test strategy for the outsourced team to follow. Unit testing has begun but informal conversations with the developers have revealed that they have not received a signed-off specification from the bank for the enhancement. They do know how loans work though and have created code from conversations with bank staff alongside their own knowledge. How could a strategy have helped to avoid this situation?
Answer : C
The main Objective of Test Analysis and Design phase is to;
Answer : C
Consider the following perl statement. How many test cases are required at a minimum for condition coverage?
$a=$x||$y
Answer : C
According to the ISTQB syllabus, domain testing quality attributes are;
I . Accuracy, Suitability, Interoperability
II . Reliability, Maintainability, Portability
III . Performance, load, Adaptability
Answer : D
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. For which of the following would decision testing be most suited?
Answer : C