1. What is the MAIN benefit of designing tests early in the life cycle?
> It helps prevent defects from being introduced into the code.
2. What is risk-based testing?
>Risk-based testing is the term used for an approach to creating a test strategy that is based on prioritizing tests by risk. The basis of the approach is a detailed risk analysis and prioritizing of risks by risk level. Tests to address each risk are then specified, starting with the highest risk first.
3. A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using Boundary Value Analysis?
>4, 5, 99
4. What is the KEY difference between preventative and reactive approaches to testing?
>Preventative tests are designed early; reactive tests are designed after the software has been produced.
5. What is the purpose of exit criteria?
>To define when a test level is complete.
6. What determines the level of risk?
>The likelihood of an adverse event and the impact of the event
> It helps prevent defects from being introduced into the code.
2. What is risk-based testing?
>Risk-based testing is the term used for an approach to creating a test strategy that is based on prioritizing tests by risk. The basis of the approach is a detailed risk analysis and prioritizing of risks by risk level. Tests to address each risk are then specified, starting with the highest risk first.
3. A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using Boundary Value Analysis?
>4, 5, 99
4. What is the KEY difference between preventative and reactive approaches to testing?
>Preventative tests are designed early; reactive tests are designed after the software has been produced.
5. What is the purpose of exit criteria?
>To define when a test level is complete.
6. What determines the level of risk?
>The likelihood of an adverse event and the impact of the event
No comments:
Post a Comment