Functional testing is a testing process where we test the functionality/behaviour of each functional component of the application, example minimize button,transfer button,links etc. We check what is each component doing in that application and what is expected?
Regression testing is the testing the behaviour of the application of the unchanged areas when there is a change in the build. We retest the build whether the changed requirement has altered the behaviour of the unchanged areas. The impacted area may be the whole of the application or a part of the application.
2 Comments:
actually what is the build and what is the release
Build is integrated working code, which developers provides to test team to test it.
Release is new build.Actually we use term build release, build release frequency; like this.
Build and release are synonym terms.
Post a Comment