Software QA Testing Question:
Explain Incremental integration testing?
Answer:
Incremental integration testing is continuous testing of an application as new functionality is recommended. This may require that various aspects of an application's functionality are independent enough to work separately, before all parts of the program are completed, or that test drivers are developed as needed.
Incremental testing may be performed by programmers, software engineers, or test engineers.
Incremental testing may be performed by programmers, software engineers, or test engineers.
Previous Question | Next Question |
Explain Integration Testing? | Explain Functional testing? |