Monkey testing
Question:
What is monkey testing?
- A test that monitors for failure up to a limit before it trips
- Deliberately killing services to see how other services are affected
- Avoiding failure at all costs
- A test that isolates failing services to limit the scope of failure
Answer:
B - is the correct answer. Monkey testing is killing services to see how other services are affected. Failure-inducing tools include Chaos Monkey and Netflix's Simian Army