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 |
3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?
who you done security testing in Banking project? tell me situation where you perform?
Can test condition,testcase and testscript help u in performing the static testing
can we do database testing in manual testing? then how we write the test case?
what is alpha , beta testing ?
You are testing a new feature that includes a builder(wizard)that walks you through the creation of an item.There are 10 configuration checkboxes you can check/uncheck for the item being built.The builder makes you select 3 of these 10 options.You can choose any 3 options. A)How many possible ways could the item in question be created (i.e. how many possible configurations)? Describe the technique you would use to determine this.
How to write mail to bug report in manual testing with example?
what are the different types of browser compatability u will test ?
7 Answers ControlNet, FIC, First Indian Corporation,
3.if a questions asked as,what is the quality standards you are following? what i need to tell.
What is the difference between web based application and client server application?
How to Test Web Application Without a Formal Test Plan....?
What is red box testing and yellow box testing?