CTFL_Foundation Certified Tester - Foundation Level (Syllabus 2011)

Loading demo links...

Showing 10–12 of 15 questions

Question 10

As the last stage of a test cycle of an embedded device, you are performing exploratory testing. You observed that some characters (A, X and Z) sent via a serial port to the device do not get registered on the device whereas they should be. You suspect that this could be due to a wrong configuration of the “bit parity” parameter.

Which of the following items of an incident report would you be UNABLE to write down based on this information?

Select an option, then click Submit answer.

  • Test setup details

  • Actual result

  • Expected result

  • Test case identifier

Question 11

A program got 100% decision coverage in a test. Which of the following statements is then guaranteed to be true?

Select an option, then click Submit answer.

  • Every output equivalence class has been tested.

  • Every input equivalence class has been tested.

  • The “dead” code has not been covered.

  • Every executable statement is covered.

Question 12

Test Driven development means

Select an option, then click Submit answer.

  • Development progress is allowed only upon successful completion of tests in previous stage

  • Automated tests written by test engineers

  • An approach in which test cases are written and sometimes even automated before coding

  • Development of test cases by programmers rather that test engineers