Wednesday, October 28, 2015

what are different types of software testing

Testing Types
===========

1) Sanity testing - Speed is the main criteria. Sanity test is to rule out certain classes of obviously false results

2) Smoke testing - tests to reveal simple failures severe enough to reject a prospective software release. aims to determine whether the application is so badly broken as to make further immediate testing unnecessary

3) Regression testing - aims at finding new bugs or old reoccuring bugs when software changes enhancements have been applied.

4) Performance testing- aims to determine how software works with a given load . focuses on reponsiveness and stability

5) Load testing - with this much load. max data max useres . does the system run

6) Stress testing - with given load how long and how is it performing

7) Soak testing -  involves testing a system with a typical production load, over a continuous availability period, to validate system behavior under production use.

No comments:

Post a Comment