WO2009146979A1 - Method system and computer program for identifying software problems - Google Patents

Method system and computer program for identifying software problems Download PDF

Info

Publication number
WO2009146979A1
WO2009146979A1 PCT/EP2009/054928 EP2009054928W WO2009146979A1 WO 2009146979 A1 WO2009146979 A1 WO 2009146979A1 EP 2009054928 W EP2009054928 W EP 2009054928W WO 2009146979 A1 WO2009146979 A1 WO 2009146979A1
Authority
WO
WIPO (PCT)
Prior art keywords
usage scenario
software application
computer system
software
preferred
Prior art date
Application number
PCT/EP2009/054928
Other languages
French (fr)
Inventor
Maurizio Simeoni
Original Assignee
International Business Machines Corporation
Compagnie Ibm France
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corporation, Compagnie Ibm France filed Critical International Business Machines Corporation
Priority to JP2011512049A priority Critical patent/JP5400873B2/en
Priority to EP09757362.0A priority patent/EP2286338B1/en
Publication of WO2009146979A1 publication Critical patent/WO2009146979A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3604Software analysis for verifying properties of programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases

Definitions

  • the present invention relates to a method, system and computer program for identifying a software problem.
  • the IBM Tivoli Application Dependency Discovery Manager is a software tool which provides a mechanism for discovering and analysing the runtime dependencies and configurations of multi-tiered software applications.
  • the TADDM provides snapshots of the current infrastructure of a software application in the form of read-only views of the entire topology of the application.
  • the TADDM further comprises an analytic reporting tool which enables comparisons to be made between different snapshots of the software application under study.
  • the TADDM does not allow the isolation of software components involved in a particular usage scenario of a software application.
  • the TADDM is not automatically executed and does not allow a scenario to be compared against a snapshot taken in a reference environment. Summary of the invention
  • a method of identifying problems in a software application in a computer system comprising the steps of: allowing a user to define a one or more usage scenarios of the software application; executing, in a reference computer system, the software application with one or more of the usage scenarios; acquiring data concerning a status of a one or more of the reference computer system and the software application therein, during the execution of the software application with the one or more of the usage scenarios; executing, in the computer system under study, the software application with the same one or more usage scenarios executed in the reference computer system; acquiring data concerning a status of a one or more of the computer systems under study and the software application therein, during the execution of the software application with the one or more of the usage scenarios; comparing the data from the reference computer system and the computer system under study, to identify the one or more differences therebetween.
  • the preferred embodiment provides a system and method for discovering and analysing the runtime dependency configurations on multi-tiered applications.
  • the method and system of the preferred embodiment enables snapshots of the current infrastructure of a software system to be taken and compared against snapshots of a reference software system, to enable the specific software components involved in a problem fault in the current infrastructure, to be identified and detected.
  • the method of the preferred embodiment may be used at the end of an installation process to check if the product or patch has been successfully installed by defining a usage scenario descriptor for the installation process.
  • the method of the preferred embodiment may also be used for usage scenario test progression.
  • the method of the preferred embodiment can allow a user to prepare a usage scenario descriptor for each regression scenario before applying a patch in a production environment.
  • the method of the preferred embodiment can automatically run the usage scenario discovery process in the test environment and cause the comparator to verify the result therefrom.
  • Figure 1 is a block diagram of the architecture of the system of the preferred embodiment
  • Figure 2 comprises an XML file representing a usage scenario descriptor
  • FIG. 3 is a flowchart of the method of the preferred embodiment.
  • Figure 4 is a block diagram of a computer system adapted to perform the method of the preferred embodiment.
  • the preferred embodiment provides a mechanism for accelerating the processes of: - isolating a software problem
  • the preferred embodiment achieves this, by isolating the software components involved in the software system in which the problem occurred. To this end, the preferred embodiment :-
  • the predefined usage scenario can be a "reference usage scenario” or "real-world usage scenario”.
  • a reference usage scenario is a typical usage scenario of the product and is provided by the software manufacturer.
  • a real-world usage scenario is a specific usage scenario implemented by a user for specific purpose. The choice of which usage scenario the user employs, is largely dependent on how the user uses the software system under study.
  • the system 10 of the preferred embodiment comprises a usage scenario descriptor 12 and a usage scenario snapshot (not shown) being transmitted between a discovery engine manager 14 and a primary repository 16.
  • the primary repository 16 is further accessed by a usage scenario viewer 18 and a usage scenario comparator 20.
  • the usage scenario descriptor 12 is a file which describes a potential usage scenario and the software components involved in that usage scenario.
  • the usage scenario can be a "reference usage scenario” or "real-world usage scenario".
  • a reference usage scenario is a typical usage scenario of the product and is provided by the software manufacturer.
  • a real-world usage scenario is a specific usage scenario implemented by a user for specific purpose.
  • the usage scenario descriptor 12 is provided in XML. However, the skilled person will understand that the usage scenario descriptor 12 could also be written in any other suitable language.
  • the usage scenario descriptor 12 identifies a particular usage scenario by a scenario ID 22.
  • the usage scenario descriptor 12 also identifies a software application, by an application ID 24.
  • the software application and application components therein are further detailed by a description tag 26 and a sequence of component elements 28.
  • the sequence of components elements 28 contain the name of the component, details of the computer where it is installed (e.g. hostname, protocol (e.g. ssh) and password needed to remotely execute the component) .
  • the usage scenario descriptor 12 further comprises a runtime section 30 which describes a set of actions to be performed on the components of the application under study. The actions include, for example, sending requests to components, receiving responses therefrom, collating the responses to form a snapshot (e.g. logs, application status, system information, registry information etc.) of the application under study.
  • the runtime section 30 is expressed in a script-like language.
  • the runtime section could also be expressed in other languages.
  • the above-mentioned formulation of the usage scenario descriptor 12 is provided for example purposes only, and should not be construed as meaning that the usage scenario descriptor 12 is limited in any way to this particular formulation.
  • the usage scenario descriptor 12 may use other tagging and descriptor mechanisms to identify and refer to the usage scenario in question and the components of the software application in which the problem occurred.
  • the discovery engine manager 14 performs usage scenario discovery, namely, executing the scenario described in the runtime section 30 of the usage scenario descriptor 12, using the components listed in the components elements 28 section of the usage scenario descriptor 12. During this process, a usage scenario snapshot is taken of the computer system under study. For simplicity, the term “snapshot” will be understood to mean data pertaining to the status of a computer system.
  • the discovery engine manager 14 stores both the usage scenario descriptors 12 and the usage scenario snapshots in the primary repository 16.
  • the preferred embodiment also executes the same usage scenario on a reference computer system.
  • the reference computer system is a computer system where the product is installed and where it is working as designed. It can be a test computer system, (i.e. a computer system used by the customer to verify a product before installing it in a production computer) , or the manufacturer' s computer wherein the product is tested and used for creating snapshots of 'reference usage scenarios'.
  • test computer system i.e. a computer system used by the customer to verify a product before installing it in a production computer
  • the manufacturer' s computer wherein the product is tested and used for creating snapshots of 'reference usage scenarios'.
  • the term computer system as used in the present embodiment, embraces a distributed computer system, since each of the software components of an application can reside on a different computer (i.e. physical or virtual) .
  • the usage scenario comparator 20 compares the usage scenario snapshot of the system under study with a snapshot taken of the reference computer system executing the same usage scenario.
  • the usage scenario comparator 20 also outputs to inter alia the usage scenario viewer 18, the difference between the two snapshots.
  • the usage scenario viewer 18 graphically represents the relationships and data-flow between the software components involved in the usage scenario.
  • the usage scenario viewer 18 also depicts differences between the usage scenario snapshot of the system under study and the reference system.
  • the method of the preferred embodiment comprises the steps of allowing 32 a user to define a usage scenario descriptor for a particular usage scenario.
  • the usage scenario may be a "reference usage scenario” (a typical usage scenario of the product provided by the software manufacturer) or a "real-world usage scenario” (a specific usage scenario implemented by a user for a specific purpose) .
  • the method of the preferred embodiment then allows 34 the user to execute a usage scenario discovery process in a reference environment and produce a snapshot thereof.
  • the method of the preferred embodiment exports 36 the usage scenario descriptor and usage scenario snapshot of the reference environment, to the repository.
  • the method of the preferred embodiment then allows 38 a user of a computer system under study, to perform usage scenario discovery of the computer system, using the same usage scenario as used with the reference system.
  • the method of the preferred embodiment produces a snapshot of the system under study whilst executing the usage scenario discovery therein.
  • the method of the preferred embodiment compares the usage scenario snapshot of the reference environment and that of the computer system under study; and allows the user to analyse 39 the results of this comparison in the scenario viewer so as to identify and detect the relevant problems therein .
  • a generic computer system 40 adapted to support the preferred embodiments is formed by several units that are connected in parallel to a system bus 42.
  • one or more microprocessors (XP) 44 control operation of the computer 40;
  • a RAM 46 is directly used as a working memory by the microprocessors 44, and
  • a ROM 48 stores basic code for a bootstrap of the computer 40.
  • Peripheral units are clustered around a local bus 50 (by means of respective interfaces) .
  • a mass memory consists of a hard-disk 52 and a drive 54 for reading CD-ROMs 56.
  • the computer 40 includes input devices 58 (for example, a keyboard and a mouse) , and output devices 60 (for example, a monitor and a printer) .
  • a Network Interface Card for example, a keyboard and a mouse
  • NIC Network Interface
  • a bridge unit 64 interfaces the system bus 42 with the local bus 50.
  • Each microprocessor 44 and the bridge unit 64 can operate as master agents requesting an access to the system bus 42 for transmitting information.
  • An arbiter 66 manages the granting of the access with mutual exclusion to the system bus 42.
  • the system has a different topology, or it is based on other networks.
  • the computers have a different structure, including equivalent units, or consist of other data processing entities (such as PDAs, mobile phones and the like) .

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

