--%>

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 : What is Process Process : It is an

    Process: It is an individual thread-of-control to which an execution time slice is assigned by the operating system.

  • Q : Define the term Security policy Define

    Define the term Security policy: It is a policy employed to limit access by an applet to the resources of the host system.

  • Q : Define Certificates Define Certificates

    Define Certificates: They are digital documents attesting to the binding of a public key to an individual or another entity. They permit verification of the claim which a given public key does in fact fit in to a given individual. The certificates hel

  • Q : Explain Semantic error Semantic error:

    Semantic error: It is an error in the meaning of program. A statement might contain no syntax errors, however might still break the rules of Java language. For example, when ivar is an int variable, the shown statement is syntactically correct

  • Q : What is Stack overflow Stack overflow :

    Stack overflow: Stack overflow takes place whenever too many items are pushed onto a stack with a finite or limited capacity.

  • Q : What is an Unchecked exception

    Unchecked exception: An exception for which it is not needed to give a local try statement or to propagate through a throws clause stated in the method header. An exception which is not handled will cause program annihilation when it is thrown.

  • Q : Database management information system

    How much would it cost to create a simple database management information system by utilizing MySQL and PHP?The proposal of the system should include the following: Background narrative of setting and background of problem m

  • Q : Different compatibility types when

    What are the different compatibility types when creating a COM COMPONENT?

  • Q : What is Variable Variable : It is the

    Variable: It is the memory block of specific size where value can be stored and modified throughout program execution. Example: int x, float y, float amount, char c;

  • Q : What is session What is meant by the

    What is meant by the session?