Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Defing Smoke testing, sanity testing, ad-hoc testing, monkey testing.

This is a discussion on Defing Smoke testing, sanity testing, ad-hoc testing, monkey testing. within the Testing Issues forums, part of the Software Testing category; Can any one please define the tearms to me, 1) Smoke testing. 2) Sanity testing 3) Ad-hoc testing 4) Monkey testing....

Go Back   Geeks Talk > Software Testing > Testing Issues
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 02-24-2008
Contributing Member
 
Join Date: Feb 2008
Location: Pune
Posts: 73
Thanks: 34
Thanked 6 Times in 6 Posts
bhushanbhangale is on a distinguished road
Smile Defing Smoke testing, sanity testing, ad-hoc testing, monkey testing.

Can any one please define the tearms to me,
1) Smoke testing. 2) Sanity testing 3) Ad-hoc testing 4) Monkey testing.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-25-2008
Banned
 
Join Date: Oct 2007
Location: Hyderabad
Posts: 176
Thanks: 2
Thanked 13 Times in 13 Posts
quality_quantity is on a distinguished road
Re: Defing Smoke testing, sanity testing, ad-hoc testing, monkey testing.

Smoke testing originated in the hardware testing practice of turning on a new piece of hardware for the first time and considering it a success if it does not catch fire and smoke. In software industry, smoke testing is a shallow and wide approach whereby all areas of the application without getting into too deep, is tested.


A sanity test is a narrow regression test that focuses on one or a few areas of functionality. Sanity testing is usually narrow and deep.
Reply With Quote
  #3 (permalink)  
Old 02-25-2008
Moderator
 
Join Date: Sep 2007
Location: Chennai, INDIA
Posts: 406
Thanks: 2
Thanked 197 Times in 91 Posts
sridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura about
Re: Defing Smoke testing, sanity testing, ad-hoc testing, monkey testing.

Hi,

Find below the definitions of the terms you have asked for:

Smoke Testing:
Smoke testing is done at the start of the application is deployed. Smoke test is the entry point for the entire test execution. When the application is passed under the smoke test then only further system testing or regression testing can be carried out.

In general smoke testing is done when the higher version of the build is deployed and is done at each and every time the build is deployed. In smoke testing the main functionalites are tested and the stability of the system is validated.

Sanity Testing:
Sanity testing is also similar to Smoke testing, but has some minor differences. Sanity testing is done when the application is deployed into testing for the very first time and in smoke testing only positive scenarios are validated but in sanity testing both the positive and negative scenarios are validated.

For example, if the new software is crashing systems every 5 minutes, bogging down systems to a crawl, or destroying databases, the software may not be in a 'sane' enough condition to warrant further testing in its current state.

Ad-hoc testing
Testing carried out using no recognised Test Case Design Technique which is a method used to determine Test Cases. Here the testing is done by the knolwedge of the tester in the application and he tests the system randomly with out any test cases or any specifications or requirements.

Monkey testing
Monkey test is a unit test that runs with no specific test in mind. The monkey in this case is the producer of any input. For example, a monkey test can enter random strings into text boxes to ensure handling of all possible user input or provide garbage files to check for loading routines that have blind faith in their data.

Regards,
Ganesan
Reply With Quote
The Following 3 Users Say Thank You to sridharrganesan For This Useful Post:
  #4 (permalink)  
Old 02-26-2008
Contributing Member
 
Join Date: Feb 2008
Location: India
Posts: 42
Thanks: 3
Thanked 5 Times in 5 Posts
krishna1tester is on a distinguished road
Re: Defing Smoke testing, sanity testing, ad-hoc testing, monkey testing.

Hi Bhushan,
Please check the following Definitions...

Sanity testing:We will check the complete functionality of the application

Smoke Testing: We will check the basic functionality of the application

Adhoc/Monkey/Free Form Testing:

imagine something (TV) given to a monkey and watch how it uses and tests that....

Regards,
Krishna...
Reply With Quote
  #5 (permalink)  
Old 06-18-2008
Junior Member
 
Join Date: Jun 2008
Location: chennai
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
rpnk1981 is on a distinguished road
Re: Defing Smoke testing, sanity testing, ad-hoc testing, monkey testing.

Hi All,

Ganeshan answers was excellent, even expalined with the examples..
but i am adding some more stuff to his coments...

Ganesh..
An adhoc testing is done by the person, who is having application knowledge with out following testing rules...

But in the case of monkey testing the person who is doing no need to have knowledge on the applicationa also...


Cheers,
Praveen
Reply With Quote
  #6 (permalink)  
Old 09-22-2008
Junior Member
 
Join Date: Sep 2008
Location: hyderabad
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
bvsnraju is on a distinguished road
Thumbs up Re: Defing Smoke testing, sanity testing, ad-hoc testing, monkey testing.

Smoke Testing:
It is basically a type of testing in which one can perform an initial non-detailed short-span conducted on the application in order to check if the desired windows / objects / features are basically available to carry on a detailed testing on them in other words it is an availability testing.

Sanity Testing:
It is a type of testing in which one can perform an initial non-detailed and short span testing on the application in order to check if the application is proper, proper mean proper availability of windows / object / features.

*Note: Smoke testing and sanity testing conceptually same but they differ from each other preciously as the smoke testing is associated with negative perception while sanity testing has positive perception.

Adhoc Testing:
It is a type of random and free style testing performed on the application without using the test case document, unlike formal testing in order to cover the functional areas which are not covered with test case coverage and to refine the test case document ultimately.

*Note: It is always advisable that adhoc testing is conducted by the same test engineer who has basically completed formal testing.

Monkey Testing:

It is type of testing in which one can perform abnormal, beyond capacity, more volume of data related operations intentionally on the application to check if the application is stable despite the abnormal behavior.
Reply With Quote
The Following User Says Thank You to bvsnraju For This Useful Post:
Reply

  Geeks Talk > Software Testing > Testing Issues

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Regression and Sanity Testing JobHelper Testing Issues 21 03-20-2009 03:55 AM
Who perform the sanity or smoke testing Geek_Guest Testing Issues 8 06-18-2008 05:20 AM
Smoke testing on Java product Sudhirkumar Rayadurga Testing Issues 1 02-25-2008 03:31 AM
How to conduct sanity testing in qtp? srinu.tenali QTP 2 12-21-2007 10:42 AM
can we say Sanity Testing = Adhoc testing ramana_gl Testing Issues 3 12-09-2006 03:18 AM


All times are GMT -4. The time now is 03:48 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved