The invention relates generally to electrical computers and digital data processing, and specifically to testing program code for the purpose of locating and correcting errors during software development.
Developers write application code that runs on Web Service platforms. Web Service platforms are self-contained, modular applications that can be described, published, located, and invoked over a network such as the World Wide Web. Web Service platforms are provided by different vendors, such as IBM®, MICROSOFT® or SUN MICROSYSTEMS®, that generally use a standardized Application Programming Interface (API) such as J2EE. API method calls contain both dynamic and static information. Dynamic data includes specific information such as argument values and return assignment usage. The dynamic data is specific to the developer's code and may contain sensitive information. Static data includes more generic information such as the method name and argument types.
Although API method calls are standardized, usage rules and known bugs may vary between different vendor's Web Service platforms. Web Service platform vendors make information regarding API usage, best practices and known bugs for their web service platform available in published API usage data sheets.
Developers strive to write code that is compatible on multiple vendors' Web Service platforms. To ensure portability across multiple platforms, developers must test their code for compatibility with each vendor's Web Services. In order to test their codes for compatibility, developers need access to each of the Web Services platform for which compatibility is sought. Testing code on multiple Web Service platforms is time consuming and can be expensive if the developer must pay for access to each vendor's Web Services.
Therefore, a need exists for a developer's tool that can automatically test code against API usage data sheets published on multiple Web Service platforms at one time.
The invention meeting the need identified above is the “API Usage Tool” (AUT). The AUT has two components, an Interactive Developer Environment Plug-in (IDEP) and a Web Service Component (WSC). The IDEP runs locally as an online application on a computer used by an application developer to write or test code. The WSC runs on a vendor's Web Service platform and uses published API Usage Data Sheets that provide data related to API usage, best practices and known bugs for each platform. The IDEP opens the source code file containing API method calls, identifies the API method calls in the source code, and saves the identified API method calls to an API usage log. The IDEP transmits the identified API method calls to the WSC. In the preferred embodiment of the AUT, only the static data for each API method call is transmitted to the WSC. Sending only the static data prevents the Web Service vendor from receiving confidential information. The WSC receives the transmission from the AUT and searches the API usage data sheets for usage, best practices and known bugs for each identified API method call. The WSC generates an API usage compilation based on the identified API method calls and sends the API usage compilation to the AUT. The IDEP compares the API usage compilation to the dynamic data in the usage log, looking for conflicts between the compiled usage and the actual usage in the source code. The IDEP marks any API method calls in the source code that do not comport with the compiled usage guidelines.
The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objectives and advantages thereof, will be understood best by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:
The principles of the present invention are applicable to a variety of computer hardware and software configurations. The term “computer hardware” or “hardware,” as used herein, refers to any machine or apparatus that is capable of accepting, performing logic operations on, storing, or displaying data, and includes without limitation processors and memory; the term “computer software” or “software,” refers to any set of instructions operable to cause computer hardware to perform an operation. A “computer,” as that term is used herein, includes without limitation any useful combination of hardware and software, and a “computer program” or “program” includes without limitation any software operable to cause computer hardware to accept, perform logic operations on, store, or display data. A computer program may, and often is, comprised of a plurality of smaller programming units, including without limitation subroutines, modules, functions, methods, and procedures. Thus, the functions of the present invention may be distributed among a plurality of computers and computer programs. The invention is described best, though, as a single computer program that configures and enables one or more general-purpose computers to implement the novel aspects of the invention. For illustrative purposes, the inventive computer program will be referred to as the “API Usage Tool” (AUT).
Additionally, the AUT is described below with reference to an exemplary network of hardware devices, as depicted in
AUT 200 typically is stored in a memory, represented schematically as memory 220 in
A preferred form of the invention has been shown in the drawings and described above, but variations in the preferred form will be apparent to those skilled in the art. The preceding description is for illustration purposes only, and the invention should not be construed as limited to the specific form shown and described. The scope of the invention should be limited only by the language of the following claims.
Number | Name | Date | Kind |
---|---|---|---|
6370682 | Eckardt et al. | Apr 2002 | B1 |
6662312 | Keller et al. | Dec 2003 | B1 |
7418426 | Reunert et al. | Aug 2008 | B1 |
20020133752 | Hand | Sep 2002 | A1 |
20030055868 | Fletcher et al. | Mar 2003 | A1 |
20030074423 | Mayberry et al. | Apr 2003 | A1 |
20040015812 | Sreedhar | Jan 2004 | A1 |
20040133875 | Kramer | Jul 2004 | A1 |
20040168152 | Kramer | Aug 2004 | A1 |
20040220952 | Cheenath | Nov 2004 | A1 |
20040268302 | Srivastava et al. | Dec 2004 | A1 |
20050149935 | Benedetti | Jul 2005 | A1 |
20050246773 | Draine et al. | Nov 2005 | A1 |
Number | Date | Country | |
---|---|---|---|
20070288897 A1 | Dec 2007 | US |