Software engineering Question: Download Software engineering PDF

What is Testing in Software Engineering?

Tweet Share WhatsApp

Answer:

What is Testing in Software Engineering
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.
Types of Testing in Software Engineering
As per Test Target, there is * Unit Testing * Integration Testing * System Testing As per Test Objective, there is * User Acceptance Testing * Installation Testing * Functional * Alpha / Beta testing * Regression * Performance * Stress * Usability * Configuration * Smoke (Sanity Test) Let's see them one by one -


Download Software engineering PDF Read All 34 Software engineering Questions
Previous QuestionNext Question
What is RUP and PSP?What is SRS?