1. what's the difference between adhoc testing and monkey
testing? 2.If I'm wrong correct me, in one test case there
may be only one scenario is included or may be more than
two and not for one scenario many test cases are written..
Right?
Answers were Sorted based on User's Feedback
Answer / rnr
monkey testing:-
It is type of stress testing in which one will perform
abnormal actions on the application wantedly in order to
check stability of the application.
ex:- in our daily routine we press the f5 key no.of times.
at that time if the system hang, that is not good application.
or
some time we can click ok button abnormally ok ok ok......
adhoc testing:-
test engineers will perform the testing on the application
with their own ideas.
this type of testing usually encouraged after formal testing
OR before releasing product.
at that time test engineers will may find some more defects.
RNR
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / rima
monkey test is a unit test that runs with no specific test
in mind....wikepedia
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / n@n!
adhoc testing : wen we have less time and minimum knowledge
then we go to adhoc testing.
ex: game testing is comes under adhoc testing.
monkey/exploratory testning: wen we have time and knowledge
on testing then we go for monkey testing/exploratory
testing.
ex: software testing,telecome testing,pda
testing,e.t.c...... comes monkey/exploratory testing.
| Is This Answer Correct ? | 1 Yes | 12 No |
What is a Module?
1)What are diffrent matrics assosiated with testing?
Are there more defects in the design phase or in the coding phase?
What is Cause and Effect Technique .
can any body post NDS aptitude test questions
Write the test cases for 2-way electric switch system. Write for GUI, functionality as well as stress testing
Wht is the use of vss (management tool)
Write a TestCases for Coffee Vending machine ?
write test case for gmail sign up page?
in gmail.com when you enter username & password and try to copy and paste the password on notepad.will it copy and paste? what type of testing this is known as?
There is an application which is to be used in different countries . My question is what are the most common checklst that are to be followed for testing it.
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ? 2.What are the difference b/w client & server? 3.While doing regression testing one bug raised due to functionality dependency, what is the bug status that one?