Software Development Engineer Question:
Explain 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 |
What are some Features of RUP? | Define about Integration Testing? |