Adhoc Testing
- Adhoc testing is an informal testing type with an aim to break the system. This Software Testing type is usually an unplanned activity
- It does not follow any test design techniques to create test cases. In fact, it does not create test cases altogether.
- Also called Monkey or Gorilla testing
- In Adhoc testing we test the application randomly to find maximum defect is called Adhoc Testing
- We do adhoc testing to find more no of defect our main intension is to break the application by entering invalid I/P that’s why adhoc testing is always negative.
Request for Enhancement (REF)
If client miss some requirement it tell to company to add the new feature in the application then the company
take money and add or enhance the application develop it then test it
take money and add or enhance the application develop it then test it
Testing Methodology
Alpha Testing Vs Beta Testing
Globalization
Testing the application developed on multiple on language comes under globalization
We sometimes shorten the term “internationalization” to “i18n” (Between I and N, there are 18 characters ) We test the application developed in multiple languages. In internationalization when we click on a particular language then the related page is open. Whenever we hit the URL to the browser we see the home page which contains TEXT so we know which language is selected and which contains what.
Testing the application or feature according to the local country standards and culture it comes under “Localization” (L 10 N). You should consider aspects like culture, religion, and local preferences to create a product that can meet the locals’ expectations.