⟩ Explain What DHCP server option is used to specify the DNS server to clients? A. domain-name-servers B. dns C. domain-name D. routers
A. domain-name-servers
A. domain-name-servers
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
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?