DEV Community

Priyadharsini RK
Priyadharsini RK

Posted on • Updated on

Software testing, needs and relevance.

Today i have started learning about software testing with basis.
How the applications will starts develop,

  • Entrepreneur/Stakeholder who used to provide requirements to Business Analyst(BA) to make the application for their business need.

  • BA will analyse the requirements, feasibility and start designing the applications with features, functionality, components along with documentation.

  • Requirement Documentation which consists of all the features with module sections, each sections will define how the application of the particular screen should look also it will have component list with Attribute name, type, size and description.

  • Developers will get the KT from BA with requirement document then they analyse and start design screens along with components mentioned in the requirement after that they start writing the logic for the components of the screen and later they will integrate with next next screens, these things were done from front end.

  • From Back end the will keep database and create number of tables depends on project need, each table will data(which will get from application as a input).Then Backend developers will co-ordinate with Frontend developers and make connectivity by writing logics and query.

  • Once development done from development side then they do unit testing to ensure the functionalities working as per requirement.

  • Testers will start testing once the application is done with development phase and deployed into test environment.

  • In Testing phase if tester finds any defect then testers will report to developers once they fixed it then the defect back to tester, again tester has to test and confirm the whether raised issue is resolved or not. By that testers will determine the quality of the application.

Top comments (0)