Other types Of Testing

Smoke Testing

  • It test the major functionality of the application
  • Its also called build(collection of programs) verification test
  • It test build is fit for testing or not.
  • It is done before Sanity Testing
  • It done by developer or tester

Sanity Testing

  • Sanity testing is done whether the requirements are met or not
  • Sanity testing is done to verify whether the application is qualified for further testing or not.
  • Sanity testing is done by the tester.

Retesting Testing

  • It is done to verify  fixed defect is working properly after fixing it.(It may be defect or change in requirement)
  • It is done by developer.

Regression Testing

  • Repeating the test that have already ran successfully, and comparing a new result with earlier valid result.
  • Regression testing are mostly automatized

Database testing

  • Database testing is done to verify connection between front end and back end.
  • It test that data are stored properly at right place and if there is any missing data.

Security Testing

  • Security testing is used to test whether the application allows the unauthorized person to access the application

For example

  • In gmail account once the account is logged out , if we click back button the page should not goes to gmail home page.Instead the page for sign in should be displayed

Ad-Hoc Testing Or Monkey Testing

  • It test the functionality and stability of an application randomly without any procedure
  • Its done when time is limited
  • Ad-hoc testing is also called monkey testing

Compatibility Or Scalability Testing

  • It test the software is compatible with hardware and software requirement

No comments:

Post a Comment