⟩ Explain Which of the following is a journaling filesystem? A. ext2 B. vfat C. minix D. ext3
D. ext3
D. ext3
Explain Which of the following is NOT a standard related to testing? a. IEEE829 b. IEEE610 c. BS7925-1 d. BS7925-2
Explain Which of the following is NOT a type of non-functional test? a. State-Transition b. Usability c. Performance d. Security
Suppose If the pseudocode below were a programming language ,how many tests are required to achieve 100% statement coverage? 1.If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7.Else 8. Display_messageZ; a. 1 b. 2 c. 3 d. 4
Testware(test cases, test dataset) a. needs configuration management just like requirements, design and code b. should be newly constructed for each new version of the software c. is needed only until the software is released into production or use d. does not need to be documented and commented, as it does not form part of the released software system
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