what is the diff between smoke testing & monkey testing?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Performance Evaluation means..?
0 Answers HCL, Kernex Micro Systems,
what are the contents in Test plan?
Can anybody give answer for WHAT IS THE MEANING OF TRANSACTION BASED TESTING WITH EXAMPLE
How is Release Management is done in STLC. What are tools can be used for the same.
Define test strategy.
iq test
what are the steps of software QC?
where can i can get QTP real time projects and process?
What are the various tools you have used in testing process?
how we do telecom testing(billing system) give some idea with test cases,test scenario etc
What is the difference between preventative and reactive approaches in testing?
which comes first test strategy or test plan?