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?
Answer Posted / 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 |
Post New Answer View All Answers
what is your daily activities?
how to write defects in excel sheets when defects occured
Please anyone give answers for all below questions and help ? realtimers please and please share your knowledge.lot of questions left unanswered.
what is scrum how with ex?
Define what is a critical bug.
How do u prepare test environment for ur application?
What is the test case?
How we can test Cookies Manually?
Did you ever worked with B.A's and when?
What are differences in testing a client server and a web application?
Which are the standards for software test plans?
whats main working for tester. and developer, and prject manager.
What is localization testing (l10n testing)?
how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing. can anybody know immediatly sent it which the answer
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }