Associate Software Engineer Question:
What is Testing in Software Engineering?
Answer:
Testing is running the program(or product) under various circumstances and conditions to find errors and bugs in it. This is important as releasing a faulty product will not only cause serious problems to the end user, it will also harm the companies reputation. There are various kind of Testing conditions and which one to use depends on type of product.
Previous Question | Next Question |
List some Features of RUP? | What are the types of Testing in Software Engineering? |