1000+ Software Testing Questions and Answers Pdf - 1

Question: 1

What is Globalization Testing?

Some companies, like IBM and Sun Microsystems, use the term “globalization” for the combination of internationalization and localization. Globalization can also be abbreviated to G11N.

Question: 2

What is Localization and Internationalization Testing?

Internationalization Testing is the process of testing whether the software application can be adapted to various languages and regions. This is also called as 118N (I-EIGHTEEN-N) testing since there are 18 characters between I and N.

Localization Testing is the process of testing whether the software has been adapted correctly for a specific language. This is also called as L10N (L-TEN-N) testing since there are 10 characters between L and N.

Question: 3

What are the important sections of a test plan?

The important sections of a test plan are:

Test Strategy

Feature to be tested

Out of Scope

Test Deliverables

Risk and Contingencies.

Question: 4

What is State Transition Testing?

State Transition Testing is a black box test design technique in which test cases are designed to test the application trigger from one state to another.

To design test cases, identify all the states of the system and ensure that all states are covered from start to finish.

Question: 5

What is build?

Build is the executable file generated after source code compilation.

Related Questions