Happy Path:
It is a process of testing the application with only valid inputs. no negative scenarios will cover in happy- path testing
Build:
The process of grouping source code (all bug fixes, newly implemented features) of individual modules or functionalities into compressed file is called as build.
Deployment:
The process of configuring the build file in the server is called as deployment.
usually after fixing all bugs or after implementing new features development team will prepare the build and send it to the application - support team to configure build in the test server for testing
No comments:
Post a Comment