Importance of Testing in SDLC

What is the importance of testing in SDLC?

Questions by ravitcs

Showing Answers 1 - 15 of 15 Answers

Testing plays an important role in all the phases in SDLC.

In the Deveopment phase reviews will be held after completion of each module whether the module is built according the way they want(Verification)


In the testing phase after getting the build the testing is done to check whether the Build is developed according to the clients requirements(Validation)

Please correct me if i am wrong

  Was this answer useful?  Yes

Hello,

Software Development Life Cycle.

If our process have both dev & testing team,we have to follow SDLC process.

Dev:
Requirement
HLD
LLD
Dev
Coding

Testing:
Functional
Regression
Integration
System
UAT

Ur's
Ram~

  Was this answer useful?  Yes

SDLC: Software Development Life Cycle is the process of building the application or product or project through different phases.

Requirement - H/w, S/W Resources, Plan, Team Size, Budget and etc
Analysis  - Requirements, Functional Spec's, BRS, FRS, SRS, Usecase, Test Cases,
                 Testplan
Design - HLDD, LLDD, Detailed Design Documents.
Coding - BY LLDD the modules designed by an indivisual logic for every module
Testing - Smoke Testing, Functional Testing, Integration Testing, and System Testing.
Implementing
Maintainance - Port Testing, Change Request, Enhancement and etc.

Testing is important throughout the Software Development Life Cycle because:

1) it identifies and reports defects so they can be fixed
2) it helps key stakeholders understand the state of product or service quality so they can make informed business decisions
3) it helps improve the quality of products and services

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions