⟩ Which of the following is a journaling filesystem? A. ext2 B. vfat C. minix D. ext3
D. ext3
D. ext3
Suppose A program validates a numeric field as follows values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected which of the following input values cover all of the equivalence partitions? a. 10,11,21 b. 3,20,21 c. 3,10,22 d. 10,21,22
Explain Coverage measurement a. is nothing to do with testing b. is a partial measure of test thoroughness c. branch coverage should be mandatory for all software d. can only be applied at unit or module testing, not at system testing
Tell me What is Agile Testing?
Explain What is the important criterion in deciding what testing technique to use? a. how well you know a particular technique b. the objective of the test c. how appropriate the technique is for testing the application d. whether there is a tool to support the technique
Can you explain What is Acceptance Testing?
Explain Which of the following is a black box design technique? a. statement testing b. equivalence partitioning c. error- guessing d. usability testing
Explain When should you stop testing? a. when time for testing has run out. b. when all planned tests have been run c. when the test completion criteria have been met d. when no faults have been found by the tests run
Explain What is Ad Hoc Testing?
Explain Which is not true-The black box tester a. should be able to understand a functional specification or requirements document b. should be able to understand the source code. c. is highly motivated to find faults d. is creative to find the system?s weaknesses
Explain Which of the following is the odd one out? a. white box b. glass box c. structural d. functional