what is the difference between adhoc testing, and error
guessing
Answer Posted / mekala
Adhoc testing is not like formal testing with test plan or
test case.It is a random and free style testing performed
on application without using test case document.It is
carried out in the following manner,
1.After the completion of all test case excution before
they are going to relase the build.
2.If sufficient time is not available to test the
application according to test case.
3.Testing whether the application is working or not.
whereas
Error guessing is basically guessing an error by looking at
the application, which will be done by a experienced person.
EX:Blank or null character in string,negative
value,observing the cosmetic defects etc.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Need to know about Quality Center in brief
Hi Could someone please provide Siebel Testing Interview questions for 5 years exp.
Why should you care about objects and object-oriented testing?
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)
What is the different between SIT and UIT?
how recovery manager works in winrunner
Hi Please tell me about ERP Project how do describe in interview Please tell me details about this project my id is chiku_69@yahoo.in
How can write testcases on a code under development pls give asnwer
functional testing and usability testing test cases for transfer funds...
Can you explain tailoring?
What is an exit criteria?
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
How can I use bugzilla in my company to track a bug and to allow the client to see the bug report online throughbugzilla. Please explain in detail. I am really need this.
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; }
What is Application Performance testing and Operational performance testing