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. |
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....
|
|||||||
|
|||
|
Can any one please define the tearms to me,
1) Smoke testing. 2) Sanity testing 3) Ad-hoc testing 4) Monkey testing. |
| Sponsored Links |
|
|||
|
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. |
|
|||
|
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 |
| The Following 3 Users Say Thank You to sridharrganesan For This Useful Post: | ||
|
|||
|
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... |
|
|||
|
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 |
|
|||
|
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. |
| The Following User Says Thank You to bvsnraju For This Useful Post: | ||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
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 |