1. Field of the Invention
The present invention relates to software globalization verification testing. More particularly, the invention is directed to the automation of globalization verification testing procedures.
2. Description of the Prior Art
By way of background, globalization verification testing, or GVT, is a software internationalization procedure for verifying the integrity of software user interface controls whose text strings require translation from one language to another. For example, a user interface whose controls are initially developed to display English text may need to be translated to non-English languages for persons who do not speak English. The translation process frequently changes a control's text string formatting because the target language will invariably use a different number of words and/or characters to convey the same information. A user interface control that displays the seven-character word “Welcome” in English will thus become “Willkommen” in German and “Bienvenue” in French.
User interface controls whose text strings may require translation include such entities as frames, windows, buttons, tabs, labels, tool bars, menus, text entry forms, dialog boxes, error/status messages, tool tips, group boxes, tables, and other elements. Because such controls and their text strings are rendered using predefined geometry and character map information, the fact that a control may properly display a text string in one language does not mean that the same control will correctly display the text string after it has been translated to another language. Thus, text string translation can and often will result in formatting problems such as text corruption, concatenation, normalization, truncation, etc.
In the past, text string translation required that each user interface control in a software program under test be exposed, inspected for defects and verified for each translated language. This is a laborious and time-consuming task. GVT was developed to streamline the translation verification process. As part of GVT, instead of testing user interface controls after full translation to another language, a procedure known as mock or pseudo translation is performed. The pseudo translations are checked and verified to identify formatting problems that are likely to surface when the actual text string translations are subsequently performed. Only after pseudo translation testing is completed and all problems are resolved will the text strings be fully translated into different languages.
Pseudo translation preserves the readability of the original text string but adds additional formatting according to the anticipated size of the text string following translation to another language. According to one known technique, the original text is appended (or prepended) with additional placeholder characters, such as tildes, and the entire string is bracketed to signify that it has been pseudo translated. The text string “Enter” appearing on a button-style user interface control may thus be pseudo translated to “[Enter˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜]” if it is anticipated that “Enter,” a five character word in English, will be translated into another language that requires twenty characters. Another method of pseudo translation involves changing single-byte character codes to double-byte character codes, which are used to represent characters in many non-Western languages.
An advantage of a pseudo translation is that a person who speaks the same language used by the text string author, e.g., English, can perform GVT without having to learn another language. The GVT function may thus be performed relatively early in the development cycle by the software developer, or a co-worker of the developer, instead of shipping the product to another site (possibly in a foreign country) for verification after actual translation. This allows formatting errors detected by GVT to be corrected more quickly and at less cost.
Although GVT is an improvement over previous translation verification techniques based on actual translations, it is still a time consuming, repetitive task. Among other things, GVT requires the manual creation of test cases to check for different kinds of formatting errors according to the user interface control types being evaluated. For example, some user interface control types may need to be checked for text normalization, concatenation and corruption, while other control types need to be checked for each of these errors plus truncation. Creating a set of test cases for each user interface control of a software program requires a tester or engineer who is familiar with both GVT testing and the product that has been translated. This process takes considerable time and most of the effort involves tedious “cut-and-paste” operations insofar as similar tests are usually run on dozens if not hundreds of user interface controls.
Once a set of GVT test cases has been defined, the test cases must be implemented. Again, this is a manual process in which a human tester exposes and inspects each user interface control individually according to the subset of test cases defined for that control. The process is time consuming and subject to human error. GVT additionally requires that all defects detected while running test cases be documented. Documenting a defect requires that the defect be verified by reproducing it. The defect must then be logged (e.g., in defect tracking software) along with verification information such as the steps required to reproduce the defect and a screenshot showing the defect. Defect documentation may also involve information that helps the software developer fix the problem.
It is to improvements in the field of software GVT that the present invention is directed. What is particularly needed is an improved GVT technique that eliminates the time, expense and error associated with manually generating, executing and documenting GVT test cases on multiple user interface controls, and which introduces a greater degree of automation into the GVT process.
The foregoing problems are solved and an advance in the art is obtained by a novel method, system, computer program product and automated service for performing dynamic globalization verification testing of a software user interface. According to the inventive technique, which is machine implemented, one or more user interface controls in the software user interface having text strings that have been pseudo translated are identified. One or more applicable test cases are generated that test for display defects stemming from the pseudo translations. The test cases are executed. Defects discovered by executing the test cases are logged.
According to exemplary embodiments disclosed herein, an identification of the user interface controls may be initiated by a software program that implements the software user interface. Alternatively, the identification may be obtained by querying the software program. During identification, the user interface controls may be exposed as necessary in order to generate user interface control screen shots. The test cases may be generated by categorizing the user interface controls by type and applying rules that associate the test cases to the user interface control types. At least some of the test cases may be executed by comparing pseudo translated strings in the user interface controls to defined string specifications. The test cases may be executed recursively on child user interface controls associated with parent user interface controls. Logging may include linking screenshots of user interface controls associated with defects and identifying test cases whose execution resulted in discovery of the defects. A report may be generated based on the logging.
According to a further exemplary embodiment disclosed herein, dynamic globalization verification testing of a software user interface may be implemented by a test engine operating in conjunction with an automated functional testing program. The automated testing program is adapted to read a test script identifying one or more user interface controls in the user interface having text strings that have been pseudo translated. The automated testing program queries a software program that implements the user interface to obtain information that allows it to create test objects corresponding to the user interface controls. The automated testing program passes the test objects to the test engine for testing. The test engine utilizes the test objects to generate one or more applicable test cases that test for display defects stemming from the pseudo translations. The test engine executes the test cases and returns control to the automated testing program. The automated testing program logs defects discovered by executing the test cases and generates a test report.
According to a still further exemplary embodiment disclosed herein, dynamic globalization verification testing of a software user interface may be provided by an automated system that directly interacts with a software program that implements the user interface. The automated system is called by the software program and is provided with an identification of one or more user interface controls in the user interface having text strings that have been pseudo translated. The automated system may be called by the software program in response to manipulation of one of the user interface controls. The automated system generates one or more applicable test cases that test for display defects stemming from the pseudo translations, then executes the test cases. The automated system logs defects discovered by executing the test cases and generates a test report. The automated system then returns control to the software program.
The foregoing and other features and advantages of the invention will be apparent from the following more particular description of exemplary embodiments of the invention, as illustrated in the accompanying Drawings, in which:
Turning now to the Drawing figures wherein like reference numerals indicate like components in all of the several views,
The software under test 4 may be any software that displays user interface control components, and may be written using any conventional software language. Examples include but are not limited to Java® (registered trademark of Sun Microsystems, Inc.) byte code that defines the user interface controls 6 as Java® objects, Microsoft® (registered trademark of Microsoft Corporation) Visual Studio .NET code that defines the user interface controls as .NET objects, and web device code that defines the user interface controls using HTML (Hypertext Transport Markup Language) specifications.
The dynamic testing system 2 utilizes functional components 10, 12, 14, 16, 18 and 20 for performing globalization verification testing of the user interface 8. Details of the operations performed by each component will be found in the discussion below of
As described in more detail below in connection with
With additional reference now to
As described in more detail below in connection with
Step 32 of
In step 34, the test case generator 12 categorizes the current user interface control according to its type (e.g., textbox, label, etc.). For standard user interface controls, this information can be determined from the user interface control identification obtained in step 30 insofar as the software under test 4 will normally define its user interface controls by type. For example, if the software under test 4 is a Java® program, the user interface controls 6 may be defined using Java® Java Foundation classes (e.g., the JButton( ) class for button controls). In other cases, the user interface control 6 may be a user-created custom class. In that event, the class type can be categorized based on class parents or the available methods provided by the custom class.
In step 36, the test case generator 12 exposes the current user interface control according to its type and generates a screen shot thereof. Exposing a user interface control may include actions such as switching to an appropriate tab page, expanding a menu, scrolling a panel, or in the case of a combination or list control, selecting the longest choice. The test case generator 12 can expose the current user interface control by issuing conventional input device control commands that cause an input device (e.g., mouse, keyboard, etc.) to perform the necessary input operations within the user interface 8. Alternatively, the test case generator 12 may issue input device simulation commands (e.g., simulated mouse clicks, keyboard presses, etc.) to an API (Application Programming Interface) of the software under test 4, if such is provided. A screen shot of the exposed user interface control may be taken by issuing a screen shot command to lower level software, such as a Java® Virtual Machine or other application, an operating system, or a combination of application and operating system support functions. To aid in test result analysis, the user interface control can be marked, as by modifying the screen shot to draw a box around the control. Alternatively, the user interface control could be marked as by changing its background color. However, this requires modification of the software under test 4 and needs to be performed prior to taking the screen shot.
In step 38, the test case generator 12 generates one or more test cases based on the determined user interface control type. The test cases are designed to test for display defects stemming from pseudo translation. Test case generation may be handled by consulting the rule set 14, which contains rules that associate different user interface control types with one or more test cases. For example, if the user interface control contains permanently displayed text, the test(s) run on the control may be different than if the control contains a tool tip that is temporarily exposed in response to a “mouse-over” event, and so on. It will be appreciated that innumerable associations may be created between user interface control types and GVT test sets, depending on design requirements. As such, no attempt is made herein to catalog any particular rule set associations. Suffice it to state that the rule set 14 will normally be created by an experienced quality assurance engineer, either manually or perhaps partially by way of automatic generation from pseudo translation rules used to translate the user interface control text strings. Insofar as it may be desirable to modify the rule set 14 from the time to time, it can be maintained separately from the dynamic testing system 2 (e.g., in a text file), as illustrated in
In step 40, the test case executor performs each GVT test determined from step 38 on the current user interface control in order to detect display defects stemming from pseudo translation. Without limitation, the following enumerated tests 1-10 are examples of the kind of testing that may be performed according to the type of user interface control being evaluated:
Test 1—Verify that control text is pseudo translated. This can be done by comparing control text to a regular expression such as “\[[GS]′.+˜*Ii|]|\A\Z” that searches for elements like brackets (“[” and “]”), tildes (“˜”) and other pseudo translation formatting elements.
Test 2—Verify that control text is not corrupted. This can be done by comparing control text to a regular expression such as “.\*\?.\*\?.*|\\u[0-9a-fA-F]{4}”. This expression looks for frequent use of the ASCII character 3F (“?”), which is often substituted for unrecognized characters. The expression also looks for hexadecimal numbers following a format such as “\uxxxx” where each “x” represents a hexadecimal digit (0-F) and “\uxxxx” should have been converted to an appropriate single character.
Test 3—Verify that pseudo translated control text is not concatenated. This can be done by verifying that all text is contained within the pseudo translated string bookends. Assuming the bookends to be square brackets (“[” and “]”), cases (a) and (b) below would be acceptable, but (c), (d) and (e) would fail:
If any test applied to the current user interface control detects a defect, that defect will be logged in step 42 by the defect logger 18. The log entry may include a link to the screen shot taken in step 36, test case information, and information specific to any failures. If desired, log entries may also be created for tests that complete successfully, such that the log will have pass/fail entries.
Following step 42 and the completion of testing of the current user interface control (e.g., the panel control 6A), processing may return to step 32 in order to recursively test all children of that control. Steps 34-42 will be repeated for each such control. After all child user interface controls have been tested, a test report is generated in step 44 by the report generator 20. The test report may be used for correcting the defects found in the tested user interface control(s) and also for future testing of other user interface controls. One example of the latter would be to use the test report to identify “false positives,” so that user interface control types improperly identified as containing defects could either be omitted from future tests or their test results could be ignored. The test report also provides the ability to export the generated test cases for importation into other software testing tools, such as a manual GVT tool.
Turning now to
Turning now to
One such test script is shown by reference numeral 52 in
The test script 52 may be further written to pass test objects from the automated testing program 50 to the test case generator 12 and the test case executor 16, which are collectively shown in
Whenever the test case generator 12 needs to expose a user interface control 6, it can request the automated testing program 50 to manipulate the control using conventional input device control commands that cause an input device (e.g., mouse, keyboard, etc.) to perform the necessary input operations on the target user interface control 6 within the user interface 8. Alternatively, the automated testing program 50 could make API calls to the software under test 4 to simulate input device actions. Both types of functionality are currently available in automated testing products such as the IBM® Rational® Functional Tester 6.1.
Whenever the test case generator 12 needs to generate a screen shot of a user interface control 6, it may utilize an existing screen shot capture support service 56 provided by an application (e.g., a Java® Virtual Machine), an operating system, or both. The screen shot capture support service 56 will return a reference to a file containing the captured screen shot. The file can then be modified to add additional graphical artifacts, such as boxes, to help identify the user interface control 6 being captured.
Whenever defect logging is required, the test engine 54 can utilize the existing logging functions of the automated testing program 50. The logging request can be implemented using any suitable technique, such as the test engine 54 registering a logging request callback for processing by the automated testing program 50 after the test engine 54 returns control. The automated testing program 50 may also be used for report generation.
Turning now to
In the implementation of
Accordingly, a technique for performing dynamic globalization verification testing in a software user interface has been disclosed. It will be appreciated that the foregoing concepts may be variously embodied in any of a data processing system, a machine implemented method, and a computer program product in which programming instructions are provided by one or more machine-readable media for use in controlling a data processing system to perform the required functions. Relative to a data processing system and machine implemented method,
Relative to a computer program product having a machine-readable media and programming instructions for controlling a data processing system, exemplary machine-readable media for providing such programming instructions are shown by reference numeral 100 in
It will also be appreciated that the invention may be implemented as an automated globalization verification testing service whereby a software user interface is tested by a service provider following text string pseudo translation by either the service provider or by another entity, such as the software developer who is the service provider's client. According to the service model, all dynamic globalization verification testing functionality would be the same as that shown in
Although various embodiments of the invention have been described, it should be apparent that many variations and alternative embodiments could be implemented in accordance with the invention. It is understood, therefore, that the invention is not to be in any way limited except in accordance with the spirit of the appended claims and their equivalents.
Number | Name | Date | Kind |
---|---|---|---|
5475843 | Halviatti et al. | Dec 1995 | A |
6275790 | Yamamoto et al. | Aug 2001 | B1 |
6425123 | Rojas et al. | Jul 2002 | B1 |
6453462 | Meade et al. | Sep 2002 | B1 |
6507812 | Meade et al. | Jan 2003 | B1 |
6735759 | Yamamoto et al. | May 2004 | B1 |
6782529 | Kumhyr | Aug 2004 | B2 |
7389223 | Atkin et al. | Jun 2008 | B2 |
20020077807 | Davis et al. | Jun 2002 | A1 |
20020162090 | Parnell et al. | Oct 2002 | A1 |
20040122652 | Andrews et al. | Jun 2004 | A1 |
20050065772 | Atkin et al. | Mar 2005 | A1 |
20050137844 | Voruganti | Jun 2005 | A1 |
20050144530 | Louden et al. | Jun 2005 | A1 |
20050188308 | Schultz | Aug 2005 | A1 |
Number | Date | Country |
---|---|---|
1071013 | Jan 2001 | EP |
9330248 | Dec 1997 | JP |
0011344468 | May 2001 | JP |
Number | Date | Country | |
---|---|---|---|
20080127103 A1 | May 2008 | US |