Software Testing
What is Embedded Testing in Software Testing?
In this tutorial, you will learn What are Embedded systems? What is Embedded Testing? Embedded...
Localization Testing is a software testing technique in which the behavior of a software is tested for a specific region, locale or culture. The purpose of doing localization testing for a software is to test appropriate linguistic and cultural aspects for a particular locale. It is the process of customizing the software as per the targeted language and country.
The major area affected by localization testing includes content and UI.
It is a process of testing a globalized application whose UI, default language, currency, date, time format, and documentation are designed as per the targeted country or region. It ensures that the application is capable enough for using in that particular country.
Example:
1. If the project is designed for Tamil Nadu State in India, The designed project should be in Tamil language, Tamil virtual keyboard should be present, etc.
2. If the project is designed for the USA, then the time format should be changed according to the USA Standard time. Also, language and money format should follow USA standards.
The purpose of doing localization testing is to check appropriate linguistic and cultural aspects for a particular locale. It includes a change in the user interface or even the initial settings according to the requirements.
In this type of testing, many different testers will repeat the same functions. They verify various things like typographical errors, cultural appropriateness of UI, linguistic errors, etc.
It is also called as "L10N" because there have 10 characters in between L & N in the word localization.
For a typical localization testing, we set up build verification testing, Functional Testing, Regression Testing, and final sign-off.
1. Build verification testing is a small subset of functional testing, which is performed before QA starts with any detailed testing.
2. Normal testing is the step to run the normal test cases and find log defects during execution.
3. Regression Testing is Defect regression process to ensure that the defect is fixed while there is no impact of fixed defects to surrounding areas.
4. Final Sign-off is to perform final checking on the build before delivery to the client.
If the project is big and needs to test often, then we go for Automation Testing.
Choose automation tool to write scripts.
Take the scenario to be tested for localization strategy.
Write scripts according to that.
Collect the results and update the scenario as Pass/Fail.
Note: Selenium is one of the pioneering tools in this area. It is very feature-rich, however, it requires more technical knowledge to use.
Check this tutorial for a difference between localization and globalization testing.
S.No | Test Case Description |
---|---|
1 | Glossaries are available for reference and check. |
2 | Time and date is properly formatted for target region. |
3 | Phone number formats are proper to target region. |
4 | Currency for the target region. |
5 | Is the License and Rules obeying the current website(region). |
6 | Text Content Layout in the pages are error-free, font independence and line alignments. |
7 | Special characters, hyperlinks and hotkeys functionality. |
8 | Validation Message for Input Fields. |
9 | The generated build includes all the necessary files. |
10 | The localized screen has the same type of elements and numbers as that of the source product. |
11 | Ensure the localized user interface of software or web applications compares to the source user interface in the target operating systems and user environments. |
Following are the benefits of localization testing
Following are the challenges of localization testing
Summary:
This article is contributed by Deepan Fernandez
In this tutorial, you will learn What are Embedded systems? What is Embedded Testing? Embedded...
{loadposition top-ads-automation-testing-tools} A Code Review tool automates the code audit...
What is Unit Testing? UNIT TESTING is a type of software testing where individual units or...
In this tutorial for Agile and Kanban difference, we will discuss key difference between Agile vs...
What is Performance testing? Performance testing is a type of testing for determining the speed of...
Project Summary This Live Project will put you in an Online Corporate Test Environment. You will...