InterviewSolution
Saved Bookmarks
| 1. |
What is the importance of agile testing? |
|
Answer» Agile testing is basically a software testing process that uses agile methodologies i.e., follow test-first design paradigm. It evaluates the software from the customer's point of view. It does not require any development team to complete coding for starting QA, instead of testing and coding can go hand in hand. Features are TESTED as they are DEVELOPED. Some of its advantages include:
|
|