Answer Posted / sitam jana
Ad hoc testing is a commonly used term for software testing performed without planning and documentation (but can be applied to early scientific experimental studies).
The tests are intended to be run only once, unless a defect is discovered. Ad hoc testing is the least formal test method. As such, it has been criticized because it is not structured and hence defects found using this method may be harder to reproduce (since there are no written test cases).
However, the strength of ad hoc testing is that important defects can be found quickly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
Can you explain the elementary process?
value momentum
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
What is the difference between three tier and two tier application?
What are noise variables?
What is the difference between manual testing and automation testing?
how to access a build & wat is its configuration
How should your staff be managed? How about your overtime?
Could some one tell me test cases for multi line text boxes like Notes field?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
Hi,all i have a desktop App. which have a feature, It's a demo version if u want full version then u have to perches it. Pls give me some idea ASAP how can i break the App.
Can you please explain me how to do testing of an E-insurance project end to end process..
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....