Testing
Work through every question currently mapped to this canonical topic.
- Explain white-box testing
🚧 Answer not written yet.
- Explain black-box testing
🚧 Answer not written yet.
- What are unit tests?
Answer
Unit test are a software testing technique that involves systimatically breaking down a system and testing each individual part of the assembly. These tests are automated and can be run repeatedly to allow developers to catch edge case scenarios or bugs quickly while developing.
The main objective of unit tests are to verify each function is producing proper outputs given a set of inputs.
- What types of tests would you run to test a web application?
🚧 Answer not written yet.
- Explain test harness?
🚧 Answer not written yet.
- What is A/B testing?
🚧 Answer not written yet.
- What is network simulation and how do you perform it?
🚧 Answer not written yet.
- What types of performances tests are you familiar with?
🚧 Answer not written yet.
- Explain the following types of tests:
- Load Testing
- Stress Testing
- Capacity Testing
- Volume Testing
- Endurance Testing
🚧 Answer not written yet.
- Load Testing