Print Page | Close Window

Definitons

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=2669
Printed Date: 30Jan2025 at 12:27pm


Topic: Definitons
Posted By: Nisha.S
Subject: Definitons
Date Posted: 04Oct2007 at 1:34am
Can anyone give the exact definitions of:
1)Sanity testing
2)Smoke testing
3)Gorilla testing
4)Monking testing
5)Regression testing
6)Retesting

-------------
Nisha



Replies:
Posted By: Aman Kumar
Date Posted: 04Oct2007 at 3:12am
Sanity testing is a cursory testing; it is performed whenever a cursory testing is sufficient to prove the application is functioning according to specifications. This level of testing is a subset of regression testing. It normally includes a set of core tests of basic GUI functionality to demonstrate connectivity to the database, application servers, printers, etc.
Smoke Testing is non-exhaustive software testing, ascertaining that the most crucial functions of a program work, but not bothering with finer details.

regression testing - re-testing after fixes or modifications of the software or its environment. It can be difficult to determine how much re-testing is needed, especially near the end of the development cycle. Automated testing tools can be especially useful for this type of testing.

Monkey testing or Gorilla testing is same .Monkey testing is done to ensure that software works correctly in unexpectional situation



-------------
sandeep Gupta
[email protected]


Posted By: Nisha.S
Date Posted: 04Oct2007 at 3:39am
the definition of sanity test i found in the net.But i coudn get a clera idea.Could u pls elucidate it in better words.
Monkey testing and gorilla testing i found two different  definition.I think both are different.

-------------
Nisha


Posted By: Nisha.S
Date Posted: 04Oct2007 at 3:40am
The definition of sanity testing i found in the net.But i coudn get a clear idea.Could u pls elucidate it in better words.
Monkey testing and gorilla testing i found two different  definition.I think both are different.if anyboby cud expalin

-------------
Nisha


Posted By: sunilyerra
Date Posted: 10Oct2007 at 10:11pm
Hi nisha,

Sanity : Testing the stability of the application or build.stability means covering the basic functionality which we can further move for complete testing of the application.

Smoke : same as sanity testing, but we try to provide a reason to the developers why we have rejected the build.

Monkey Testing : It covers only the basic functionality of the application.

Thank You,
sunil.



-------------
sunilyerra


Posted By: Nisha.S
Date Posted: 12Oct2007 at 4:10am
thnks Sunil

-------------
Nisha



Print Page | Close Window