Software Testing
1. What’s the Software Testing? A set of activities conducted with the intent of finding errors in software. 2.What is Acceptance Testing? Testing conducted to enable a user/customer to determine whether to accept a software product. Normally performed to validate the software meets a set of agreed acceptance criteria. 3. What is Accessibility Testing? Verifying a product is accessible to the people having disabilities (deaf, blind, mentally disabled etc.). 4. What is Ad Hoc Testing? A testing phase where the tester tries to 'break' the system by randomly trying the system's functionality. 5. What is Application Programming Interface (API)? A formalized set of software calls and routines that can be referenced by an application program in order to access supporting system or network services. 6. What is Backus-Naur Form? A metalanguage used to formally describe the syntax of a language. 7. What ...