what is the difference between adhoc testing, and error
guessing
Answers were Sorted based on User's Feedback
Answer / rkcr
Error guessing : Error guessing is a technique of finding
error or guessing that error will exists based on past
experience or based on Domain knowledge
Adhoc Testing : It is similar to exploratory testing.
testing done on the overall functionlaities with intution
of learning and checking whether the application is working
or not according to the requirements.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / 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 |
exact difference between smoke testing, sanity testing and unit testing
What is error guessing and error seeding?
What is Risk Analysis
How will u do manual testing of yahoo messengers?
Can the static testing be done for both web and client server application?
why do testing are divided into stages primarily becoz: 1) different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Which is the option need to be chosen its urgent
Why testing is required?
28 Answers Cap Gemini, Infosys,
hi all, i am new to testing environment.i have two questions 1.what is the difference between volume test and load test.? 2.generally ,what is the output for stress testing.?because it is beyond the limit.and what is the use of stress testing?
write test cases on pen
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
what is 'v'model?
swap 2 variables without using 3 rd variable???