1. Internationalization (I18N) & Localization Testing (L10N) :
In computing, internationalization and localization are means of adapting computer software to different languages and regional differences.
Internationalization is the process of designing a software application so that it can be adapted to various languages and regions without engineering changes.
Localization is the process of adapting internationalized software for a specific region or language by adding locale-specific components and translating text.
The terms are frequently abbreviated to the numeronyms i18n (where 18 stands for the number of letters between the first i and last n in internationalization) and L10n respectively, due to the length of the words. The capital L in L10n helps to distinguish it from the lowercase i in i18n
2. Performance Testing
3. What is a Scenario Testing
Scenario testing is to write a complete scenario as a fake user story. It reflect how customer is going to use the product in actual environment.
Read An Introduction to Scenario Testing, Cem Kaner, J.D., PhD Or See attachment
4. What is System Testing
System testing of software or hardware is testing conducted on a complete, integrated system to evaluate the system's compliance with its specified requirements. System testing falls within the scope of black box testing, and as such, should require no knowledge of the inner design of the code or logic. [1]
As a rule, system testing takes, as its input, all of the "integrated" software components that have successfully passed integration testing and also the software system itself integrated with any applicable hardware system(s). The purpose of integration testing is to detect any inconsistencies between the software units that are integrated together (called assemblages) or between any of the assemblages and the hardware. System testing is a more limited type of testing; it seeks to detect defects both within the "inter-assemblages" and also within the system as a whole.
5. Data Driven Testing
Following is the ebook
http://www2.smartbear.com/rs/smartbear/images/Final-Data-Driven-Testing-eBook.pdf
OR
see attachment
External Links: