what is the diff between smoke testing & monkey testing?
Answer Posted / 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 |
Post New Answer View All Answers
What if the application has functionality that was not in the requirements?
What is negative testing? How is it different from positive testing?
Define use case testing.
What is your understanding regarding a test plan?
What test strategy followed in your project?
What is Defect Density ? What is the formula? Explain with example
Can you perform regression testing performed manually?
We have a WISPr application making an authentication request to a server running an authentication module. The client application is sending the User--Agent value, but the authentication application logs the User-Agent value as null, please explain the steps i should take to troubleshoot the issue. Please mention the steps by applying your knowledge of the OSI model.
What if the software is so buggy it ca not really be tested at all?
Enlist some automation testing tools.
Explain the advantages of implementing cmmi.
What are verification and validation and difference between these two?
is the transmission line voltage delta confoguration?
What is a test plan and what does it include?
What are the challenges you faced related to production environment bug?