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
. Is any graph is used for code coverage analysis?
How quickly we need to fix the bug?
after completeing testing ,what would u deliver to the client?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
Give an example for pre testing and post testing ?
types of reviews?Advantages of reviews? Diff between process and procedure? diff b/w verification and validation? diff b/w cmm,cmmi? exp tqm,gqm,iso,ieee? Roles and responsibilities of tester? Ricks,types of ricks? what r Quality factors?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).
How do you go about testing a project?
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
What is the difference between static testing and dynamic testing?
what is configuration management tool - send to thanu_santo@rediffmail.com. what is testing senarios
what exactly is heuristic checklist approach for unit testing?
What is white box testing, and what are the various techniques?