The preferred embodiment provides a mechanism for accelerating the processes of isolating a software problem, detecting the nature of the problem and resolving it, by isolating the software components involved in the usage scenario wherein the problem occurred. The preferred embodiment then tests the software components by: automatically executing a reference usage scenario within the infrastructure of the faulty software application; and comparing the results of the usage scenario wherein the problem occurred, with expected results from the reference scenario. The preferred embodiment may be used at the end of an installation process to check if the product or patch has been successfully installed by defining a usage scenario descriptor for the installation process. The preferred embodiment may also be used for usage scenario test progression. In particular, the preferred embodiment can allow a user to prepare a usage scenario descriptor for each regression scenario before applying a patch in a production environment. Furthermore, the preferred embodiment can automatically run the usage scenario discovery process in the test environment and cause the comparator to verify the result therefrom.

Description

METHOD, SYSTEM AND COMPUTER PROGRAM FOR IDENTIFYING
SOFTWARE PROBLEMS
Technical Field
The present invention relates to a method, system and computer program for identifying a software problem.
Background
To detect and resolve a software problem, it is typically necessary to identify and isolate the software components involved in the scenario wherein the software problem has occurred. For simplicity, these scenarios will be known henceforth as "usage scenarios" . More particularly, the process of troubleshooting the software problem requires the collection and analysis of the runtime dependencies and configurations of the identified software components. However, this process can be extremely costly and time-consuming (e.g. often taking several days and requiring the involvement of a customer-support facility) .
The IBM Tivoli Application Dependency Discovery Manager (TADDM) is a software tool which provides a mechanism for discovering and analysing the runtime dependencies and configurations of multi-tiered software applications. In particular, the TADDM provides snapshots of the current infrastructure of a software application in the form of read-only views of the entire topology of the application. The TADDM further comprises an analytic reporting tool which enables comparisons to be made between different snapshots of the software application under study. However, the TADDM does not allow the isolation of software components involved in a particular usage scenario of a software application. Similarly, the TADDM is not automatically executed and does not allow a scenario to be compared against a snapshot taken in a reference environment. Summary of the invention
According to the invention there is provided a method of identifying problems in a software application in a computer system, the method comprising the steps of: allowing a user to define a one or more usage scenarios of the software application; executing, in a reference computer system, the software application with one or more of the usage scenarios; acquiring data concerning a status of a one or more of the reference computer system and the software application therein, during the execution of the software application with the one or more of the usage scenarios; executing, in the computer system under study, the software application with the same one or more usage scenarios executed in the reference computer system; acquiring data concerning a status of a one or more of the computer systems under study and the software application therein, during the execution of the software application with the one or more of the usage scenarios; comparing the data from the reference computer system and the computer system under study, to identify the one or more differences therebetween.
The preferred embodiment provides a system and method for discovering and analysing the runtime dependency configurations on multi-tiered applications. In particular, the method and system of the preferred embodiment enables snapshots of the current infrastructure of a software system to be taken and compared against snapshots of a reference software system, to enable the specific software components involved in a problem fault in the current infrastructure, to be identified and detected.
The method of the preferred embodiment may be used at the end of an installation process to check if the product or patch has been successfully installed by defining a usage scenario descriptor for the installation process. The method of the preferred embodiment may also be used for usage scenario test progression. In particular, the method of the preferred embodiment can allow a user to prepare a usage scenario descriptor for each regression scenario before applying a patch in a production environment. Furthermore, the method of the preferred embodiment can automatically run the usage scenario discovery process in the test environment and cause the comparator to verify the result therefrom.
Brief description of the drawings
An embodiment of the invention is herein described by way of example only, with reference to the accompanying drawings in which:
Figure 1 is a block diagram of the architecture of the system of the preferred embodiment;
Figure 2 comprises an XML file representing a usage scenario descriptor;
Figure 3 is a flowchart of the method of the preferred embodiment; and
Figure 4 is a block diagram of a computer system adapted to perform the method of the preferred embodiment.
Detailed description of the invention
1. Overview
The preferred embodiment provides a mechanism for accelerating the processes of: - isolating a software problem;
- detecting the nature of the problem; and
- resolving it.
The preferred embodiment achieves this, by isolating the software components involved in the software system in which the problem occurred. To this end, the preferred embodiment :-
- automatically executes a predefined usage scenario within the infrastructure of the faulty software application; and - compares the results of this process, with the results of executing the predefined usage scenario in a reference software system.
The predefined usage scenario can be a "reference usage scenario" or "real-world usage scenario". A reference usage scenario is a typical usage scenario of the product and is provided by the software manufacturer. A real-world usage scenario is a specific usage scenario implemented by a user for specific purpose. The choice of which usage scenario the user employs, is largely dependent on how the user uses the software system under study.
2. Detailed Description
Referring to Figure 1, the system 10 of the preferred embodiment comprises a usage scenario descriptor 12 and a usage scenario snapshot (not shown) being transmitted between a discovery engine manager 14 and a primary repository 16. The primary repository 16 is further accessed by a usage scenario viewer 18 and a usage scenario comparator 20.
In the present example, the usage scenario descriptor 12 is a file which describes a potential usage scenario and the software components involved in that usage scenario. The usage scenario can be a "reference usage scenario" or "real-world usage scenario". A reference usage scenario is a typical usage scenario of the product and is provided by the software manufacturer. A real-world usage scenario is a specific usage scenario implemented by a user for specific purpose. In the present example, the usage scenario descriptor 12 is provided in XML. However, the skilled person will understand that the usage scenario descriptor 12 could also be written in any other suitable language. Referring to Figure 2, the usage scenario descriptor 12 identifies a particular usage scenario by a scenario ID 22. The usage scenario descriptor 12 also identifies a software application, by an application ID 24. The software application and application components therein, are further detailed by a description tag 26 and a sequence of component elements 28. The sequence of components elements 28 contain the name of the component, details of the computer where it is installed (e.g. hostname, protocol (e.g. ssh) and password needed to remotely execute the component) . The usage scenario descriptor 12 further comprises a runtime section 30 which describes a set of actions to be performed on the components of the application under study. The actions include, for example, sending requests to components, receiving responses therefrom, collating the responses to form a snapshot (e.g. logs, application status, system information, registry information etc.) of the application under study. In the present example, the runtime section 30 is expressed in a script-like language. However, it will be appreciated that the runtime section could also be expressed in other languages. It will be appreciated that the above-mentioned formulation of the usage scenario descriptor 12 is provided for example purposes only, and should not be construed as meaning that the usage scenario descriptor 12 is limited in any way to this particular formulation. In particular, the usage scenario descriptor 12 may use other tagging and descriptor mechanisms to identify and refer to the usage scenario in question and the components of the software application in which the problem occurred.
The discovery engine manager 14 performs usage scenario discovery, namely, executing the scenario described in the runtime section 30 of the usage scenario descriptor 12, using the components listed in the components elements 28 section of the usage scenario descriptor 12. During this process, a usage scenario snapshot is taken of the computer system under study. For simplicity, the term "snapshot" will be understood to mean data pertaining to the status of a computer system.
The discovery engine manager 14 stores both the usage scenario descriptors 12 and the usage scenario snapshots in the primary repository 16.
The preferred embodiment also executes the same usage scenario on a reference computer system. The reference computer system is a computer system where the product is installed and where it is working as designed. It can be a test computer system, (i.e. a computer system used by the customer to verify a product before installing it in a production computer) , or the manufacturer' s computer wherein the product is tested and used for creating snapshots of 'reference usage scenarios'. It will also be understood that the term computer system, as used in the present embodiment, embraces a distributed computer system, since each of the software components of an application can reside on a different computer (i.e. physical or virtual) .
The usage scenario comparator 20 compares the usage scenario snapshot of the system under study with a snapshot taken of the reference computer system executing the same usage scenario. The usage scenario comparator 20 also outputs to inter alia the usage scenario viewer 18, the difference between the two snapshots. The usage scenario viewer 18 graphically represents the relationships and data-flow between the software components involved in the usage scenario. The usage scenario viewer 18 also depicts differences between the usage scenario snapshot of the system under study and the reference system.
Referring to Figure 3, the method of the preferred embodiment comprises the steps of allowing 32 a user to define a usage scenario descriptor for a particular usage scenario. As discussed, the usage scenario may be a "reference usage scenario" (a typical usage scenario of the product provided by the software manufacturer) or a "real-world usage scenario" (a specific usage scenario implemented by a user for a specific purpose) . The method of the preferred embodiment then allows 34 the user to execute a usage scenario discovery process in a reference environment and produce a snapshot thereof. The method of the preferred embodiment exports 36 the usage scenario descriptor and usage scenario snapshot of the reference environment, to the repository. The method of the preferred embodiment then allows 38 a user of a computer system under study, to perform usage scenario discovery of the computer system, using the same usage scenario as used with the reference system. As with the reference environment, the method of the preferred embodiment produces a snapshot of the system under study whilst executing the usage scenario discovery therein.
The method of the preferred embodiment then compares the usage scenario snapshot of the reference environment and that of the computer system under study; and allows the user to analyse 39 the results of this comparison in the scenario viewer so as to identify and detect the relevant problems therein .
Referring to Figure 4, a generic computer system 40 adapted to support the preferred embodiments is formed by several units that are connected in parallel to a system bus 42. In detail, one or more microprocessors (XP) 44 control operation of the computer 40; a RAM 46 is directly used as a working memory by the microprocessors 44, and a ROM 48 stores basic code for a bootstrap of the computer 40. Peripheral units are clustered around a local bus 50 (by means of respective interfaces) . Particularly, a mass memory consists of a hard-disk 52 and a drive 54 for reading CD-ROMs 56. Moreover, the computer 40 includes input devices 58 (for example, a keyboard and a mouse) , and output devices 60 (for example, a monitor and a printer) . A Network Interface Card
(NIC) 62 is used to connect the computer 40 to the network. A bridge unit 64 interfaces the system bus 42 with the local bus 50. Each microprocessor 44 and the bridge unit 64 can operate as master agents requesting an access to the system bus 42 for transmitting information. An arbiter 66 manages the granting of the access with mutual exclusion to the system bus 42.
Similar considerations apply if the system has a different topology, or it is based on other networks. Alternatively, the computers have a different structure, including equivalent units, or consist of other data processing entities (such as PDAs, mobile phones and the like) .
Alterations and modifications may be made to the above without departing from the scope of the invention.

