Compatibility Testing Overview


Software compatibility testing means checking that your software interacts with and shares information correctly with other software. This interaction could occur between two programs simultaneously running on the same computer or even on different computers connected through the Internet thousands of miles apart. The interaction could also be as simple as saving data to a floppy disk and hand-carrying it to another computer across the room.

Examples of compatible software are

  • Cutting text from a web page and pasting it into a document opened in your word processor

  • Saving accounting data from one spreadsheet program and then loading it into a completely different spreadsheet program

  • Having photograph touchup software work correctly on different versions of the same operating system

  • Having your word processor load in the names and addresses from your contact management program and print out personalized invitations and envelopes

  • Upgrading to a new database program and having all your existing databases load in and work just as they did with the old program

What compatibility means for your software depends on what your team decides to specify and what levels of compatibility are required by the system that your software will run on. Software for a standalone medical device that runs its own operating system, stores its data on its own memory cartridges, and doesn't connect to any other device would have no compatibility considerations. However, the fifth version of a word processor (see Figure 9.1) that reads and writes different files from other word processors, allows multiuser editing over the Internet, and supports inclusion of embedded pictures and spreadsheets from various applications has a multitude of compatibility considerations.

Figure 9.1. Compatibility across different software applications can quickly become very complicated.


If you're assigned the task of performing software compatibility testing on a new piece of software, you'll need to get the answers to a few questions:

  • What other platforms (operating system, web browser, or other operating environment) and other application software is your software designed to be compatible with? If the software you're testing is a platform, what applications are designed to run under it?

  • What compatibility standards or guidelines should be followed that define how your software should interact with other software?

  • What types of data will your software use to interact and share information with other platforms and software?

Gaining the answers to these questions is basic static testingboth black-box and white-box. It involves thoroughly analyzing the specification for the product and any supporting specifications. It could also entail discussions with the programmers and possibly close review of the code to assure that all links to and from your software are identified. The rest of this chapter discusses these questions in more detail.



    Software Testing
    Lessons Learned in Software Testing
    ISBN: 0471081124
    EAN: 2147483647
    Year: 2005
    Pages: 233

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net