What do you mean by “Having to say NO”..?

What do you mean by “Having to say NO”..?A . No, the problem is not with testersB . No, the software is not ready for productionC . Both a & bD . None of the aboveView AnswerAnswer: B

August 10, 2021 No Comments READ MORE +

Which of the following topics should NOT be included in the test progress report?

You are about to release a test progress report to a senior manager, who is not a test specialist . Which of the following topics should NOT be included in the test progress report? 1 creditA . Product risks which have been mitigated and those which are outstanding.B . Recommendations...

August 10, 2021 No Comments READ MORE +

When assembling a test team to work on an enhancement to an existing system, which of the following has the highest level of test independence?

Topic 21, Mix Questions Set A When assembling a test team to work on an enhancement to an existing system, which of the following has the highest level of test independence?A . A business analyst who wrote the original requirements for the system.B . A permanent programmer who reviewed some...

August 10, 2021 No Comments READ MORE +

The difference between re-testing and regression testing is:

The difference between re-testing and regression testing is:A . Re-testing is running a test again; regression testing looks for unexpected side effectsB . Re-testing looks for unexpected side effects; regression testing is repeating those testsC . Re-testing is done after faults are fixed; regression testing is done earlierD . Re-testing...

August 10, 2021 No Comments READ MORE +

What is important to do when working with software development models?

What is important to do when working with software development models?A . To adapt the models to the context of project and product characteristics.B . To choose the waterfall model because it is the first and best proven model.C . To start with the V-model and then move to either...

August 10, 2021 No Comments READ MORE +

Which of the following is a benefit of independent testing? 1 credit

Which of the following is a benefit of independent testing? 1 creditA . Code cannot be released into production until independent testing is complete.B . Testing is isolated from development.C . Independent testers find different defects and are unbiased.D . Developers do not have to take as much responsibility for...

August 9, 2021 No Comments READ MORE +

What should be the MAIN objective during development testing?

What should be the MAIN objective during development testing?A . To cause as many failures as possible so that defects in the software are identified and can be fixedB . To confirm that the system works as expected and that requirements have been metC . To assess the quality of...

August 9, 2021 No Comments READ MORE +

How many test cases are needed to achieve 100 per cent decision coverage?

Consider the following pseudo code: 1 Begin 2 Read Time 3 If Time < 12 Then 4 Print(Time, "am") 5 Endif 6 If Time > 12 Then 7 Print(Time 12, "pm") 8 Endif 9 If Time = 12 Then 10 Print (Time, "noon") 11 Endif 12 End How many test...

August 9, 2021 No Comments READ MORE +

Continuing with the Scenario described in the previous question, which of the following topics would you need to address in detail in the master test plan? 3 credits

Continuing with the Scenario described in the previous question, which of the following topics would you need to address in detail in the master test plan? 3 creditsA . An approach to regression testingB . A list of boundary values for “advance amount”C . A description of dependencies between test...

August 8, 2021 No Comments READ MORE +

The introduction of reviews and inspections has often failed as a process improvement action. Identify the THREE most important measures that should be taken to reduce the risk that this test process improvement will fail. 2 Credits (for 2 out of 3 correct 1 credit)

The introduction of reviews and inspections has often failed as a process improvement action. Identify the THREE most important measures that should be taken to reduce the risk that this test process improvement will fail. 2 Credits (for 2 out of 3 correct 1 credit)A . Process ownership and experienced...

August 8, 2021 No Comments READ MORE +