Claims

1. A method of identifying a problem in a software application in a computer system, the method comprising the steps of: - allowing (32) a user to define a one or more usage scenarios of the software application;
- executing (34), in a reference computer system, the software application with one or more of the usage scenarios;
- acquiring (36) data concerning a status of a one or more of the reference computer systems and the software application therein, during the execution of the software application with the one or more of the usage scenarios;
- executing (38), in the computer system under study, the software application with the same one or more usage scenarios executed in the reference computer system;
- acquiring data concerning a status of a one or more of the computer systems under study and the software application therein, during the execution of the software application with the one or more of the usage scenarios; - comparing the data from the reference computer system and the computer system under study, to identify the one or more differences therebetween.
2. The method of claim 1 further comprising the step of:
- allowing the user to analyse (39) the differences to identify the difference most likely to represent the problem in the computer system under study.
3. The method as claimed in any preceding claim wherein the step of allowing (32) a user to define a one or more usage scenarios of the software application comprises the steps of: - allowing the manufacturer to define a one or more usage scenarios reflecting a typical usage scenario of the software application; and allowing a user to define a specific usage scenario reflecting a specific use of the software application.
4. The method as claimed in any one of the preceding claims wherein the method further comprises the step of depicting a one or more relationships and flows of data between a one or more software components in the software application executed in the computer system under study.
5. The method as claimed in any one of the preceding claims wherein the method comprises the step of executing the method at the end of a software installation process.
6. The method as claimed in any one of the preceding claims wherein the method comprises the steps of automatically executing the method on detection of an error in the computer system under study.
7. The method as claimed in any one of the preceding claims, wherein the method comprises the step of executing the method in a distributed computing environment.
8. A system for identifying a software problem, the system comprising components adapted to perform the method of any one of the preceding claims.
9. The system as claimed in Claim 7 wherein the potential usage scenarios and real usage scenarios are contained in XML files .
10. A computer program product stored in a medium readable by a computer machine, the computer program product tangibly embodying readable program means for causing the computer to perform the method according to any one of Claims 1 to 7.
11. A service deployed in a data processing system for performing the method of any claim 1 to 7.
PCT/EP2009/054928 2008-06-05 2009-04-24 Method system and computer program for identifying software problems WO2009146979A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2011512049A JP5400873B2 (en) 2008-06-05 2009-04-24 Method, system, and computer program for identifying software problems
EP09757362.0A EP2286338B1 (en) 2008-06-05 2009-04-24 Method system and computer program for identifying software problems

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
EP08157626.6 2008-06-05
EP08157626 2008-06-05

