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 |
Explain the difference between quality control and quality assurance.
what is the strength of present company
What is an internal quality audit? What happens during this audit?
can you explain the software testing life cycle?
x:validating :Are we producing product right y:verification:Are we producing right right a)X is wrong statement b)y is " c)x and Y " d)x & y is right statement
what is the difference between functional requirements and non functional requirements? Which things will come in bothe categories?
a proj ws atarted and cloded within the second day why?it has good amt of resources.srs ws prepers and accepted by the client too.
What methodologies do you used to develop test cases?
How do u calculate Schedule variance? What is the formula? Explain with Example
Suppose the company is not an ISO certified company, but is there is any possiblity for to get CMM level-5 ? If yes what r the process to be taken?
What is the risk factor problem related to project? risk factor ratio in the project?
What should QA require of Development?