⟩ Explain In order to set the time zone to US/Eastern via Kickstart, what must be in the Kickstart configuration file? A. tz US/Eastern B. timezone US/Eastern C. It is not possible to set time zone D. timeconfig US/Eastern
B. timezone US/Eastern
B. timezone US/Eastern
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
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