Publications (1)

Publication Number Publication Date
WO2009146979A1 true WO2009146979A1 (en) 2009-12-10

Family

ID=40983463

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2009/054928 WO2009146979A1 (en) 2008-06-05 2009-04-24 Method system and computer program for identifying software problems

Country Status (5)

Country Link
US (1) US8099628B2 (en)
EP (1) EP2286338B1 (en)
JP (1) JP5400873B2 (en)
KR (1) KR20110025171A (en)
WO (1) WO2009146979A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9594624B2 (en) 2015-06-12 2017-03-14 International Business Machines Corporation Resolving and preventing computer system failures caused by changes to the installed software

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110126197A1 (en) * 2009-11-25 2011-05-26 Novell, Inc. System and method for controlling cloud and virtualized data centers in an intelligent workload management system
US9563777B2 (en) 2015-04-29 2017-02-07 International Business Machines Corporation Security policy generation based on snapshots of similar virtual machines
CN105868099A (en) * 2015-12-01 2016-08-17 乐视致新电子科技(天津)有限公司 Branch submit difference detection method and device
CN105930262B (en) * 2016-03-02 2018-04-20 平安科技(深圳)有限公司 Application program user interface automated testing method and electronic equipment
CN106850335B (en) * 2016-12-28 2020-04-03 四川秘无痕科技有限责任公司 Method for counting software utilization rate and adjusting trial period

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998038575A1 (en) * 1997-02-28 1998-09-03 Transmeta Corporation Method and apparatus for correcting errors in computer systems
WO2003027850A2 (en) 2001-09-07 2003-04-03 Robert Bosch Gmbh Software verification method for control units and verification system
US20040168107A1 (en) * 2003-02-25 2004-08-26 Sheet Dynamics, Ltd. Graphical feedback of disparities in target designs in graphical development environment
US6996516B1 (en) * 1998-02-05 2006-02-07 Ns Solutions Corporation Apparatus for analyzing software and method of the same

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AUPM519694A0 (en) * 1994-04-19 1994-05-12 Griffith University Method for testing and debugging computer programs
JPH0962626A (en) * 1995-08-21 1997-03-07 Hitachi Ltd On-line testing method of decentralized processing system
JPH10320234A (en) * 1997-05-21 1998-12-04 Hitachi Ltd Automatic test method for software
US6122738A (en) * 1998-01-22 2000-09-19 Symantec Corporation Computer file integrity verification
US6292270B1 (en) * 1999-03-10 2001-09-18 Electronics For Imaging, Inc. Software validation method and system
US6898764B2 (en) * 2002-04-29 2005-05-24 International Business Machines Corporation Method, system and program product for determining differences between an existing graphical user interface (GUI) mapping file and a current GUI
JP4834970B2 (en) * 2004-09-13 2011-12-14 富士ゼロックス株式会社 Information processing apparatus and information processing system using the same
US7475289B2 (en) * 2005-02-11 2009-01-06 Microsoft Corporation Test manager
US20070016829A1 (en) * 2005-07-14 2007-01-18 Microsoft Corporation Test case generator
JP4874010B2 (en) * 2006-06-19 2012-02-08 株式会社リコー Test scenario creation method and system, test scenario creation program and recording medium
US8245080B2 (en) * 2009-03-19 2012-08-14 International Business Machines Corporation Model-based testing of an application program under test

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998038575A1 (en) * 1997-02-28 1998-09-03 Transmeta Corporation Method and apparatus for correcting errors in computer systems
US6996516B1 (en) * 1998-02-05 2006-02-07 Ns Solutions Corporation Apparatus for analyzing software and method of the same
WO2003027850A2 (en) 2001-09-07 2003-04-03 Robert Bosch Gmbh Software verification method for control units and verification system
US20040168107A1 (en) * 2003-02-25 2004-08-26 Sheet Dynamics, Ltd. Graphical feedback of disparities in target designs in graphical development environment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9594624B2 (en) 2015-06-12 2017-03-14 International Business Machines Corporation Resolving and preventing computer system failures caused by changes to the installed software
US10346249B2 (en) 2015-06-12 2019-07-09 International Business Machines Corporation Resolving and preventing computer system failures caused by changes to the installed software
US11023325B2 (en) 2015-06-12 2021-06-01 International Business Machines Corporation Resolving and preventing computer system failures caused by changes to the installed software

