Posts

Showing posts from August, 2016

What is alpha and beta testing

What is alpha and beta testing? Alpha testing:  is performed by the IN-House developers. After alpha testing the software is handed over to software QA team, for additional testing in an environment that is similar to the client environment.  Beta testing:  beta testing becomes active. It is performed by end user. So that they can make sure that the product is bug free or working as per the requirement. IN-house developers and software QA team perform alpha testing. The public, a few select prospective customers or the general public performs beta testing.

The differences between Retesting and Regression testing

- Retesting is done to verify defect fix previous in now working correctly where as regression is perform to check if the defect fix have not impacted other functionality that was working fine before doing changes in the code. - Retesting is specific and is performed on the bug which is fixed where as in regression is not be always specific to any defect fix it is performed when any bug is fixed. - Retesting concern with executing those test cases that are failed earlier where as regression concern with executing test cases that was passed in earlier builds. - Retesting has higher priority over regression.