What is Software Testing
Software testing is a process, to evaluate the functionality of a software application with an intent to find whether the developed software met the specified requirements or not and to identify the defects to ensure that the product is defect-free in order to produce a quality product. Test whether the new functionality is not impacting the other functionality of the software
What
is UAT testing?
a type of
testing performed by the
end user or the client to verify/accept the software system before
moving the software application to the production environment. UAT is done in
the final phase of testing
after functional, integration and system testing is done.
Smoke Testing
What
is Smoke Testing ?
Smoke
Testing is a software testing process that determines whether the deployed software build is stable
or not. Smoke testing is a confirmation for QA team to proceed with further software testing.
It consists of a minimal set of tests run on each build to test software
functionalities. Smoke testing is also known as "Build Verification
Testing" or “Confidence Testing.”
Regeration testing
Test
whether the new functionality is not impacting the other functionality of the
software
Comments
Post a Comment