Under what circumstances would you plan to perform maintenance testing? a) As part of a migration of an application from one platform to another. b) As part of a planned enhancement release. c) When the test scripts need to be updated. d) For data migration associated with the retirement of a system
Given the following sample of pseudo code:01 Input number of male rabbits02 Input number of female rabbits03 If male rabbits > 0 and female rabbits > 0 then04 Input Do you want to breed (Yes / No)05 If breed = "No"06 Print deep male and female rabbits apart!07 End if08 End If.Which of the following test cases will ensure that statement "06" is executed?
Which of the following is a standard for test documentation?
Which of the following statements describe why experience-based test design techniques are useful? a) They can help derive test cases based on analysis of specification documents. b) They can identify tests not easily captured by formal techniques. c) They make good use of tester knowledge, intuition and experience. d) They are an effective alternative to formal test design techniques.
Which of the following is a specification-based technique?
Given the following state table:Which of the following represents an INVALID transition (N)?