what is the diff between smoke testing & monkey testing?

Answers were Sorted based on User's Feedback



what is the diff between smoke testing & monkey testing? ..

Answer / k.e.mohanraj

MONKEY TESTING:

In computer science, a 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.
The test monkey is technically known to conduct stochastic
testing, which is in the category of black-box testing.

The name 'monkey' comes from the adage that ‘a thousand
monkeys at a thousand typewriters will eventually type out
the entire works of Shakespeare’. Cf. the Infinite monkey
theorem.

SMOKE TESTING:

Refers to the first test made after assembly or repairs to
a system, to provide some assurance that the system under
test will not catastrophically fail. After a smoke test
proves that the software will not crash outright," the
system is ready for more stressful testing.

AD HOC TESTING:

Ad hoc testing is a commonly used term for software testing
performed without planning and documentation (but can be
applied to early scientific experimental studies).

The tests are intended to be run only once, unless a defect
is discovered. Ad hoc testing is a part of exploratory
testing,[citation needed] being the least formal of test
methods. In this view, ad hoc testing has been criticized
because it isn't structured, but this can also be a
strength: important things can be found quickly. It is
performed with improvisation, the tester seeks to find bugs
with any means that seem appropriate. It contrasts to
regression testing that looks for a specific issue with
detailed reproduction steps, and a clear expected result.
Ad hoc testing is most often used as a complement to other
types of testing.

Is This Answer Correct ?    4 Yes 0 No

what is the diff between smoke testing & monkey testing? ..

Answer / lm

Smoke testing is done to ascertain that most crucial
funcctins of program work without bothering finer details.


Monkey testing: done with no specific test in mind and is
done randomly

Is This Answer Correct ?    3 Yes 1 No

what is the diff between smoke testing & monkey testing? ..

Answer / sowmya

Monkey testing is executing testcases radomly to check the
overall functionality of the application is working or not.
where as smoke testing is testing whether the application
is ready for major testing or not

Is This Answer Correct ?    3 Yes 1 No

what is the diff between smoke testing & monkey testing? ..

Answer / vicky

Monkey testing also known as adhoc and random testing.this
type of testing is performed with out any test cases.tester
enters any value as test data and checks it is functioning
well or not

smoke testing checking the main functionality for which
software/system is been under construction is working in
expected way or not

Is This Answer Correct ?    2 Yes 0 No

what is the diff between smoke testing & monkey testing? ..

Answer / sidhartha

Monkey Testing: Testing a system or an Application on the
fly, i.e. just few tests here and there to ensure the
system or an application does not crash out.

Smoke Testing: Typically an initial testing effort to
determine if a new software version is performing well
enough to accept it for a major testing effort. For
example, if the new software is crashing systems every 5
minutes, bogging down systems to a crawl, or corrupting
databases, the software may not be in a 'sane' enough
condition to warrant further testing in its current state.

Is This Answer Correct ?    4 Yes 3 No

what is the diff between smoke testing & monkey testing? ..

Answer / srinivas chowdary surey

Smoke testing is done before begin actual testing. To test
the whether the dev team released build to able to conduact
complete testing.
Monkey testing after completion of actual testing. It is
done before releasing to customer. To cover over all
functionality.

Is This Answer Correct ?    1 Yes 1 No

what is the diff between smoke testing & monkey testing? ..

Answer / satheesh

Smoke or Sanity testing is a inteial testing effort on the
system wether to accept it for the Major testing process.

Monkey or ADhoc testing is the testing process mainly done
with out test cases written prior to the testing .

Is This Answer Correct ?    2 Yes 3 No

what is the diff between smoke testing & monkey testing? ..

Answer / samuel david dhas, banyan soft

Smoke Testing:

When a build is received, a smoke test is run to ascertain
if the build is stable and it can be considered for further
testing.

Monkey Testing:

When a bulid is recived the tester will test the software
randon as the monkey picks up things. This fuctions must be
satisfied to be realsed.

Both are more or less similar only

Is This Answer Correct ?    1 Yes 2 No

what is the diff between smoke testing & monkey testing? ..

Answer / sachidanand biradar

In smoke testing we will follow the certain step's while
testing , when we recieve the build or patch .

Whereas Money (Adhoc) testing we don't follow follow the
step's while testing

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More QA Concepts Interview Questions

What is test idea? What is tets plan?

3 Answers  


What is the difference between bottom-up and top-down integraion?Which is effecive.

5 Answers   IBM,


How do you collect the metric?

2 Answers   ADITI,


why do not u try to get job in your core side(example :-eee)?

0 Answers   Cap Gemini,


How AUT testing will be done in BRS phase in V-Model

1 Answers  






What is the Difference between 2-tier and 3 tier applications... Anybody can explain in detail... Thanks in advance

3 Answers   Siemens,


What is the Differnce B/W Quality Management and Quality Control

0 Answers   FIC,


what is angle testing

0 Answers  


How would you prepare the test plan without srs?

0 Answers  


What is code walkthrough?

0 Answers  


What is Defect Density ? What is the formula? Explain with example

4 Answers   Cap Gemini,


What is ISO 9000? Have you ever been in an ISO shop?

3 Answers  


Categories