Skip to main content

Waterfall Model

As per name suggested waterfall model work as the flow of water from top to bottom. 

Let me discuss all phases one by one of waterfall model.

  • Requirement Analysis: In This phase, Team will go through the review meeting, Client Discussion, Team Discussion, review existing product, review the client references and go through the client requirement  to understand the client need. In this part Business team will involve with the client. All requirement is gathered in this phase and prepared a document which will help team to proceed over the software. 
  • Design: All gathered information of Requirement analysis phase will be used in this phase to prepare System design. In this phase, team will work over the hardware requirement and software requirement. Team also create a system architecture that how the system will flow and what are the components. In this phase both High Level Design (HLD) document and Low Level Design (LLD) document  prepare.  
  • Implementation: In this phase as per design, developer start their work of writing code.  Developer team divides  the whole project in different different modules and start writing code as per unit based. once they write one unit code they will write another unit code and integrate whole code to make a complete software. Each unit is tested by the developers to make sure team are moving in right direction. 
  • Testing: After integration, developer prepare a build of the software and assign that build to the test team for Testing. from here testing team start testing with first Integration Testing then System Testing,Validation, Verification to ensure that the software in right direction. Team team perform all functional and non functional testing to make sure system meets the requirement. after testing reports to developer team regarding bugs and when developer fixes all bug and create a new build , test the system with Retesting and Regression Testing to ensure bug fixes. 
  • Maintenance: After testing software is deploy to the client environment. some times many issue found in client environment so fixes all issue from client environment and enhance the quality in next release. New feature added as per client requirement and from user feedback after reviews from end users. Deploy new changes in client environment to make software better from end users aspects. 

This SDLC model is the old way to work because in this phase testing phase came after all code is written. As i already informed you that it is good for the team if bug has been fix as soon as possible. If any bug found after all code written then to fix this bug is costly and it will take too much time due to bug multiplication(one bug will be spread in all project). If any bug occur in Requirement Document then developer write their code as per requirement which will not a good user experience  so our product may fail.

Waterfall Model, Software Testing Help, Manual Testing, SDLC
Image Source Google



Comments

Popular posts from this blog

How to Put Load on a Script in JMeter

In last post we discussed about how to record a test script and Firefox settings to run the script. In this post we will discuss about how the Thread Group will work, how can we put n number of users to perform load testing, In JMeter by using Thread Group, we can create virtual users. Thread Group is a set of thread which work in same scenario. There are multiple thread group are available which is use to configure how the virtual users interest with the application, How much load maintain and till how much time load maintain.

How to take the Screenshot in Selenium WebDriver?

If we want to take the screenshot then we have to convert our WebDriver object into the screenshot object. we need to change the behavior of the drive to take the screenshot . We can do it by casting

JMeter Overview Description

In this article we will go through the multiple section of JMeter and describe the tool information. we will discuss about every component of JMeter tool in this Article so that you can hands on while working on script on JMeter about these components.