Also Published As

Publication number Publication date
EP2286338B1 (en) 2019-01-30
US8099628B2 (en) 2012-01-17
JP2011522334A (en) 2011-07-28
KR20110025171A (en) 2011-03-09
EP2286338A1 (en) 2011-02-23
JP5400873B2 (en) 2014-01-29
US20090307668A1 (en) 2009-12-10

Similar Documents

Publication Publication Date Title
US10162650B2 (en) Maintaining deployment pipelines for a production computing service using live pipeline templates
US9720816B2 (en) Software development assistant method and system
US7469362B2 (en) Using a call stack hash to record the state of a process
US8516464B2 (en) Computer system and method for resolving dependencies in a computer system
EP2286338B1 (en) Method system and computer program for identifying software problems
KR101410099B1 (en) Function Test Apparatus based on Unit Test Cases Reusing and Function Test Method thereof
EP2255284B1 (en) Method and system for detecting the installation and usage of software in an application virtualization environment
US8578337B2 (en) Method and system for quality assurance subscription service
Agarwal et al. Diagnosing mobile applications in the wild
US9229758B2 (en) Passive monitoring of virtual systems using extensible indexing
CN112241360B (en) Test case generation method, device, equipment and storage medium
US20090132999A1 (en) Secure and fault-tolerant system and method for testing a software patch
US20130111018A1 (en) Passive monitoring of virtual systems using agent-less, offline indexing
JP2022100301A (en) Method for determining potential impact on computing device by software upgrade, computer program, and update recommendation computer server (recommendation of stability of software upgrade)
EP2577458B1 (en) Distillation and reconstruction of provisioning components
Agarwal et al. There’s an app for that, but it doesn’t work. Diagnosing mobile applications in the wild
US20180011778A1 (en) Static code testing of active code
Yan et al. Aegis: Attribution of Control Plane Change Impact across Layers and Components for Cloud Systems
US7765541B1 (en) Minimization methodology
Flora et al. µDetector: Automated Intrusion Detection for Microservices
US9354962B1 (en) Memory dump file collection and analysis using analysis server and cloud knowledge base
WO2023276039A1 (en) Server management device, server management method, and program
US11294804B2 (en) Test case failure with root cause isolation
RU2747465C2 (en) System and method for troubleshooting functioning of services in data network containing virtual machines
US11953992B2 (en) Device modification analysis framework

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09757362

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2009757362

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2011512049

Country of ref document: JP

ENP Entry into the national phase

Ref document number: 20107027145

Country of ref document: KR

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE