The main Objective of Test Analysis and Design phase is to;
Answer : C
Use the following code;
x=1
y=2
z=3
If (x = = 2)
{
print "Hi There !";
}
else
{
print "Good bye";
}
z=x + y;
if (z ==4)
{
print "Welcome Back!";
}
else
{
print "Thank you";
}
How many test cases, at minimum, are required for statement coverage?
Answer : B
A development house (DH) uses the V model for its projects. It delivers systems to the energy industry. In response to consumer demands, DH has been asked to create an online system for consumers to switch energy suppliers easily. There are already offerings in the marketplace for this service, but DH thinks it can provide a service which is easier to use. It will request more detailed information on homes and occupant lifestyles in order to accurately predict likely bills per quarter, and will update users if a cheaper tariff becomes available. For this new service, the specifications have been defined, code has been created, and system testing is about to start. Which of the following would form part of the entry criteria into unit testing (which will be followed by integration testing)?
I . 100 per cent decision coverage of all tariff calculations.
II . Signed-off program specification.
III . Signed-off technical specification.
IV . 100 per cent program specification coverage.
V . Compiled code.
Answer : B
The aircrew of a national air defence force has requested changes to the existing aviation software that provides on-board information about the combat environment. The air force is currently engaged in a peace-keeping mission in another country and has come under unexpected threats. The development life cycle is the V model. The software house needs to change their test management process to ensure delivery at the right time and quality. The software changes are coming in as the aircrew request them, as a result of their engagements with hostile forces. The aircrew have requested that the changes are made as quickly as possible. The project manager has decided to revisit the test management process. The changes will come as small change requests. The team have worked on the project for over 25 years, with little staff turnover. Which of the following test measures should be emphasised during the crisis?
I . Readiness of the test environment for each run.
II . Number of high-priority defects being found.
III . Number of defects being found per tester.
IV . Number of hours overtime being worked by staff.
V . Number of change requests tested versus number passed.
Answer : A
Which of the following statements are true about risks of introducing test automation tools?
I . Poorly designed test cases automated "as is" results in execution errors.
II . Reduce defect detection due to limited manual testing by a tester.
III . Too many dependencies to integrate test tools and test tool limitations.
IV . Unrealistic expectations from management.
Answer : C
Select the correct answer;
I . IEEE 829 contains a standard for test summary report. II.
Test reporting can occur at the end of the testing effort.
III . Percentage of test time lost due to blocking events is not a valid metric to monitor.
IV . Test summary report may contain summary of testing activities, versions of the software tested and management approvals.
Answer : C
The testing department of a leading company delivered a software, which included the three new features along with the test qualification report. They also archived their test results, logs, and other test artifacts in company documentation database. Scheduled a lessons learned meeting with the software testers, project managers and software developers. The testing department is describing;
Answer : C