⟩ The first ethernet card on a system is A. eth0 B. etho0 C. eth1 D. hme0
A. eth0
A. eth0
Increasing the quality of the software, by better development methods, will affect the time needed for testing (the test phases) by a. reducing test time b. no change c. increasing test time d. cant say
Explain which of the following is the component test standard? a. IEEE 829 b. IEEE 610 c. BS7925-1 d. BS7925-2
Explain Which of the following tools would you use to detect a memory leak? a. State analysis b. Coverage analysis c. Dynamic analysis d. Memory analysis
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? a. 1 b. 2 c. 3 d. 4
Explain Which of the following is not the integration strategy? a. Design based b. Big-bang c. Bottom-up d. Top-down
Suppose A program with high cyclometic complexity is almost likely to be a. Large b. Small c. Difficult to write d. Difficult to test
Suppose IF YOU HAVE BEEN GIVEN THE RESPONSIBILITY TO ELICIT REQUIREMENTS FROM A CUSTOMER WHO TELL YOU HE IS TOO BUSY TO MEET WITH YOU. WHAT SHOULD YOU DO?
Explain which of the following statements are true? a. Faults in program specifications are the most expensive to fix. b. Faults in code are the most expensive to fix. c. Faults in requirements are the most expensive to fix d. Faults in designs are the most expensive to fix.
When reporting faults found to developers, testers should be a. as polite, constructive and helpful as possible b. firm about insisting that a bug is not a ?feature? if it should be fixed c. diplomatic, sensitive to the way they may react to criticism d. All of the above
In which order should tests be run? a. the most important tests first b. the most difficult tests first(to allow maximum time for fixing) c. the easiest tests first(to give initial confidence) d. the order they are thought of