--%>

What does compatibility testing include

What does compatibility testing include and who will perform the testing?

E

Expert

Verified

Third-party testing labs will perform the compatibility testing. Precisely what will be tested will be different from application to application, but usually, testing will cover the given:

a. How the application interacts along with core phone functionality. For illustration, how the application handles scenarios like an instant message or another system alerts being pushed to the device when the user is in other application.

b. Core application stability over time. Many events will be sent in the event queue to observe how the application handles them and to seem for instability (that is crashes) and memory usage (that is leaks).

c. Main application functionality. Testing will be conducted to confirm the main functionality you claim for your application in fact is in the applications. Qualcomm will not test it functionality for "correctness" by an end-user perspective.

d. A standard set of tests for all area of BREW functionality used through the application. For illustration, we will use a standard file system test suite when the application uses the BREW file system calls. Likewise, if an application uses the BREW networking calls, so we will test it with a standard networking test suite.

e. Any manufacturer or operator -specific look and feel needs.

f.  Compatibility along with the target devices.

g. Interaction with needed accessories.

   Related Questions in Programming Languages

  • Q : State the term INODE State the term

    State the term INODE. Answer: It is a pointer to a block upon the disk and is a unique number. This holds metadata of files.

  • Q : Define the term Critical section

    Critical section: It is a section of code in which there is potential for a race hazard. The critical sections made use of the synchronized statements or methods.

  • Q : What is a Method body What is a Method

    What is a Method body: It is a body of a method: everything within the outermost block of the method.

  • Q : Define Fully evaluating operator Fully

    Fully evaluating operator: An operator which computes all of its arguments to generate an outcome. Standard arithmetic operators, like +, are totally evaluating. In contrary, some Boolean operators, like &&, are short-circuit operators.

  • Q : Explain the major elements of the ADO

    Explain the major elements of the ADO object model and it’s used?

  • Q : Explain UpdatePanel control Briefly

    Briefly explain about the UpdatePanel control.

  • Q : Persistent and non-persistent objects

    Illustrate the difference between persistent and non-persistent objects in the programming?

  • Q : What is an Iterator pattern Iterator

    Iterator pattern: It is a common pattern in which the contents of a collection are iterated above in order. The Iterator pattern frees a client of data from requiring details of how the data is stored. This pattern is maintained by the Iterator and Li

  • Q : Define Assembler Assembler : The

    Assembler: The program employed to translate a program which is written in assembly language into the binary form of a specific instruction set.

  • Q : Environment Modeling in Java Pathfinder

    Environment Modeling: In JPF, Java class files can be processed in two different ways: A) As ordinary Java classes managed and executed by the host JVM (e.g., standard Java library classes, JPF implementation class