Ad-hoc Testing:It is done without any formal testplans and testcases.Tester should have a significant understanding of software before testing it.It is normally done by experienced tester who has got good knowledge of software to be tested.
This testing is also done where software has to be tested in a very less time constraint.
Exploratory Testing:It is done by the testers who has got less or no knowledge about the software which they are going to test.They can use this testing to write testcases.This i sdone at the initial stage of testing.This is majorly done to know the flow of a software.
RE: what is difference between adohc and explore testi...
Adohc testing means verifying and validing non- specification based issues such as testing application loading button types and user interfaces type. Explore testing means testing one module and proceed to another module testing without following any software requirement specification etc. By Mukesh Chauhan Bangalore
RE: what is difference between adohc and explore testi...
Adohc testing means verifying non test specification based issues such as testing application loading button types and user interfaces type. Explore testing means testing one module and proceed to another module testing without following any software requirement specification etc. By Mukesh Chauhan Bangalore
RE: what is difference between adohc and explore testi...
Ad-hoc Testing:It is done without any formal testplans and testcases.Tester should have a significant understanding of software before testing it.It is normally done by experienced tester who has got good knowledge of software to be tested.
This testing is also done where software has to be tested in a very less time constraint.
Exploratory Testing:It is done by the testers who has got less or no knowledge about the software which they are going to test.They can use this testing to write testcases.This i sdone at the initial stage of testing.This is majorly done to know the flow of a software.
RE: what is difference between adohc and explore testi...
Adhoc Testing; Its taken up when the testing time is short and the tester has a good understanding of the AUT. Here Testcases are not executed. The tester tests as much functionalities as possible within the time available.
Exploratory Testing: Here the tester doesn't have prior knowledge of all the functionality of AUT.
He explores the software as he tests and adds on various scenarios to his TestCase Sheet.
RE: what is difference between adohc and explore testi...
Adohc Testing: Testing Application without plan. i.e. we are executing build #2. The period of the build is 7 days. But on third day we go another build #3. Then build #3 is know as Adohc Build. and Exection the test cases on that build are know as Adohc Testing.
Explore Testing: Testing the application with Perticular plan. i.e. we are doing our work with all plans of when we will get a build and when we have to complete the testing of the build and every thing.
RE: what is difference between adohc and explore testi...
Ad Hoc Testing: The tester should have basic knowledge of the application. Every attempt is made to make the application fail. This type of testing doesnot follow any testing methodology. Its generally attempted when there is a deadline.
Exploratory Testing: The tester may not have any knowledge of the application. The tester tries to find any basic flaw by slowly going through all the modules in the application. This type of testing is attempted to build knowledge base for any major testing activity in the future.
RE: what is difference between adohc and explore testi...
ad-hoc testing doesn't follow any metodologies whereas exploratory will follow and get the information from previous and past experiences of the projects.