Difference Between Adhoc Testing & Exploratory Testing?
Answer Posted / kishore chouki
In exploratory testing, software is treated as specification. It is then methodically explored feature by feature with the help of black box testing. It is a process of simultaneous learning, test design and test execution.
Adhoc testing though sounds similar, has a different objective. With adhoc testing domain experts can test critical areas of applications to decide if the test coverage and quality of test cases produced is sufficient to discover the high priority bugs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you explain the pdca cycle and where testing fits in?
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; }
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
What is XML Testing? Do we have any tools to test the XML? Please let me know.
Describe any bug you remember. Plz Give some real examples
what is coupling integration testing
What is a test log?
Explain test metric and the information it provides.
what is entry and exit criteria and explain it?
what is metrics in software testing? give me a brief detail about it?
If automating - what is your process for determining what to automate and in what order
Zenq interview questions for manual testing
can anybody tell me what is release process of company? release note?
What is the difference between manual testing and automation testing?