WO2007070414A2 - Automated software testing framework - Google Patents

Automated software testing framework Download PDF

Info

Publication number
WO2007070414A2
WO2007070414A2 PCT/US2006/046993 US2006046993W WO2007070414A2 WO 2007070414 A2 WO2007070414 A2 WO 2007070414A2 US 2006046993 W US2006046993 W US 2006046993W WO 2007070414 A2 WO2007070414 A2 WO 2007070414A2
Authority
WO
WIPO (PCT)
Prior art keywords
test
given
framework
code
tests
Prior art date
Application number
PCT/US2006/046993
Other languages
French (fr)
Other versions
WO2007070414A3 (en
Inventor
Jesse A. Noller
Robert S. Mason Jr.
Original Assignee
Archivas, Inc.
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 Archivas, Inc. filed Critical Archivas, Inc.
Priority to EP06845087A priority Critical patent/EP1963964A4/en
Priority to JP2008545688A priority patent/JP5535484B2/en
Publication of WO2007070414A2 publication Critical patent/WO2007070414A2/en
Publication of WO2007070414A3 publication Critical patent/WO2007070414A3/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
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Definitions

  • the present invention relates generally to quality assurance testing of computer systems and software.
  • test suite There are many well-known approaches to automated testing during the development of a software program or system.
  • a quality assurance engineer may devise a series of static test cases against which a system under development may be exercised.
  • a set or collection of test cases is sometimes referred to a test suite.
  • each deployed image includes a test component configured to accept a connection on a testing port.
  • the test component for a deployed image is inserted in a development environment and is then integrated into the image upon deployment.
  • the system includes a test engine and a user interface.
  • the test engine is configured to run a plurality of tests on the plurality of deployed images.
  • the test engine runs a test on an image under test by requesting a connection to the corresponding test component on the known testing port, and sending commands over the connection.
  • the user interface is connected to the test engine to allow a user to control the test engine and to view test results.
  • U.S. Patent No. 6,002,869 describes a test automation system for performing functional tests of a software program.
  • the system includes a plurality of test functions each configured to test a discrete component of the software program.
  • a user-defined test specification associated with the program provides state definitions that specify a desired test approach for each type of test procedure to be performed on the program.
  • a test engine creates all test cases appropriate for a user-selected test type and controls the software program, applying the test functions and state definitions in accordance with the test specification. All test-specific and software program-specific data are located in the user-defined test functions and specifications while all generic test system processing resides in the test engine.
  • the test specifications are implemented in modifiable text files to maintain concurrency with an evolving software program.
  • the test engine creates possible permutations and combinations for performing a desired test.
  • These test specification includes such items as the states that the software program may possess, the test functions required to transfer between one state and other possible states, information pertaining to the values that specific inputs may have, and the like.
  • the test engine generates test histories indicating the results of the test performed in accordance with one of the test specifications.
  • U.S. Patent No. 5,513,315 describes a system and method for automatically testing software using a deterministic acceptance test and random command sequence selections to uncover errors in computer software.
  • a results analyzer checks test parameters following the execution of each of a series of predetermined test commands and a series of random test commands to determine if the commands were properly executed.
  • the test command sequences and test results determined by the results analyzer are stored in a log file which may be examined by the tester.
  • the randomly selected test command sequence is stored in a tracker log file.
  • the system also provides for error recovery. When an error is detected, the system restarts the test of the computer software and continues maintaining the log file and the tracker file.
  • the system also uses the probabilities for various responses that an end-user may make in response to a particular screen display or program state. The system may select random responses corresponding to the probabilities. These probabilities are calculated for each individual screen display or software state. Because the system executes a random selection of command sequences, program may be tested on multiple machines, thereby decreasing
  • U.S. Patent No. 5,751,941 describes an object-oriented framework for testing software.
  • a software testing system includes a set-up and control system, and one or more test systems connected to the set-up and control system.
  • the set-up and control system includes a user interface for interacting with a user of the software testing system.
  • the set-up and control system stores test data and test configurations.
  • Each test system sets up test cases from the test data and the test configurations stored in the set-up and control system.
  • Each test case inherits attributes from at least one test object within the test system. The inherited attributes facilitates the interaction of the test system with the test cases.
  • Other automated testing systems are described, for example, in U.S. Patent Nos.
  • developer repositories such as a query- able database, an email list, a developer web server, a source code version control system, a defect tracking system, or the like.
  • the framework preferably generates an "image" of the system under test and makes that information available to developers, even while additional tests in the suite are being carried out. hi this manner, the framework preserves the system "state" to facilitate concurrent or after- the-fact debugging. The framework also will re-install and verify a latest version of the system between tests, which may be necessary in the event a given test is destructive or otherwise places the system in an unacceptable condition.
  • test data database By posting test information to developer repositories, developers have immediate access to test data during the development process.
  • a developer can query a test data database and identify which particular tests failed on which particular days or system configurations.
  • a developer may access such data in a simple and efficient manner (e.g., by selecting a link in an email).
  • the "image" of a particular system under test may also be quite useful in the debugging or development process.
  • the framework readily exports data to such systems where required.
  • the generic testing framework is implemented as a standalone client application (or "daemon") that calls other standalone logic modules (routines, processes, or the like) to perform the various functions required by the client application.
  • a first such logic module might be a software program that fetches a latest software build for the system under test
  • a second logic module might be used a separate program to install that build on the system under test
  • a third logic module might be a software program that then accesses a version control system to identify a set of tests in a test suite to be executed against the installed build.
  • the client application and the associated logic modules are executed on a given machine, hi a distributed system, the client application may execute on one machine while one or more of the logic modules are executed on one or more other machines. In this manner, a given client application may initiate and "own" a given test suite, even as various tools or functions used to carry out the tests in the suite are being executed on other machines platforms, operating systems or the like.
  • the logic modules may also be shared by one or more client applications, each running on different client machines.
  • the client application deamon executes waiting for requests to start a test suite (or a given test within a suite).
  • the framework downloads and then installs a latest software build for the system under test, cleaning the system as necessary before such installation.
  • the framework may download the latest software build from an automated build system (e.g., CruiseControl).
  • CruiseControl e.g., CruiseControl
  • the framework automatically verifies that installation is or was successful, as the case may be.
  • the framework then automatically retrieves from a database a test suite definition, which defines the test suite as well as the test files/data associated with the test suite.
  • the test suite definition informs the framework as to the location of those files, e.g., a code repository (such as Perforce, ClearCase, CVS, or the like), and the framework then obtains them.
  • a code repository such as Perforce, ClearCase, CVS, or the like
  • the test suite or given tests therein may be tested in the framework irrespective of their implementation language.
  • the framework installs the test suite and begins executing the tests, preferably with each test being independent.
  • the tests may be executed in any order, e.g., in sequence, or randomly. Each test either passes or fails.
  • the framework images the system under test, which preserves the system "state" for concurrent or future analysis.
  • the framework then reinstalls the system under test or the latest software build and continues with a next test in the suite.
  • the system configuration may be changed during the reinstall.
  • the framework aggregates the test data and images and exports the test data to a query-able data store, such as a central database accessible via a Web service or the like.
  • An email describing the test suite may then be delivered to one or more persons on an email distribution list.
  • the framework also selectively exports given test data to a defect tracking system (e.g., Bugzilla).
  • a defect tracking system e.g., Bugzilla
  • the automated testing framework is a test runner or test harness that automatically allocates, installs and verifies a system under test, that provides a "clean room” environment for tests to be run against that allocated system, that takes “snapshots” of the system between tests, and that reports on test results preferably at a high level ("pass" or "fail”); otherwise, the framework stays out of the way of the tests as they are run.
  • the framework automates the management of the system under test from start to finish while performing testing (e.g., white box testing, black box testing, or the like), preferably using reusable or even external tools and components and language- agnostic tests.
  • the automated testing framework is flexible, easily extensible, and preferably test-language and client-platform agnostic. It is implemented in such a way as to run any test, in any language. Indeed, tests can be written to run themselves across multiple client hosts and client operating systems.
  • Figures 1A-1C are process flow diagrams illustrating an operation of the automated testing framework of the present invention
  • Figure 2 is a simplified representation of representative system under test, comprising a set of nodes each of which execute a distributed software application instance, and against which the automated testing framework is used to exercise a test suite;
  • Figure 3 is a high level representation of the various components of an archive cluster application executing on a given node in the system of Figure 2;
  • Figure 4 illustrates a block diagram of a preferred embodiment of the automated testing framework for use to exercise the cluster shown in Figures 2-3;
  • Figure 5 illustrates an embodiment of the automated testing framework in an enterprise environment
  • Figure 6 illustrates a results email that is automatically generated following execution of a given test suite by the automated framework.
  • the automated testing framework of the invention preferably is implemented as program code executable in a machine (or across multiple machines).
  • the particular machine details or operating environment are not particularly relevant to the present invention.
  • the code operates as a standalone application or "daemon" that calls other modules that perform the various functions required by the framework.
  • modules may be native to the framework or part of some external system.
  • the daemon may execute on one machine while one or more of the service modules execute on the same or other machines. This ensures cross-platform compatibility of the framework.
  • Figures IA, IB and 1C describe a basic operation of the automated testing framework of the invention with respect to a given "system under test” (or SUT) that, in one example scenario (described below), may be a distributed software application.
  • system under test should be broadly construed to cover any system, product, application, process, machine, or combination thereof.
  • a technical advantage of the invention is that the framework is agnostic to the system under test or the language in which particular tests for the system are written. Thus, the automated testing framework is not limited for use with a particular system under test or type of system.
  • the framework supports automated testing of any system under test, regardless of whether that system is a standalone or distributed system, regardless of the system environment or purpose, and regardless of the nature and type of application running on the system.
  • the automated testing framework preferably executes as a daemon testing at step 100 to determine whether any execution request has been received by the framework. If not, the routine cycles waiting for work.
  • the daemon parses the request and identifies the required resources in step 102.
  • the request semantics typically will depend on the nature of the system under test, although typically the request will identify a particular system under test (or SUT configuration), a given software build, a test suite, and a data repository to which test results should be exported.
  • the daemon branches to step 104 and issues a notify/restart command if the required resources are not available, in which case control returns back to step 100.
  • the framework retrieves software at step 106.
  • this retrieval (as are one or more other functions described below) is carried out by a separate, callable logic module.
  • the automated testing framework may include such modules as native code, of course.
  • the communication to retrieve the software build may occur locally or over a network.
  • the software retrieved at step 106 is a latest software "build" for the system under test. As is well-known, complex software or software systems often proceed through numerous (e.g., tens or hundreds) of software "builds" during the development and useful life of a given software application.
  • the automated testing framework preferably retrieves the latest software build (or some other designated build, as identified in the request) at step 106, e.g. by having a logic module fetch the build from a source code or other repository, and then performs a verification step at step 108. The nature and scope of this verification will depend on the system under test. If the retrieved build cannot be verified, the routine once again branches to step 104 and then returns to wait for new work. If the software build can be verified, the framework continues at step 110 to execute an install. The details of this step are provided in Figure IB and discussed below. At step 112, the framework performs another verification to determine whether the software build was installed correctly. Step 112 may have two sub-steps.
  • the framework enters a wait state (while resources are being configured) and begins to test at step 116 whether it can verify the availability of the various resources. If the framework cannot verify the availability of the resources as the install proceeds, once again control is transferred back to step 104 (and, therefore, back to step 100). If, as a result of the verification at step 112 the system under test is found to be available, the process continues at step 118 to verify one or more devices or systems (or "access vectors") that may be required to access the system under test. Any failure of or inaccessibility of the access vectors causes the framework to branch over to step 116, as previously described.
  • the framework performs a final verification to determine whether the overall state of the system under test (which may comprise miscellaneous hardware and software in addition to the latest software build) is acceptable or as otherwise necessary to perform the test suite. If the outcome of the test at step 120 is negative, the routine once again branches to step 116, as previously described, to wait for the one or more resources to install correctly.
  • the framework identifies test metadata and, at step 122, identifies any test dependencies. If there are dependencies, the framework synchronizes the test dependencies at step 124; at step 126, the framework performs a verification to ensure that this synchronization was successful. If not, the routine branches back to step 104 to notify or restart, as the case may be.
  • the framework continues at step 128 to execute the one or more test(s) of the test suite.
  • Figure 1C illustrates the test execution process and will be described below.
  • the framework tests at step 130 to determine whether it needs to reinstall the system under test.
  • the system configuration may be changed during a reinstall). This may be necessary, for example, because a given test was destructive to the system or a given resource in the system under test. Alternatively, a user may set a flag that requires the reinstall. If the outcome of the test at step 130 indicates that a system (or component thereof) reinstall is not required, the framework performs a test at step 132 to determine whether all of the tests in the test suite have been completed. If not, the daemon returns to step 128, gets the next test in the suite and executes it.
  • a system configuration may also be changed before the next test in the suit is executed, even if a reinstall is not required or done. If the outcome of the test at step 132 indicates that all of the tests in the test suite are completed, the daemon continues at step 134 to aggregate the test data into a report. The daemon then automatically publishes the results at step 136. As indicated, typically the publishing process includes publishing to a database as indicated at step 138, or publishing to a web server as indicated at step 140.
  • the database may be centralized and typically includes a database management system against which database queries (e.g., SQL) may be executed.
  • the web server may be available on an intranet and typically includes an http, https or ftp service. These are merely representative data repositories.
  • the daemon may also publish the results or the fact that the test has been completed by notifying email subscribers identified on an email list. This is illustrated as step 142. The particular ordering of the steps in this portion of the process flow diagram is not meant to be limiting of course.
  • the daemon may publish given information about one or more tests to a defect tracking system, which is step 144.
  • FIG. IB illustrates a process flow of a representative install function, which was step 110 in Figure IA.
  • the process begins at step 146 with the daemon parsing any load command load options in the execution requests.
  • the daemon obtains a load configuration file that identifies a particular system configuration that will be needed for the test.
  • the load configuration file typically identifies a set of one or more load assistant modules 150 that are needed, as well as a logging system 152 that will be used.
  • the daemon verifies availability of the resources identified in the load configuration file and then begins the install. In particular, a test is performed at step 156 to determine what type of install is required.
  • the left branch of the process flow diagram illustrates a basic install while the right branch of the diagram illustrates an upgrade install.
  • the daemon begins at step 158 by uninstalling the software from the system under test. Assuming a positive outcome of a verification step at 160, the daemon then formats local or attached storage at step 162; if necessary, the framework then ensures that the local or attached storage inherits existing storage settings at step 164.
  • the framework pushes/installs the operating system.
  • the daemon pushes/configures the target software (e.g., the actual software build).
  • the framework initializes any database as required for the test.
  • the framework pushes/installs any system patches; it then secures the system at step 174. Thereafter, at step 176, the framework re-boots all software resources. These steps ensure a "clean room" environment for the system under test.
  • a test is performed to verify overall system state. This corresponds to the test at step 120 in Figure IA. If system state cannot be verified, the routine halts and writes to an error log.
  • the parallel processing path for the upgrade method is similar, with a few minor variations.
  • the processing begins at step 178 by inheriting existing resource settings as needed.
  • the framework may also branch to step 175 to verify the system state after inheriting existing resources.
  • the framework upgrades a database system at step 180. Any required operating system upgrade install is then performed at step 166, which is this path is also followed at step 168 by the push/configuration of the actual target software to be tested.
  • the framework pushes/installs any system patches; it then secures the system at step 174. Thereafter, the framework re-boots all software resources at step 176.
  • Figure 1C illustrates how the tests are executed.
  • an advantage of the present invention is that the framework is language-agnostic. In other words, the framework does not care what format the tests are written, provided that the test language can issue directives via a command line or a configuration file.
  • the execution routine begins at step 182 to call a test execution module. This routine translates test flags if necessary at step 184. This step may be required if the tests are written in a given language requiring translation of one or more command line or configuration file directives to semantic that is understood by the test execution module.
  • a given test is run.
  • the framework logs a standard output at step 188 (when the test runs from start to finish and thus "passes”); it also logs any error output at step 190 (when the test does not complete and thus "fails”).
  • the execution module checks to determine the status of the test at step 192 and periodically tests to determine its status at step 193. If the test is not complete, the routine returns to step 192.
  • the routine images the system under test at step 194 to capture a "snapshot" of the state of one or more SUT resources. This "snapshot" provides particularly valuable information that facilitates prompt and accurate debugging or other maintenance.
  • the "imaging" process preferably has one or more sub-steps: at step 196, the framework checks logs of the various resources; at step 198, the SUT history is dumped; at step 200, the SUT database histories are dumped; at step 202, these logs are replicated, e.g., to the client on which the daemon is executed. The image and the pass/fail information are then added to a compilation at step 204 that is available for subsequent export to the data repositories.
  • the execution module reports that the test is completed.
  • a test is then performed at step 208 to determine whether a re-install is flagged or otherwise required. This was step 130 in Figure IA. If so, the routine branches and performs the re-install. Following step 208, a test is then run at step 210 to determine if all the tests in the suite are complete; if not, the routine cycles. This completes the processing.
  • the system under test is an archive cluster application that provides an archival storage management system.
  • a storage management system of this type is defined by a set of nodes that potentially comprise different hardware and thus may be considered “heterogeneous.”
  • a node typically has access to one or more storage disks, which may be actual physical storage disks, or virtual storage disks, as in a storage area network (SAN).
  • the archive cluster application that is supported on each node may be the same or substantially the same.
  • enterprises can create permanent storage for many different types of fixed content information such as documents, e-mail, video, and the like, among others. As described in U.S. Publication No.
  • the archive cluster application is a distributed software application executed on each node that captures, preserves, manages, and retrieves digital assets.
  • a physical boundary of an individual archive is referred to as a cluster.
  • a cluster is not a single device, but rather a collection of devices. Devices may be homogeneous or heterogeneous.
  • a typical device is a computer or machine running an operating system such as Linux.
  • Clusters of Linux -based systems hosted on commodity hardware provide an archive that can be scaled from a few storage node servers to many nodes that store thousands of terabytes of data.
  • data is replicated across the cluster so that the archive is protected from device failure. If a disk or node fails, the cluster automatically fails over to other nodes in the cluster that maintain replicas of the same data.
  • the illustrative cluster comprises nodes 202, a pair of network switches 204, power distribution units (PDUs) 206, and, optionally, uninterruptible power supplies (UPSs) 208.
  • a node 202 typically comprises one or more commodity servers and contains a CPU (e.g., Intel x86, suitable random access memory (RAM), one or more hard drives (e.g., standard IDE/SATA, SCSI, or the like), and network interface (NIC) cards.
  • the network switches 204 typically comprise an internal switch 205 that enables peer-to-peer communication between nodes, and an external switch 207 that allows extra- cluster access to each node.
  • a cluster is connectable to a network, such as the public Internet, an enterprise intranet, or other wide area or local area network. End users access the cluster using any conventional interface or access tool. Thus, for example, access to the cluster may be carried out over any IP -based protocol (HTTP, FTP, NFS 3 AFS, SMB, a Web service, or the like), via an API, or through any other known or later-developed access method, service, program or tool. Client applications access the cluster through one or more types of external gateways such as standard UNIX file protocols, or HTTP APIs.
  • IP -based protocol HTTP, FTP, NFS 3 AFS, SMB, a Web service, or the like
  • Client applications access the cluster through one or more types of external gateways such as standard UNIX file protocols, or HTTP APIs.
  • the archive preferably is exposed through a virtual file system that sits under any standard UNIX file protocol-oriented facility.
  • the archive cluster application runs on a redundant array of independent nodes (H-RAIN) that are networked together (e.g., via Ethernet) as a cluster.
  • H-RAIN redundant array of independent nodes
  • Each node runs an instance 300 of a distributed application comprised of several runtime components as illustrated in Figure 3.
  • the software components comprise a gateway protocol layer 302, an access layer 304, a file transaction and administration layer 306, and a core components layer 308.
  • the gateways provide native file services such as NFS 310 and SMB/CIFS 312, as well as a Web services API to build custom applications.
  • HTTP support 314 is also provided.
  • the access layer 304 provides access to the archive.
  • a fixed content file system (FCFS) 316 emulates a native file system to provide full access to archive objects.
  • the access layer 304 preferably also includes a Web user interface (UI) 318 and an SNMP gateway 320.
  • the Web user interface 318 provides interactive access to an administration engine 322 in a file transaction and administration layer 306.
  • the SNMP gateway 320 provides storage management applications access to the administration engine 322, enabling them to securely monitor and control cluster activity.
  • the administration engine monitors cluster activity, including system and policy events.
  • the file transaction and administration layer 306 also includes a request manager process 324.
  • the request manager 324 manages requests from the external world (through the access layer 304), as well as internal requests from a policy manager 326 in the core components layer 308.
  • the components may include a metadata manager 328, and one or more instances of a storage manager 330.
  • the storage manager 330 on a given node is responsible for managing the physical storage devices.
  • the request manager 324 is responsible for executing the set of operations needed to perform archive actions by interacting with other components within the system.
  • a metadata manager 328 preferably is installed on each node.
  • Collectively, the metadata managers in a cluster act as a distributed database, managing archive objects.
  • the storage manager 330 provides a file system layer available to all other components in the distributed application. Preferably, it stores the data objects in a node's local file system.
  • the storage manager 330 also provides system information, integrity checks on the data, and the ability to traverse local directly structures.
  • the cluster manages internal and external communication through a communications middleware layer 332 and a DNS manager 334.
  • the application instance executes on a base operating system 336.
  • a cluster's primary responsibility is to store an unlimited number of files on disk reliably.
  • the automated testing framework as previously described may be used to exercise the cluster in a live operating environment or in a testing facility or laboratory.
  • the automated testing framework is capable of leveraging nodes within a testing laboratory (whether locally or across a computer network) to set up a RAIN or SAN cluster.
  • the framework uses its own native deploy software or leverages an external module to install the cluster in various configurations. It then uses validates the cluster's health and executes the test suite. The tests exercise the cluster but, in effect, are not the concern of the automated testing framework itself, which functions merely as a test harness.
  • the automated testing framework automatically allocates, installs and verifies a given cluster, providing a "clean room" environment for tests to be ran against that allocated cluster; it takes snapshots of the cluster in between tests, preferably dumping logs and database images. Otherwise, however, the framework stays out of the way of a given test or test suite and simply records the test's success or failure.
  • the framework typically does not interface with a given test; rather, a test communicates with the framework usually just to pass on the test result (a pass or a fail).
  • the framework records and logs the output of the tests, but otherwise the test script can do whatever damage or alteration to the cluster that it likes without impairing a given test suite.
  • Such serious damage or alteration could include, for example, dropping nodes, corrupting databases, corrupting data, and the like.
  • the framework addresses any such destruction or alteration issues by re-installing the "clean" environment before a next test in the suite is run. Indeed, in many instances it will be desirable to affirmatively flag the framework to re-install the cluster between tests so that the cluster operates, in effect, in a stable "clean room” environment (e.g., by ensuring that all gateways are up and functional, that the entire cluster is healthy, that required software is installed, running and patched, and the like) for each test.
  • tests within a given test suite do not have to reference directly or indirectly any of the framework's control functionality (e.g., objects, methods, classes, or the like that comprise the framework, or the framework's daemon).
  • the framework is abstracted away from both the underlying system under test, as well as the test themselves.
  • This architecture obviates a centralized control or management scheme and provides unique advantages over the prior art, which operate as closed systems or systems in which the tests have to be written for the particular testing environment.
  • Each of the tests in a suite is independent and can be run in any order.
  • the framework daemon has a number of supporting tools, namely, executable modules, that provide the various functions required.
  • the framework daemon runs test suites (or batches), records the results in a database, and stores node images and logs in a web-accessible directory on a local machine's web server.
  • the daemon preferably emails all exceptions, failures, crashes and the like to a target set of email recipients, or otherwise exports such information to a bug tracking system.
  • the framework provides a functional, cluster level regression test running harness that is highly configurable and that is test language agnostic.
  • the framework also is capable of running white-box testing.
  • any test that can run on a series of hosts, or even a single host, can be run within the automated test framework.
  • one of the advantages of the framework is that it is lenient or flexible enough to allow a test to do anything to a running cluster. There may be tests that expand the size of a cluster, those that reface the cluster to be component-test drivers, and even tests that test the installation system itself.
  • the framework provides this flexibility as noted above by staying out of the test's way. Thus, there is no theoretical limit to what a given quality assurance engineer or developer can put within the harness.
  • the framework is a toolbox with a wrapper in the form of the daemon. It is an extensible framework that provides functional, cluster-level testing, preferably built with common, extensible, simple tools, even tools that can utilized in otherwise day-to-day cluster management.
  • the framework 400 has two layers: a framework layer 402, and a tools layer 404.
  • the framework layer 402 comprises any logic, modules, scripts or databases that may be required to the framework to "know" about itself, the clusters (and nodes therein) and the required tests (and execution of those tests).
  • the tool layer 404 comprises those tools that facilitate the de-centralized management of the cluster and perform various tasks including, without limitation, build installation, log management, cluster cleaning, database queries, and the like.
  • the tools are non- interactive, automated and re-usable, and do not require centralized management or control.
  • the daemon 406 is a network-accessible script that allocates, installs, and verifies the cluster by leveraging separate logical modules. As previously described, this daemon listens for inbound requests to run a given suite against a target cluster.
  • the results handler module 408 manages the data generated during the tests. Thus, for example, by default results are records in a results directory, which is preferably keyed by date/time/suite/test name. Results for each test may be stored as a flat text file format and uploaded into a current results database system. After a run is complete, if a results upload flag is enabled, the daemon 406 uploads these results into a results database.
  • the results handler module 408 also may email the results in a CSV- style format for uploading into another system, and it may push those results into a database, or store the results in files on a disk for maximum accessibility.
  • the test runner module 410 is a script that is ultimately responsible for the execution of the actual test suite. This script handles all details required for the test (e.g., configuring mount points, initializing resources, and the like). This module preferably executes tests in a non- blocking/timed out manner. It expects tests to hang, or to not complete; it monitors those tests and kills them as needed.
  • the master test system module 412 uses the test runner module 410 and generates master level suites (framework suites, as opposed to individual suites) to serve as a batching system for system-level categories (e.g., long burn in, quick smokes, performance, and the like.
  • the code repository synchronization module 414 is responsible for handling all repository (e.g., Perforce) refreshes and for pulling the code builds from the source control server. A database module tells this module where to find the required tests, and whether or not to refresh those tests. If a test must be refreshed, this module downloads those tests directly from the repository.
  • the code repository synchronization module synchronizes files for a given test suite, irrespective of whether it has a local copy.
  • the source control system is deemed to be the master copy; the framework, in contrast, does not trust its local copies.
  • the database refresh module 416 handles any and all database connectivity. This module is used to get information about the cluster, and to provide that information to the daemon. The refresh module 416 is also used to get required test/suite information.
  • the test information database 418 is a database that comprises information about each test in a test suite, as well as any required information for any such test to execute.
  • the cluster information database 420 comprises any pertinent information about the clusters against which the framework will be exercised. This database may be polled before any test run (or before a given test suite is run) to find the required information.
  • the tools layer 404 components comprise a distributed command handler module 422 that is a wrapper to the tools in the layer.
  • the module 422 preferably is accessible via an SSH connection to enable the tools to interact with the cluster non-interactively, or via scripts or an open API. Access to the distributed command handler module preferably requires authentication.
  • a log rotate or "imager” module 424 dumps system logs, checks for error messages in the cluster node logs, and images databases across the cluster nodes after a test is complete.
  • a daemon master module 426 is a script that allows granular control over daemons on the cluster, such as starting and stopping.
  • a database snapshot module 428 is provided to grab a snapshot of the databases spread out across the cluster, and pulls those snapshots back to the local machine.
  • the snapshot module 430 is a tool that actually images the cluster, and it may operate with the log rotate module to get the logs from all of the cluster nodes in between the various test runs of a given test suite.
  • the snapshot module 430 also grabs an image of a current database on all the nodes in the cluster, copies those files back to the local machine, and stores them alongside the logs for that test/suite run.
  • the snapshot module may also verify a cluster's integrity.
  • a build installer module 432 is a script that leverages the distributed command handler module to install the defined build across the target cluster, including any and all required configuration scripts.
  • the module 432 may be implemented as script that automatically determines the required values based on information in a configuration database.
  • a cluster clean module 434 wipes or cleans the target cluster non- interactively, formatting the disks, database, logs, files, and the like.
  • a cluster health monitor 436 is a script that verifies the integrity of a running cluster, also checking for valid/invalid processes, swap usage, and the like. At any point, the cluster health monitor 436 is called to check up on the cluster.
  • a gateway mount verification module 438 is used to verify the health of the various cluster gateways and to perform various access methods against those gateways; this module thus operates to verify availability of a given cluster (and the nodes within that cluster). The module may also be used as a mounting system for the test runner module to call to mount required resources.
  • the tools shown in Figure 4 are not necessarily exhaustive or exclusive, as various other tools and modules may be used by the framework Moreover, the line in Figure 4 between the tools layer and the function/daemon layer is merely representative and should be taken to limit the scope of the invention in any way.
  • the framework (regardless of how implemented) is merely a platform that simply drives the tests while providing them a "clean room" in which to operate, all the while ensuring cluster state as the test suite progresses.
  • the automated testing framework executes on a machine running commodity hardware and the Linux operating system. This is not a limitation, however.
  • the daemon may be executed on a given machine while one or more of the modules illustrated in Figure 4 may operate on the same machine or on one or more other machines.
  • the framework also has the ability to allocate for, and leverage non-Linux based clients, such as clients that execute on Solaris, HPUX, AIX, IRIX, OS/X, WinXP, Windows2000, or the like.
  • the framework includes appropriate functionality to detect a given test's platform and, upon detection, to push execution of the test off to a specific platform that can support it.
  • the framework executes the daemon wrapper, gets the cluster information (checking to see if the cluster is running or has a build on it; cleaning if necessary), downloads the defined build, deploys the build to the cluster (install), starts the cluster, checks the cluster's health, pulls all required tests from the database
  • an ATF server 500a executes an ATF scheduler.
  • ATF server 500a issues a job to an ATF client that executes on machine 502.
  • the ATF client executes the daemon.
  • the daemon issues instructions to the ATF server 500a (or one of the other servers in the server group), which in turn downloads a chosen (or latest) QA build and any necessary test tools from a build server 506, identifies the target cluster 504 (e.g., from a database of available clusters), installs the build on the target cluster 504, and the verifies the installation.
  • the server 500 downloads and runs one or more test suites against the cluster. In this particular example, this is accomplished by having the ATF server 500 check a central database 508 for script execution rules, fetching the selected scripts from a source server 510, and then executing the scripts.
  • the ATF server 500 then sends the results to one or more specific users or, more generally, to a mailing list (e.g., using an email server 512).
  • Figure 6 illustrates a portion of a representative email indicating that a given nightly test ran has been completed and including information about the system, its configuration, the test results, and the like.
  • the email also preferably includes a link to the full test data, which may include the system image data. By selecting the link, the user can review the test result details directly.
  • Email results may also be hosted on a web server 514 or supplied to a defect tracking system, as previously described. In one embodiment, the tests are run periodically, e.g., nightly, against dedicated clusters of various sizes and configurations.
  • any of the machines illustrated may be run different hardware, different software, or different hardware and different software.
  • the framework is highly scalable. It is flexible, easily extensible, and preferably test- language and client-platform agnostic. This implementation ensures that the framework can run any test, in any language.
  • Test Suite The following illustrates the type of information that may be stored in a database for a given test: • Test Suite
  • the present invention also relates to apparatus for performing the operations herein.
  • This apparatus may be specially constructed for the required purposes, or it may comprise a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer.
  • a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including an optical disk, a CD-ROM, and a magnetic-optical disk, a read-only memory (ROM), a random access memory (RAM), a magnetic or optical card, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
  • a given implementation of the present invention is software written in a given programming language that runs on a standard hardware platform running an operating system such as Linux.

Abstract

A generic testing framework to automatically allocate, install and verify a givn version of a system under test, to exercise the system against a series of tests in a hands-off objective manner, and then to export information about the tests to one or more developer repositories (such as a query-able database, an email list, a developer web server, a source code version control system, a defect tracking system, or the like). The framework does not care or concern itself with the particular implementation language of the test as long as the test can issue directives via a command line or configuration file.

Description

AUTOMATED SOFTWARE TESTING FRAMEWORK
This application is based on and claims priority to Serial No. 11/299,572, filed December 12, 2005.
BACKGROUND OF THE INVENTION
Technical Field
The present invention relates generally to quality assurance testing of computer systems and software.
Description of the Related Art
There are many well-known approaches to automated testing during the development of a software program or system. During the feature/test development phase, for example, a quality assurance engineer may devise a series of static test cases against which a system under development may be exercised. A set or collection of test cases is sometimes referred to a test suite.
A known software-testing automation system for testing a plurality of deployed images that are spread across multiple software platforms is described in U.S. Patent No. 6,662,312. hi this patent, each deployed image includes a test component configured to accept a connection on a testing port. The test component for a deployed image is inserted in a development environment and is then integrated into the image upon deployment. The system includes a test engine and a user interface. The test engine is configured to run a plurality of tests on the plurality of deployed images. The test engine runs a test on an image under test by requesting a connection to the corresponding test component on the known testing port, and sending commands over the connection. The user interface is connected to the test engine to allow a user to control the test engine and to view test results.
Another such automated system is described in U.S. Patent No. 6,301,701. This patent describes an automatic testing method for use during the development and other life cycle phases of a transaction-based software application. A transaction tester evaluates the integrity of a transaction by generating test data from the definition of the transaction under test. Typical values for fields may be included within the transaction definition and reused as typical test values. Test results are generated and compared against known-good values or, alternatively, against expected test results also generated from the transaction definition. Other software components may also be tested including menu structures. A definition of the menu structure is rigorously traversed such that each entry of each menu is thoroughly tested and reported. Results are automatically compared and verified against known good results or test results are automatically reviewed. Both transaction testing and menu testing may be incorporated into regression testing.
U.S. Patent No. 6,002,869 describes a test automation system for performing functional tests of a software program. The system includes a plurality of test functions each configured to test a discrete component of the software program. A user-defined test specification associated with the program provides state definitions that specify a desired test approach for each type of test procedure to be performed on the program. A test engine creates all test cases appropriate for a user-selected test type and controls the software program, applying the test functions and state definitions in accordance with the test specification. All test-specific and software program-specific data are located in the user-defined test functions and specifications while all generic test system processing resides in the test engine. The test specifications are implemented in modifiable text files to maintain concurrency with an evolving software program. The test engine creates possible permutations and combinations for performing a desired test. These test specification includes such items as the states that the software program may possess, the test functions required to transfer between one state and other possible states, information pertaining to the values that specific inputs may have, and the like. During operation, the test engine generates test histories indicating the results of the test performed in accordance with one of the test specifications.
U.S. Patent No. 5,513,315 describes a system and method for automatically testing software using a deterministic acceptance test and random command sequence selections to uncover errors in computer software. A results analyzer checks test parameters following the execution of each of a series of predetermined test commands and a series of random test commands to determine if the commands were properly executed. The test command sequences and test results determined by the results analyzer are stored in a log file which may be examined by the tester. The randomly selected test command sequence is stored in a tracker log file. The system also provides for error recovery. When an error is detected, the system restarts the test of the computer software and continues maintaining the log file and the tracker file. The system also uses the probabilities for various responses that an end-user may make in response to a particular screen display or program state. The system may select random responses corresponding to the probabilities. These probabilities are calculated for each individual screen display or software state. Because the system executes a random selection of command sequences, program may be tested on multiple machines, thereby decreasing the overall time required for acceptance testing.
U.S. Patent No. 5,751,941 describes an object-oriented framework for testing software. In this patent, a software testing system includes a set-up and control system, and one or more test systems connected to the set-up and control system. The set-up and control system includes a user interface for interacting with a user of the software testing system. The set-up and control system stores test data and test configurations. Each test system sets up test cases from the test data and the test configurations stored in the set-up and control system. Each test case inherits attributes from at least one test object within the test system. The inherited attributes facilitates the interaction of the test system with the test cases. Other automated testing systems are described, for example, in U.S. Patent Nos.
5,021,997, 5,357,452, 5,359,546, 5,490,249, 5,500,941, 5,542,043, 5,590,330, 5,634,002 and 6,167,537. Known prior art testing frameworks also include solutions such as STAF (the Software Testing Automation Framework).
While the above-described patents and systems are generally useful, these techniques are not flexible enough to implement automated software testing in an environment where test cases are written in varied programming languages. Moreover, such prior art systems are often closely coupled with the applications or systems under test and thus are not useful to provide generic testing capabilities. A related deficiency is that such systems are typically written or controlled in reference to the particular tests or test types for the application under development. Thus, the automated system necessarily is an adjunct to the particular application or system being developed and cannot readily support testing of a generic program set or test suite.
BRIEF SUMMARY OF THE INVENTION
It is an objective of the present invention to provide a generic testing framework to automatically allocate, install and verify a latest version of a system under test, to exercise the system against a series of tests in a "hands-off" objective manner, and then to export information about the tests to one or more developer repositories (such as a query- able database, an email list, a developer web server, a source code version control system, a defect tracking system, or the like). The framework does not "care" or concern itself with the particular implementation language of the test as long as the test can issue directives via a command line or configuration file. During the automated testing of a given test suite having multiple tests, and after a particular test is run, the framework preferably generates an "image" of the system under test and makes that information available to developers, even while additional tests in the suite are being carried out. hi this manner, the framework preserves the system "state" to facilitate concurrent or after- the-fact debugging. The framework also will re-install and verify a latest version of the system between tests, which may be necessary in the event a given test is destructive or otherwise places the system in an unacceptable condition.
By posting test information to developer repositories, developers have immediate access to test data during the development process. Thus, for example, a developer can query a test data database and identify which particular tests failed on which particular days or system configurations. By publishing results in a web server and notifying developers about particular test runs (e.g., by email or the like), a developer may access such data in a simple and efficient manner (e.g., by selecting a link in an email). The "image" of a particular system under test may also be quite useful in the debugging or development process. Moreover, because a particular test run may generate a failure that needs to be reported to a defect tracking system, preferably the framework readily exports data to such systems where required.
Preferably, the generic testing framework is implemented as a standalone client application (or "daemon") that calls other standalone logic modules (routines, processes, or the like) to perform the various functions required by the client application. Thus, for example, a first such logic module might be a software program that fetches a latest software build for the system under test, a second logic module might be used a separate program to install that build on the system under test, while a third logic module might be a software program that then accesses a version control system to identify a set of tests in a test suite to be executed against the installed build. In one embodiment, the client application and the associated logic modules are executed on a given machine, hi a distributed system, the client application may execute on one machine while one or more of the logic modules are executed on one or more other machines. In this manner, a given client application may initiate and "own" a given test suite, even as various tools or functions used to carry out the tests in the suite are being executed on other machines platforms, operating systems or the like. The logic modules may also be shared by one or more client applications, each running on different client machines.
In a representative embodiment, the client application deamon executes waiting for requests to start a test suite (or a given test within a suite). Upon receipt of a request, the framework downloads and then installs a latest software build for the system under test, cleaning the system as necessary before such installation. The framework may download the latest software build from an automated build system (e.g., CruiseControl). As the latest software build is being installed or following installation, the framework automatically verifies that installation is or was successful, as the case may be. The framework then automatically retrieves from a database a test suite definition, which defines the test suite as well as the test files/data associated with the test suite. The test suite definition informs the framework as to the location of those files, e.g., a code repository (such as Perforce, ClearCase, CVS, or the like), and the framework then obtains them. As noted above, the test suite or given tests therein may be tested in the framework irrespective of their implementation language. The framework installs the test suite and begins executing the tests, preferably with each test being independent. The tests may be executed in any order, e.g., in sequence, or randomly. Each test either passes or fails. After a given test in a test suite, the framework images the system under test, which preserves the system "state" for concurrent or future analysis. If necessary (e.g., due to a prior destructive test), the framework then reinstalls the system under test or the latest software build and continues with a next test in the suite. The system configuration may be changed during the reinstall. After all tests in a suite are completed, the framework aggregates the test data and images and exports the test data to a query-able data store, such as a central database accessible via a Web service or the like. An email describing the test suite may then be delivered to one or more persons on an email distribution list. The framework also selectively exports given test data to a defect tracking system (e.g., Bugzilla).
Generalizing, the automated testing framework is a test runner or test harness that automatically allocates, installs and verifies a system under test, that provides a "clean room" environment for tests to be run against that allocated system, that takes "snapshots" of the system between tests, and that reports on test results preferably at a high level ("pass" or "fail"); otherwise, the framework stays out of the way of the tests as they are run. The framework automates the management of the system under test from start to finish while performing testing (e.g., white box testing, black box testing, or the like), preferably using reusable or even external tools and components and language- agnostic tests.
The automated testing framework is flexible, easily extensible, and preferably test-language and client-platform agnostic. It is implemented in such a way as to run any test, in any language. Indeed, tests can be written to run themselves across multiple client hosts and client operating systems. The foregoing has outlined some of the more pertinent features of the invention.
These features should be construed to be merely illustrative. Many other beneficial results can be attained by applying the disclosed invention in a different manner or by modifying the invention as will be described.
BRIEF DESCRIPTION OF THE DRAWINGS For a more complete understanding of the present invention and the advantages thereof, reference is now made to the following descriptions taken in conjunction with the accompanying drawings, in which:
Figures 1A-1C are process flow diagrams illustrating an operation of the automated testing framework of the present invention; Figure 2 is a simplified representation of representative system under test, comprising a set of nodes each of which execute a distributed software application instance, and against which the automated testing framework is used to exercise a test suite;
Figure 3 is a high level representation of the various components of an archive cluster application executing on a given node in the system of Figure 2; Figure 4 illustrates a block diagram of a preferred embodiment of the automated testing framework for use to exercise the cluster shown in Figures 2-3;
Figure 5 illustrates an embodiment of the automated testing framework in an enterprise environment; and
Figure 6 illustrates a results email that is automatically generated following execution of a given test suite by the automated framework.
DETAILED DESCRIPTION OF AN EMBODIMENT The automated testing framework of the invention preferably is implemented as program code executable in a machine (or across multiple machines). The particular machine details or operating environment are not particularly relevant to the present invention. In one embodiment as previously described, the code operates as a standalone application or "daemon" that calls other modules that perform the various functions required by the framework. One of more of such modules may be native to the framework or part of some external system. As also noted, the daemon may execute on one machine while one or more of the service modules execute on the same or other machines. This ensures cross-platform compatibility of the framework.
Figures IA, IB and 1C describe a basic operation of the automated testing framework of the invention with respect to a given "system under test" (or SUT) that, in one example scenario (described below), may be a distributed software application. The phrase "system under test" should be broadly construed to cover any system, product, application, process, machine, or combination thereof. A technical advantage of the invention is that the framework is agnostic to the system under test or the language in which particular tests for the system are written. Thus, the automated testing framework is not limited for use with a particular system under test or type of system. Rather, the framework supports automated testing of any system under test, regardless of whether that system is a standalone or distributed system, regardless of the system environment or purpose, and regardless of the nature and type of application running on the system. Referring to Figure IA, the automated testing framework preferably executes as a daemon testing at step 100 to determine whether any execution request has been received by the framework. If not, the routine cycles waiting for work. When an execution request has been received, the daemon parses the request and identifies the required resources in step 102. The request semantics typically will depend on the nature of the system under test, although typically the request will identify a particular system under test (or SUT configuration), a given software build, a test suite, and a data repository to which test results should be exported. The daemon branches to step 104 and issues a notify/restart command if the required resources are not available, in which case control returns back to step 100. If the resources are available, the framework retrieves software at step 106. Typically, this retrieval (as are one or more other functions described below) is carried out by a separate, callable logic module. In the alternative, the automated testing framework may include such modules as native code, of course. The communication to retrieve the software build may occur locally or over a network. Advantageously, the software retrieved at step 106 is a latest software "build" for the system under test. As is well-known, complex software or software systems often proceed through numerous (e.g., tens or hundreds) of software "builds" during the development and useful life of a given software application. The automated testing framework preferably retrieves the latest software build (or some other designated build, as identified in the request) at step 106, e.g. by having a logic module fetch the build from a source code or other repository, and then performs a verification step at step 108. The nature and scope of this verification will depend on the system under test. If the retrieved build cannot be verified, the routine once again branches to step 104 and then returns to wait for new work. If the software build can be verified, the framework continues at step 110 to execute an install. The details of this step are provided in Figure IB and discussed below. At step 112, the framework performs another verification to determine whether the software build was installed correctly. Step 112 may have two sub-steps. At step 114, the framework enters a wait state (while resources are being configured) and begins to test at step 116 whether it can verify the availability of the various resources. If the framework cannot verify the availability of the resources as the install proceeds, once again control is transferred back to step 104 (and, therefore, back to step 100). If, as a result of the verification at step 112 the system under test is found to be available, the process continues at step 118 to verify one or more devices or systems (or "access vectors") that may be required to access the system under test. Any failure of or inaccessibility of the access vectors causes the framework to branch over to step 116, as previously described. At step 120, the framework performs a final verification to determine whether the overall state of the system under test (which may comprise miscellaneous hardware and software in addition to the latest software build) is acceptable or as otherwise necessary to perform the test suite. If the outcome of the test at step 120 is negative, the routine once again branches to step 116, as previously described, to wait for the one or more resources to install correctly.
Now, assuming that the install has been executed and the SUT state verified, the framework is now ready to perform the test suite. Thus, at step 120, the framework identifies test metadata and, at step 122, identifies any test dependencies. If there are dependencies, the framework synchronizes the test dependencies at step 124; at step 126, the framework performs a verification to ensure that this synchronization was successful. If not, the routine branches back to step 104 to notify or restart, as the case may be. Following steps 120 and 122, the framework continues at step 128 to execute the one or more test(s) of the test suite. Figure 1C illustrates the test execution process and will be described below. After a given test in the test suite is executed, the framework tests at step 130 to determine whether it needs to reinstall the system under test. (As noted above, the system configuration may be changed during a reinstall). This may be necessary, for example, because a given test was destructive to the system or a given resource in the system under test. Alternatively, a user may set a flag that requires the reinstall. If the outcome of the test at step 130 indicates that a system (or component thereof) reinstall is not required, the framework performs a test at step 132 to determine whether all of the tests in the test suite have been completed. If not, the daemon returns to step 128, gets the next test in the suite and executes it. A system configuration may also be changed before the next test in the suit is executed, even if a reinstall is not required or done. If the outcome of the test at step 132 indicates that all of the tests in the test suite are completed, the daemon continues at step 134 to aggregate the test data into a report. The daemon then automatically publishes the results at step 136. As indicated, typically the publishing process includes publishing to a database as indicated at step 138, or publishing to a web server as indicated at step 140. The database may be centralized and typically includes a database management system against which database queries (e.g., SQL) may be executed. The web server may be available on an intranet and typically includes an http, https or ftp service. These are merely representative data repositories. In addition, the daemon may also publish the results or the fact that the test has been completed by notifying email subscribers identified on an email list. This is illustrated as step 142. The particular ordering of the steps in this portion of the process flow diagram is not meant to be limiting of course. In addition, the daemon may publish given information about one or more tests to a defect tracking system, which is step 144.
Figure IB, as noted above, illustrates a process flow of a representative install function, which was step 110 in Figure IA. The process begins at step 146 with the daemon parsing any load command load options in the execution requests. At step 148, the daemon obtains a load configuration file that identifies a particular system configuration that will be needed for the test. The load configuration file typically identifies a set of one or more load assistant modules 150 that are needed, as well as a logging system 152 that will be used. At step 154, the daemon verifies availability of the resources identified in the load configuration file and then begins the install. In particular, a test is performed at step 156 to determine what type of install is required. The left branch of the process flow diagram illustrates a basic install while the right branch of the diagram illustrates an upgrade install. In the basic branch, the daemon begins at step 158 by uninstalling the software from the system under test. Assuming a positive outcome of a verification step at 160, the daemon then formats local or attached storage at step 162; if necessary, the framework then ensures that the local or attached storage inherits existing storage settings at step 164. At step 166, the framework pushes/installs the operating system. At step 168, the daemon pushes/configures the target software (e.g., the actual software build). At step 170, the framework initializes any database as required for the test. At step 172, the framework pushes/installs any system patches; it then secures the system at step 174. Thereafter, at step 176, the framework re-boots all software resources. These steps ensure a "clean room" environment for the system under test. At step 175, a test is performed to verify overall system state. This corresponds to the test at step 120 in Figure IA. If system state cannot be verified, the routine halts and writes to an error log.
The parallel processing path for the upgrade method is similar, with a few minor variations. In this path, the processing begins at step 178 by inheriting existing resource settings as needed. The framework may also branch to step 175 to verify the system state after inheriting existing resources. Following a successful verification at step 160, the framework upgrades a database system at step 180. Any required operating system upgrade install is then performed at step 166, which is this path is also followed at step 168 by the push/configuration of the actual target software to be tested. As before, at step 172, the framework pushes/installs any system patches; it then secures the system at step 174. Thereafter, the framework re-boots all software resources at step 176.
Figure 1C illustrates how the tests are executed. As noted above, an advantage of the present invention is that the framework is language-agnostic. In other words, the framework does not care what format the tests are written, provided that the test language can issue directives via a command line or a configuration file. The execution routine begins at step 182 to call a test execution module. This routine translates test flags if necessary at step 184. This step may be required if the tests are written in a given language requiring translation of one or more command line or configuration file directives to semantic that is understood by the test execution module. At step 186 a given test is run. The framework logs a standard output at step 188 (when the test runs from start to finish and thus "passes"); it also logs any error output at step 190 (when the test does not complete and thus "fails"). As the test is executing, the execution module checks to determine the status of the test at step 192 and periodically tests to determine its status at step 193. If the test is not complete, the routine returns to step 192. When the outcome of the test at step 192 indicates that the test is complete, the routine images the system under test at step 194 to capture a "snapshot" of the state of one or more SUT resources. This "snapshot" provides particularly valuable information that facilitates prompt and accurate debugging or other maintenance. The "imaging" process preferably has one or more sub-steps: at step 196, the framework checks logs of the various resources; at step 198, the SUT history is dumped; at step 200, the SUT database histories are dumped; at step 202, these logs are replicated, e.g., to the client on which the daemon is executed. The image and the pass/fail information are then added to a compilation at step 204 that is available for subsequent export to the data repositories. At step 206, the execution module reports that the test is completed. A test is then performed at step 208 to determine whether a re-install is flagged or otherwise required. This was step 130 in Figure IA. If so, the routine branches and performs the re-install. Following step 208, a test is then run at step 210 to determine if all the tests in the suite are complete; if not, the routine cycles. This completes the processing.
In this representative embodiment, as illustrated in Figure 2, the system under test is an archive cluster application that provides an archival storage management system. A storage management system of this type is defined by a set of nodes that potentially comprise different hardware and thus may be considered "heterogeneous." A node typically has access to one or more storage disks, which may be actual physical storage disks, or virtual storage disks, as in a storage area network (SAN). The archive cluster application that is supported on each node may be the same or substantially the same. Using the system, enterprises can create permanent storage for many different types of fixed content information such as documents, e-mail, video, and the like, among others. As described in U.S. Publication No. 2005/0120025, the archive cluster application is a distributed software application executed on each node that captures, preserves, manages, and retrieves digital assets. As illustrated in Figure 2, a physical boundary of an individual archive is referred to as a cluster. Typically, a cluster is not a single device, but rather a collection of devices. Devices may be homogeneous or heterogeneous. A typical device is a computer or machine running an operating system such as Linux. Clusters of Linux -based systems hosted on commodity hardware provide an archive that can be scaled from a few storage node servers to many nodes that store thousands of terabytes of data. Preferably, data is replicated across the cluster so that the archive is protected from device failure. If a disk or node fails, the cluster automatically fails over to other nodes in the cluster that maintain replicas of the same data.
The illustrative cluster comprises nodes 202, a pair of network switches 204, power distribution units (PDUs) 206, and, optionally, uninterruptible power supplies (UPSs) 208. A node 202 typically comprises one or more commodity servers and contains a CPU (e.g., Intel x86, suitable random access memory (RAM), one or more hard drives (e.g., standard IDE/SATA, SCSI, or the like), and network interface (NIC) cards. The network switches 204 typically comprise an internal switch 205 that enables peer-to-peer communication between nodes, and an external switch 207 that allows extra- cluster access to each node. PDUs 206 are used to power all nodes and switches, and the UPSs 208 are used that protect all nodes and switches. Typically, a cluster is connectable to a network, such as the public Internet, an enterprise intranet, or other wide area or local area network. End users access the cluster using any conventional interface or access tool. Thus, for example, access to the cluster may be carried out over any IP -based protocol (HTTP, FTP, NFS3 AFS, SMB, a Web service, or the like), via an API, or through any other known or later-developed access method, service, program or tool. Client applications access the cluster through one or more types of external gateways such as standard UNIX file protocols, or HTTP APIs. The archive preferably is exposed through a virtual file system that sits under any standard UNIX file protocol-oriented facility. In this example testing environment, the archive cluster application runs on a redundant array of independent nodes (H-RAIN) that are networked together (e.g., via Ethernet) as a cluster. Each node runs an instance 300 of a distributed application comprised of several runtime components as illustrated in Figure 3. As will be described, the present invention generates test cases for this system under test. The software components comprise a gateway protocol layer 302, an access layer 304, a file transaction and administration layer 306, and a core components layer 308. The gateways provide native file services such as NFS 310 and SMB/CIFS 312, as well as a Web services API to build custom applications. HTTP support 314 is also provided. The access layer 304 provides access to the archive. A fixed content file system (FCFS) 316 emulates a native file system to provide full access to archive objects. The access layer 304 preferably also includes a Web user interface (UI) 318 and an SNMP gateway 320. The Web user interface 318 provides interactive access to an administration engine 322 in a file transaction and administration layer 306. The SNMP gateway 320 provides storage management applications access to the administration engine 322, enabling them to securely monitor and control cluster activity. The administration engine monitors cluster activity, including system and policy events. The file transaction and administration layer 306 also includes a request manager process 324. The request manager 324 manages requests from the external world (through the access layer 304), as well as internal requests from a policy manager 326 in the core components layer 308. In addition to the policy manager 326, the components may include a metadata manager 328, and one or more instances of a storage manager 330. The storage manager 330 on a given node is responsible for managing the physical storage devices. The request manager 324 is responsible for executing the set of operations needed to perform archive actions by interacting with other components within the system. A metadata manager 328 preferably is installed on each node. Collectively, the metadata managers in a cluster act as a distributed database, managing archive objects. The storage manager 330 provides a file system layer available to all other components in the distributed application. Preferably, it stores the data objects in a node's local file system. The storage manager 330 also provides system information, integrity checks on the data, and the ability to traverse local directly structures. As also illustrated in Figure 3, the cluster manages internal and external communication through a communications middleware layer 332 and a DNS manager 334. The application instance executes on a base operating system 336.
A cluster's primary responsibility is to store an unlimited number of files on disk reliably. The automated testing framework as previously described may be used to exercise the cluster in a live operating environment or in a testing facility or laboratory. Thus, in one testing scenario, the automated testing framework is capable of leveraging nodes within a testing laboratory (whether locally or across a computer network) to set up a RAIN or SAN cluster. In this process, the framework uses its own native deploy software or leverages an external module to install the cluster in various configurations. It then uses validates the cluster's health and executes the test suite. The tests exercise the cluster but, in effect, are not the concern of the automated testing framework itself, which functions merely as a test harness. In particular, the automated testing framework automatically allocates, installs and verifies a given cluster, providing a "clean room" environment for tests to be ran against that allocated cluster; it takes snapshots of the cluster in between tests, preferably dumping logs and database images. Otherwise, however, the framework stays out of the way of a given test or test suite and simply records the test's success or failure. Thus, the framework typically does not interface with a given test; rather, a test communicates with the framework usually just to pass on the test result (a pass or a fail). The framework records and logs the output of the tests, but otherwise the test script can do whatever damage or alteration to the cluster that it likes without impairing a given test suite. Such serious damage or alteration could include, for example, dropping nodes, corrupting databases, corrupting data, and the like. The framework addresses any such destruction or alteration issues by re-installing the "clean" environment before a next test in the suite is run. Indeed, in many instances it will be desirable to affirmatively flag the framework to re-install the cluster between tests so that the cluster operates, in effect, in a stable "clean room" environment (e.g., by ensuring that all gateways are up and functional, that the entire cluster is healthy, that required software is installed, running and patched, and the like) for each test.
Thus, according to an object of the invention, tests within a given test suite do not have to reference directly or indirectly any of the framework's control functionality (e.g., objects, methods, classes, or the like that comprise the framework, or the framework's daemon). In effect, the framework is abstracted away from both the underlying system under test, as well as the test themselves. This architecture obviates a centralized control or management scheme and provides unique advantages over the prior art, which operate as closed systems or systems in which the tests have to be written for the particular testing environment. Each of the tests in a suite is independent and can be run in any order.
As noted above, preferably the framework daemon has a number of supporting tools, namely, executable modules, that provide the various functions required. In the cluster example, the framework daemon runs test suites (or batches), records the results in a database, and stores node images and logs in a web-accessible directory on a local machine's web server. The daemon preferably emails all exceptions, failures, crashes and the like to a target set of email recipients, or otherwise exports such information to a bug tracking system. Thus, the framework provides a functional, cluster level regression test running harness that is highly configurable and that is test language agnostic. The framework also is capable of running white-box testing. Any test that can run on a series of hosts, or even a single host, can be run within the automated test framework. As noted above, one of the advantages of the framework is that it is lenient or flexible enough to allow a test to do anything to a running cluster. There may be tests that expand the size of a cluster, those that reface the cluster to be component-test drivers, and even tests that test the installation system itself. The framework provides this flexibility as noted above by staying out of the test's way. Thus, there is no theoretical limit to what a given quality assurance engineer or developer can put within the harness.
Referring now to Figure 4, a block diagram is shown of a particular implementation of the automated testing framework for use, for example, with a distributed cluster application. As has been described, the framework is a toolbox with a wrapper in the form of the daemon. It is an extensible framework that provides functional, cluster-level testing, preferably built with common, extensible, simple tools, even tools that can utilized in otherwise day-to-day cluster management.
• As illustrated in Figure 4, the framework 400 according to the embodiment has two layers: a framework layer 402, and a tools layer 404. The framework layer 402 comprises any logic, modules, scripts or databases that may be required to the framework to "know" about itself, the clusters (and nodes therein) and the required tests (and execution of those tests). The tool layer 404, in contrast, comprises those tools that facilitate the de-centralized management of the cluster and perform various tasks including, without limitation, build installation, log management, cluster cleaning, database queries, and the like. Preferably, the tools (or at least some of them) are non- interactive, automated and re-usable, and do not require centralized management or control.
Referring now to Figure 4, the daemon 406 is a network-accessible script that allocates, installs, and verifies the cluster by leveraging separate logical modules. As previously described, this daemon listens for inbound requests to run a given suite against a target cluster. The results handler module 408 manages the data generated during the tests. Thus, for example, by default results are records in a results directory, which is preferably keyed by date/time/suite/test name. Results for each test may be stored as a flat text file format and uploaded into a current results database system. After a run is complete, if a results upload flag is enabled, the daemon 406 uploads these results into a results database. The results handler module 408 also may email the results in a CSV- style format for uploading into another system, and it may push those results into a database, or store the results in files on a disk for maximum accessibility. The test runner module 410 is a script that is ultimately responsible for the execution of the actual test suite. This script handles all details required for the test (e.g., configuring mount points, initializing resources, and the like). This module preferably executes tests in a non- blocking/timed out manner. It expects tests to hang, or to not complete; it monitors those tests and kills them as needed. The master test system module 412 uses the test runner module 410 and generates master level suites (framework suites, as opposed to individual suites) to serve as a batching system for system-level categories (e.g., long burn in, quick smokes, performance, and the like. The code repository synchronization module 414 is responsible for handling all repository (e.g., Perforce) refreshes and for pulling the code builds from the source control server. A database module tells this module where to find the required tests, and whether or not to refresh those tests. If a test must be refreshed, this module downloads those tests directly from the repository. Preferably, the code repository synchronization module synchronizes files for a given test suite, irrespective of whether it has a local copy. Thus, the source control system is deemed to be the master copy; the framework, in contrast, does not trust its local copies. The database refresh module 416 handles any and all database connectivity. This module is used to get information about the cluster, and to provide that information to the daemon. The refresh module 416 is also used to get required test/suite information. The test information database 418 is a database that comprises information about each test in a test suite, as well as any required information for any such test to execute. The cluster information database 420 comprises any pertinent information about the clusters against which the framework will be exercised. This database may be polled before any test run (or before a given test suite is run) to find the required information.
The tools layer 404 components comprise a distributed command handler module 422 that is a wrapper to the tools in the layer. The module 422 preferably is accessible via an SSH connection to enable the tools to interact with the cluster non-interactively, or via scripts or an open API. Access to the distributed command handler module preferably requires authentication. A log rotate or "imager" module 424 dumps system logs, checks for error messages in the cluster node logs, and images databases across the cluster nodes after a test is complete. A daemon master module 426 is a script that allows granular control over daemons on the cluster, such as starting and stopping. A database snapshot module 428 is provided to grab a snapshot of the databases spread out across the cluster, and pulls those snapshots back to the local machine. The snapshot module 430 is a tool that actually images the cluster, and it may operate with the log rotate module to get the logs from all of the cluster nodes in between the various test runs of a given test suite. The snapshot module 430 also grabs an image of a current database on all the nodes in the cluster, copies those files back to the local machine, and stores them alongside the logs for that test/suite run. The snapshot module may also verify a cluster's integrity. A build installer module 432 is a script that leverages the distributed command handler module to install the defined build across the target cluster, including any and all required configuration scripts. The module 432 may be implemented as script that automatically determines the required values based on information in a configuration database. A cluster clean module 434 wipes or cleans the target cluster non- interactively, formatting the disks, database, logs, files, and the like. A cluster health monitor 436 is a script that verifies the integrity of a running cluster, also checking for valid/invalid processes, swap usage, and the like. At any point, the cluster health monitor 436 is called to check up on the cluster. Finally, a gateway mount verification module 438 is used to verify the health of the various cluster gateways and to perform various access methods against those gateways; this module thus operates to verify availability of a given cluster (and the nodes within that cluster). The module may also be used as a mounting system for the test runner module to call to mount required resources.
It should be noted that the tools shown in Figure 4 are not necessarily exhaustive or exclusive, as various other tools and modules may be used by the framework Moreover, the line in Figure 4 between the tools layer and the function/daemon layer is merely representative and should be taken to limit the scope of the invention in any way. As noted above, the framework (regardless of how implemented) is merely a platform that simply drives the tests while providing them a "clean room" in which to operate, all the while ensuring cluster state as the test suite progresses. In a representative embodiment, the automated testing framework executes on a machine running commodity hardware and the Linux operating system. This is not a limitation, however. As noted above, the daemon may be executed on a given machine while one or more of the modules illustrated in Figure 4 may operate on the same machine or on one or more other machines. Thus, the framework also has the ability to allocate for, and leverage non-Linux based clients, such as clients that execute on Solaris, HPUX, AIX, IRIX, OS/X, WinXP, Windows2000, or the like. Thus, in an alternative embodiment, the framework includes appropriate functionality to detect a given test's platform and, upon detection, to push execution of the test off to a specific platform that can support it.
The following is an example of how the automated testing framework operates upon receiving an execution request such as: [root@client /home/daemon]# ./daemon -s risfs -c clusterfoo -b http://pathtobuildrpm/foo.rpm -refresh -report
This request causes the following operations:
• Run the daemon
• Run the risfs test suite:
• ... against clusterfoo
• ... with build foo
• ... and refresh tests from PerForce to get a latest test suite • ... report results to a database
Thus, in response the request, the framework executes the daemon wrapper, gets the cluster information (checking to see if the cluster is running or has a build on it; cleaning if necessary), downloads the defined build, deploys the build to the cluster (install), starts the cluster, checks the cluster's health, pulls all required tests from the database
(synchronizing tests from the code repository if necessary), performs local test setup as needed (e.g., make mount points), performs the tests, images the system between tests (checks integrity, obtain logs, and the like), shuts down the system when the tests are done, and reports/publishes the test results and images. Figure 5 provides another illustration of the automated test framework (ATF). In one embodiment, an ATF server 500a (e.g., one of a set of servers 500a-n) executes an ATF scheduler. ATF server 500a issues a job to an ATF client that executes on machine 502. The ATF client executes the daemon. In this example, the daemon issues instructions to the ATF server 500a (or one of the other servers in the server group), which in turn downloads a chosen (or latest) QA build and any necessary test tools from a build server 506, identifies the target cluster 504 (e.g., from a database of available clusters), installs the build on the target cluster 504, and the verifies the installation. Under the control of the daemon, the server 500 then downloads and runs one or more test suites against the cluster. In this particular example, this is accomplished by having the ATF server 500 check a central database 508 for script execution rules, fetching the selected scripts from a source server 510, and then executing the scripts. The ATF server 500 then sends the results to one or more specific users or, more generally, to a mailing list (e.g., using an email server 512). Figure 6 illustrates a portion of a representative email indicating that a given nightly test ran has been completed and including information about the system, its configuration, the test results, and the like. The email also preferably includes a link to the full test data, which may include the system image data. By selecting the link, the user can review the test result details directly. Email results may also be hosted on a web server 514 or supplied to a defect tracking system, as previously described. In one embodiment, the tests are run periodically, e.g., nightly, against dedicated clusters of various sizes and configurations.
As noted above, any of the machines illustrated may be run different hardware, different software, or different hardware and different software. As a result, the framework is highly scalable. It is flexible, easily extensible, and preferably test- language and client-platform agnostic. This implementation ensures that the framework can run any test, in any language.
The following illustrates the type of information that may be stored in a database for a given test: • Test Suite
• Test sub-suite
• Test name / code / serial
• Test location (in perforce)
• Required test flags for execution (ie: -n Stestnum, -s Sport, etc) • Is this a file system test? (ie: does it need a mount point?)
• If= true,
• does it need a given mount? • Does it need a nfs mount?
• Does it need both?
• Is this an http test?
• If= true, • How is the http url supplied?
• Loop on error?
• Loop count on Error (max n)
While the process flow diagrams and the above description provide a particular order of operations performed by certain embodiments of the invention, it should be understood that such order is exemplary, as alternative embodiments may perform the operations in a different order, combine certain operations, overlap certain operations, or the like. References in the specification to a given embodiment indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic.
While the present invention has been described in the context of a method or process, the present invention also relates to apparatus for performing the operations herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including an optical disk, a CD-ROM, and a magnetic-optical disk, a read-only memory (ROM), a random access memory (RAM), a magnetic or optical card, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus. As noted above, a given implementation of the present invention is software written in a given programming language that runs on a standard hardware platform running an operating system such as Linux.
While given components of the system have been described separately, one of ordinary skill will appreciate that some of the functions may be combined or shared in given instructions, program sequences, code portions, and the like. Having described our invention, what we claim is as follows.

Claims

1. A framework for automated testing of a system, comprising: a processor; and a process executable by the processor, the process responsive to receipt of a request to execute one or more tests against the system by unordered steps of:
(a) executing first code that obtains a given software build for the system;
(b) executing second code that deploys the given software build on the system; (c) executing third code to obtain information associated with the one or more tests;
(d) executing fourth code to initiate execution of each of the one or more tests;
(e) executing fifth code to capture state information associated about the system after a given test is executed; and (f) executing sixth code to export to at least one data repository information concerning an outcome of the one or more tests.
2. The framework as described in claim 1 wherein the second code also returns given resources to an initial state prior to deploying the given software build on the system.
3. The framework as described in claim 1 wherein the second code also places given resources in a given state prior to deploying the given software build on the system.
4. The framework as described in claim 1 wherein the second code also verifies an operational state of the system, or given components in the system, as the given software build is deployed or is being deployed.
5. The framework as described in claim 1 wherein the third code is executed to obtain from a code repository the information associated with the one or more tests.
6. The framework as described in claim 2 wherein the second code also returns given resources to an initial state and re-installs the given software build following execution of a given test.
7. The framework as described in claim 1 wherein the repository is one of a database, a Web server, an email list, or a defect tracking system.
8. The framework as described in claim 7 wherein at least one of the first, second, third, fourth, fifth or sixth code is executed on a second machine distinct from a first machine on which the process executes.
9. The framework as described in claim δ wherein the first and second machines run different operating systems.
10. The framework as described in claim 1 wherein at least one of the tests is written in a language that is distinct from a programming language in which the process is written.
11. The framework as described in claim 1 wherein each of the one or more tests are independent and are executed in any order.
12. A method of automated testing of a system, comprising the unordered steps: responsive to a request, executing code that calls a set of one or more code modules, the one or more code modules implementing the following steps, in an automated manner: allocating, installing and verifying a target instance of the system; obtaining a given test suite having one or more tests; executing each test in the given test suite; after each test is executed, capturing a state of the target instance of the system; prior to executing a next test in the given test suite, re-allocating, installing and verifying the target instance of the system; following completion of the test suite, exporting given information about the one or more tests in the given test suite.
13. The method as described in claim 12 wherein the given information is exported to one of a database, a Web server, an email list or a defect tracking system.
14. The method as described in claim 12 wherein the target instance of the system is re-allocated, installed and verified as a result of a failure in the system or a system component during a prior test.
15. The method as described in claim 12 wherein the target instance of the system is re-allocated, installed and verified as a result of setting a configuration parameter.
16. The method as described in claim 12 wherein the step of re-allocating, installing and verifying the target instance of the system further includes modifying a configuration of the system.
17. The method as described in claim 12 wherein the one or more of the code modules are executed on a machine distinct from the machine upon which the code is executed.
18. The method as described in claim 12 wherein test files associated with the given test suite are obtained from a code repository.
19. The method as described in claim 12 wherein the code that calls the one or more code modules is written in a language that is independent of a language in which a given test is written.
20. The method as described in claim 12 wherein the code executes autonomously and without reference to a given test.
21. The method as described in claim 12 wherein the target instance of the system comprises a given build of a software program
22. A method of automated testing of a system, comprising: responsive to receipt of a request to execute a given test suite, automatically allocating, installing and verifying given resources in the system; executing the given test suite; generating information concerning an outcome of at least one test in the given test suite; selectively re-allocating, installing and verifying the given resources following execution of a test in the given test suite; and exporting information associated with each test to one or more repositories; wherein a given test in the test suite is executable irrespective of its implementation language.
23. The method as described in claim 22 further including capturing a state of the system following each test in the given test suite.
24. The method as described in claim 22 wherein the step of automatically allocating, installing and verifying given resources in the system includes the steps of: returning given resources to an initial state, installing a given software build, and rebooting.
25. The method as described in claim 22 wherein the given resources in the system are verified dynamically as the given resources become operational.
26. The method as described in claim 22 wherein the information indicates whether a given test was a success or a failure.
27. The method as described in claim 22 wherein the step of selectively reallocating, installing and verifying occurs as a result of a failure in the system or a system component during a prior test, or in response to setting of a configuration parameter.
28. The method as described in claim 22 wherein at least one of the steps is carried out under control of a daemon that executed autonomously with respect to execution of a given test.
29. The method as described in claim 22 wherein the given resources comprise one of: given hardware, given software, or a combination of given hardware and given software.
30. The method as described in claim 22 wherein the repositories include one of: a database, a Web server, an email list or a defect tracking system.
31. The method as described in claim 28 wherein the daemon is executed on a first machine and at least one test in the test suite is executed on a second machine.
32. The method as described in claim 31 wherein the first and second machines execute different operating systems.
PCT/US2006/046993 2005-12-12 2006-12-11 Automated software testing framework WO2007070414A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP06845087A EP1963964A4 (en) 2005-12-12 2006-12-11 Automated software testing framework
JP2008545688A JP5535484B2 (en) 2005-12-12 2006-12-11 Automated software testing framework

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/299,572 US7694181B2 (en) 2005-12-12 2005-12-12 Automated software testing framework
US11/299,572 2005-12-12

Publications (2)

Publication Number Publication Date
WO2007070414A2 true WO2007070414A2 (en) 2007-06-21
WO2007070414A3 WO2007070414A3 (en) 2008-06-26

Family

ID=38163439

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/046993 WO2007070414A2 (en) 2005-12-12 2006-12-11 Automated software testing framework

Country Status (4)

Country Link
US (2) US7694181B2 (en)
EP (1) EP1963964A4 (en)
JP (1) JP5535484B2 (en)
WO (1) WO2007070414A2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009014981A2 (en) 2007-07-23 2009-01-29 Worksoft, Inc. Extensible execution language
US7600220B2 (en) 2005-01-11 2009-10-06 Worksoft, Inc. Extensible execution language
JP2010061461A (en) * 2008-09-04 2010-03-18 Ricoh Co Ltd System for automatic evaluation of software performance
EP2214099A1 (en) * 2009-01-30 2010-08-04 Tieto Oyj Method for software package deployment in a network node
WO2012167190A1 (en) * 2011-06-02 2012-12-06 Versata Development Group, Inc. End user remote enterprise application software testing
WO2013087982A1 (en) * 2011-12-16 2013-06-20 Codenomicon Oy Network- based testing and pubblication service
US10037268B2 (en) 2014-11-12 2018-07-31 International Business Machines Corporation System and method for determining requirements for testing software
CN108683567A (en) * 2018-05-30 2018-10-19 郑州云海信息技术有限公司 A kind of switch port fault testing method and system based on MCS and server
CN111813387A (en) * 2020-07-10 2020-10-23 斑马网络技术有限公司 Testing device, construction method thereof and automatic testing method
EP3939964A1 (en) 2008-12-31 2022-01-19 Ardelyx, Inc. Combinations for inhibiting nhe-mediated antiport in the treatment of disorders associated with fluid retention or salt overload and gastrointestinal tract disorders
CN114629832A (en) * 2022-03-17 2022-06-14 广州超云科技有限公司 Remote automatic test method, system, electronic equipment and storage medium

Families Citing this family (181)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7506311B2 (en) * 2004-02-19 2009-03-17 Oracle International Corporation Test tool for application programming interfaces
US8117591B1 (en) 2005-01-07 2012-02-14 Interactive TKO, Inc. Graphical model for test case viewing, editing, and reporting
US8146057B1 (en) * 2005-01-07 2012-03-27 Interactive TKO, Inc. Instrumentation system and method for testing software
US7996255B1 (en) * 2005-09-29 2011-08-09 The Mathworks, Inc. System and method for providing sales leads based on-demand software trial usage
US8352916B2 (en) * 2006-02-17 2013-01-08 International Business Machines Corporation Facilitating the automated testing of daily builds of software
US9166809B2 (en) * 2006-04-03 2015-10-20 Verizon Patent And Licensing Inc. Automated network testing
US8375013B2 (en) * 2006-05-17 2013-02-12 Oracle International Corporation Server-controlled testing of handheld devices
WO2008007160A2 (en) * 2006-07-11 2008-01-17 Abb Research Ltd. A life cycle management system for intelligent electronic devices
US8065661B2 (en) * 2006-08-29 2011-11-22 Sap Ag Test engine
US8131644B2 (en) * 2006-08-29 2012-03-06 Sap Ag Formular update
US8037360B2 (en) * 2006-10-03 2011-10-11 Symantec Corporation Software testing framework for multiple operating system, hardware, and software configurations
US8074204B2 (en) * 2006-11-21 2011-12-06 Microsoft Corporation Test automation for business applications
US8140897B2 (en) * 2007-03-29 2012-03-20 International Business Machines Corporation Testing method for complex systems
US7979846B2 (en) * 2007-04-05 2011-07-12 Accenture Global Services Limited Automatic test generation for reference testing
US8239835B2 (en) * 2007-05-07 2012-08-07 Infosys Limited Automated software testing framework using independent test scripts
US8621434B2 (en) * 2007-06-26 2013-12-31 Topcoder, Inc. System and method for distributed software testing
US8326805B1 (en) * 2007-09-28 2012-12-04 Emc Corporation High-availability file archiving
US8266592B2 (en) * 2008-04-21 2012-09-11 Microsoft Corporation Ranking and optimizing automated test scripts
FR2931269A1 (en) * 2008-05-16 2009-11-20 Ateji Soc Par Actions Simplifi METHOD AND SYSTEM FOR DEVELOPING PARALLEL PROGRAMS
US8719788B2 (en) * 2008-05-23 2014-05-06 Microsoft Corporation Techniques for dynamically determining test platforms
US20090307763A1 (en) * 2008-06-05 2009-12-10 Fiberlink Communications Corporation Automated Test Management System and Method
US9111019B2 (en) 2008-09-30 2015-08-18 Interactive TKO, Inc. Modeling and testing interactions between components of a software system
US8135659B2 (en) 2008-10-01 2012-03-13 Sap Ag System configuration comparison to identify process variation
US8458666B2 (en) * 2008-10-22 2013-06-04 Oracle International Corporation Methods and systems for implementing a test automation framework for testing software applications on UNIX/LINUX based machines
US8396893B2 (en) * 2008-12-11 2013-03-12 Sap Ag Unified configuration of multiple applications
US8255429B2 (en) * 2008-12-17 2012-08-28 Sap Ag Configuration change without disruption of incomplete processes
US9268532B2 (en) * 2009-02-25 2016-02-23 International Business Machines Corporation Constructing a service oriented architecture shared service
US20100235807A1 (en) * 2009-03-16 2010-09-16 Hitachi Data Systems Corporation Method and system for feature automation
JP5368878B2 (en) * 2009-05-25 2013-12-18 キヤノン株式会社 Information processing apparatus, manufacturing apparatus, and device manufacturing method
US8949791B2 (en) * 2009-07-08 2015-02-03 Vmware, Inc. Distributed software testing using cloud computing resources
US8549476B2 (en) * 2009-07-30 2013-10-01 Hewlett-Packard Development Company, L.P. Comparison of result of program operation to result of an operation of a different version of the program
US8296342B2 (en) * 2009-08-31 2012-10-23 Hewlett-Packard Development Company, L.P. Fingerprinting a database
US20110061041A1 (en) * 2009-09-04 2011-03-10 International Business Machines Corporation Reliability and availability modeling of a software application
US9582396B2 (en) * 2009-10-23 2017-02-28 Novell, Inc. Techniques for generating an executable debugger script
US20110145643A1 (en) * 2009-12-10 2011-06-16 Microsoft Corporation Reproducible test framework for randomized stress test
US8615741B2 (en) * 2009-12-24 2013-12-24 International Business Machines Corporation Software defect tracking
US8489930B1 (en) * 2010-01-20 2013-07-16 Instavia Software, Inc. Method and system for creating virtual editable data objects by using a read-only data set as baseline
US20110214105A1 (en) * 2010-02-26 2011-09-01 Macik Pavel Process for accepting a new build
US8990813B2 (en) * 2010-03-29 2015-03-24 Red Hat, Inc. Automated virtual machine image deployment and testing by accessing downloadable test packages and dynamically-changing test parameters
US20110296386A1 (en) * 2010-05-28 2011-12-01 Salesforce.Com, Inc. Methods and Systems for Validating Changes Submitted to a Source Control System
US8966447B2 (en) * 2010-06-21 2015-02-24 Apple Inc. Capturing and displaying state of automated user-level testing of a graphical user interface application
US8572579B2 (en) * 2010-08-19 2013-10-29 Oracle International Corporation Break on next called function or method in java debugger agent
CN103180834B (en) * 2010-09-09 2015-12-02 国际商业机器公司 Automatic operation system test frame
US9122803B1 (en) * 2010-10-26 2015-09-01 Interactive TKO, Inc. Collaborative software defect detection
US8850399B2 (en) * 2010-11-15 2014-09-30 Microsoft Corporation Software development using code retraction and background warm up
US8607203B1 (en) * 2010-12-17 2013-12-10 Amazon Technologies, Inc. Test automation framework using dependency injection
US20120174068A1 (en) * 2010-12-30 2012-07-05 Sap Ag Testing Software Code
US9104803B2 (en) * 2011-01-03 2015-08-11 Paypal, Inc. On-demand software test environment generation
CN102591754A (en) * 2011-01-18 2012-07-18 智比特信息技术(镇江)有限公司 Automatic testing method for electronic product controlled by computer
US8627311B2 (en) * 2011-02-01 2014-01-07 Hewlett-Packard Development Company, L.P. Systems, methods, and apparatus to deploy software
US9191327B2 (en) 2011-02-10 2015-11-17 Varmour Networks, Inc. Distributed service processing of network gateways using virtual machines
CN102736972B (en) * 2011-03-30 2016-03-09 国际商业机器公司 The test case treating Test Application carries out the method and system processed
US9448915B2 (en) * 2011-04-13 2016-09-20 Accenture Global Services Limited Modular script designer for next generation testing system
CA2775165C (en) * 2011-04-18 2016-02-09 Accenture Global Services Limited Automation controller for next generation testing system
US9183124B2 (en) * 2011-04-18 2015-11-10 Accenture Global Services Limited Automation controller for next generation testing system
US8819488B1 (en) 2011-06-15 2014-08-26 Amazon Technologies, Inc. Architecture for end-to-end testing of long-running, multi-stage asynchronous data processing services
US9507699B2 (en) 2011-06-16 2016-11-29 Microsoft Technology Licensing, Llc Streamlined testing experience
US8738958B2 (en) * 2011-06-20 2014-05-27 QuorumLabs, Inc. Recovery node testing
US8713531B1 (en) 2011-06-28 2014-04-29 Google Inc. Integrated bug tracking and testing
EP2546749A1 (en) * 2011-07-15 2013-01-16 Siemens Aktiengesellschaft Method and system for test suite control
US8793535B2 (en) * 2011-07-21 2014-07-29 Microsoft Corporation Optimizing system usage when running quality tests in a virtual machine environment
US8769340B2 (en) 2011-09-08 2014-07-01 Microsoft Corporation Automatically allocating clients for software program testing
JP2013069077A (en) * 2011-09-21 2013-04-18 Canon Inc System, information processing device and control method thereof, image formation device and control method thereof and program
US9058423B1 (en) * 2011-11-18 2015-06-16 Google Inc. Dynamic environment deployment within system tests to clusters, local machines or production
US9355017B2 (en) * 2012-01-06 2016-05-31 Iii Holdings 4, Llc Automated error checking system for a software application and method therefor
EP2807540A4 (en) 2012-01-26 2015-10-21 Hewlett Packard Development Co Image-based application automation
US9152541B1 (en) * 2012-03-22 2015-10-06 Amazon Technologies, Inc. Automated mobile application verification
US9600402B2 (en) 2012-04-25 2017-03-21 Empire Technology Development Llc Application programming interface testing services
CN103377127B (en) * 2012-04-28 2016-04-13 阿里巴巴集团控股有限公司 The development and testing system of web page product, method of testing and device
US9146837B2 (en) * 2012-05-23 2015-09-29 Landis+Gyr Innovations, Inc. Automated build, deploy, and testing environment for firmware
US8776021B1 (en) 2012-06-07 2014-07-08 Amazon Technologies, Inc. Application experiment system
US8850267B2 (en) * 2012-08-02 2014-09-30 Avago Technologies General Ip (Singapore) Pte. Ltd. Middleware for multiprocessor software testing
JP5816144B2 (en) * 2012-08-30 2015-11-18 株式会社アドバンテスト Test program and test system
US9348569B1 (en) * 2012-09-11 2016-05-24 Emc Corporation Method and system for a configurable automation framework
US8850400B2 (en) 2012-09-25 2014-09-30 Oracle International Corporation System and method for providing an implementation accelerator and regression testing framework for use with environments such as fusion applications
US10387294B2 (en) * 2012-10-12 2019-08-20 Vmware, Inc. Altering a test
US9684587B2 (en) 2012-10-12 2017-06-20 Vmware, Inc. Test creation with execution
US10067858B2 (en) 2012-10-12 2018-09-04 Vmware, Inc. Cloud-based software testing
US8984484B2 (en) 2012-11-27 2015-03-17 Nvidia Corporation Video sequence recording during a testing session on a data processing device to enable fault detection
US9189378B1 (en) * 2012-11-30 2015-11-17 Mobile Labs, LLC Systems, methods, and apparatuses for testing mobile device applications
US8930767B2 (en) 2012-12-07 2015-01-06 Software Ag Techniques for test automation in emergent systems
US9448792B2 (en) 2013-03-14 2016-09-20 Microsoft Technology Licensing, Llc Automatic risk analysis of software
US9218270B2 (en) * 2013-03-15 2015-12-22 Digital River, Inc. Functional software testing framework for determinate level testing
JP5326060B1 (en) * 2013-04-19 2013-10-30 浮田建設株式会社 Game system control method, game system, and computer program
CN104123219B (en) 2013-04-28 2017-05-24 国际商业机器公司 Method and device for testing software
US9104814B1 (en) * 2013-05-03 2015-08-11 Kabam, Inc. System and method for integrated testing of a virtual space
US9021438B2 (en) * 2013-06-20 2015-04-28 Sap Portals Israel Ltd Automatic framework for parallel testing on multiple testing environments
US9183117B2 (en) * 2013-06-20 2015-11-10 Abbott Laboratories Inc. Method for developing and testing a connectivity driver for an instrument
US9372787B2 (en) 2013-07-15 2016-06-21 Sap Se System and method for automating testing
US9317411B2 (en) 2013-07-31 2016-04-19 Bank Of America Corporation Testing coordinator
US9197546B2 (en) * 2013-08-06 2015-11-24 Oracle International Corporation System and method for providing a messaging cluster with hybrid partitions
US9317356B2 (en) * 2013-10-15 2016-04-19 Globalfoundries Inc. Device state capture during operating system dump
US10025839B2 (en) 2013-11-29 2018-07-17 Ca, Inc. Database virtualization
US9483393B1 (en) 2013-12-05 2016-11-01 Amazon Technologies, Inc. Discovering optimized experience configurations for a software application
US20150178184A1 (en) * 2013-12-19 2015-06-25 International Business Machines Corporation Test management using distributed computing
US10264025B2 (en) 2016-06-24 2019-04-16 Varmour Networks, Inc. Security policy generation for virtualization, bare-metal server, and cloud computing environments
US10091238B2 (en) 2014-02-11 2018-10-02 Varmour Networks, Inc. Deception using distributed threat detection
US9973472B2 (en) 2015-04-02 2018-05-15 Varmour Networks, Inc. Methods and systems for orchestrating physical and virtual switches to enforce security boundaries
US9727314B2 (en) 2014-03-21 2017-08-08 Ca, Inc. Composite virtual services
US9531609B2 (en) 2014-03-23 2016-12-27 Ca, Inc. Virtual service automation
US9665473B2 (en) 2014-03-25 2017-05-30 Accenture Global Services Limited Smart tester application for testing other applications
US20150309917A1 (en) * 2014-04-29 2015-10-29 Yongyan Wang Automation Framework Interface
US9811248B1 (en) 2014-07-22 2017-11-07 Allstate Institute Company Webpage testing tool
GB2532508B (en) * 2014-11-24 2017-03-15 Anritsu Corp Mobile communication terminal test device and a test analysis unit therefor
US9507590B2 (en) 2014-12-08 2016-11-29 Semmle Limited Transitive source code violation matching and attribution
GB2533117A (en) 2014-12-10 2016-06-15 Ibm Software test automation
US10193929B2 (en) 2015-03-13 2019-01-29 Varmour Networks, Inc. Methods and systems for improving analytics in distributed networks
US9380027B1 (en) 2015-03-30 2016-06-28 Varmour Networks, Inc. Conditional declarative policies
US10009381B2 (en) 2015-03-30 2018-06-26 Varmour Networks, Inc. System and method for threat-driven security policy controls
US9952965B2 (en) 2015-08-06 2018-04-24 International Business Machines Corporation Test self-verification with integrated transparent self-diagnose
US10324905B1 (en) * 2015-08-21 2019-06-18 Amazon Technologies, Inc. Proactive state change acceptability verification in journal-based storage systems
US10095608B2 (en) * 2015-09-15 2018-10-09 International Business Machines Corporation Application test automation transmitting data via phone/voice calls
US10169192B2 (en) 2015-11-11 2019-01-01 International Business Machines Corporation Automatic collection and presentation of runtime data semantics
US9436585B1 (en) 2015-11-19 2016-09-06 International Business Machines Corporation Image patching in an integrated development environment
US10191758B2 (en) 2015-12-09 2019-01-29 Varmour Networks, Inc. Directing data traffic between intra-server virtual machines
US9762599B2 (en) 2016-01-29 2017-09-12 Varmour Networks, Inc. Multi-node affinity-based examination for computer network security remediation
US9680852B1 (en) 2016-01-29 2017-06-13 Varmour Networks, Inc. Recursive multi-layer examination for computer network security remediation
US10003677B2 (en) 2016-01-31 2018-06-19 Nxp Usa, Inc. Network application verification at a network processor
KR101751515B1 (en) * 2016-02-11 2017-06-27 네이버 주식회사 Apparatus, method, and computer program for testing
US9521115B1 (en) 2016-03-24 2016-12-13 Varmour Networks, Inc. Security policy generation using container metadata
US10114736B2 (en) 2016-03-30 2018-10-30 Ca, Inc. Virtual service data set generation
US10838846B1 (en) * 2016-05-16 2020-11-17 Jpmorgan Chase Bank, N.A. Method and system for implementing an automation software testing and packaging framework
US10623295B2 (en) * 2016-05-26 2020-04-14 CloudBolt Software Inc. Infrastructure testing
WO2017212496A2 (en) * 2016-06-08 2017-12-14 Veriversion Labs Ltd. Methods and systems of software testing, distribution, installation and deployment
US10755334B2 (en) * 2016-06-30 2020-08-25 Varmour Networks, Inc. Systems and methods for continually scoring and segmenting open opportunities using client data and product predictors
US10223247B2 (en) 2016-07-05 2019-03-05 Red Hat, Inc. Generating pseudorandom test items for software testing of an application under test (AUT)
CN106055486A (en) * 2016-08-19 2016-10-26 浪潮(北京)电子信息产业有限公司 Automatic operation maintenance method and platform of distributed file system
US10061685B1 (en) * 2016-08-31 2018-08-28 Amdocs Development Limited System, method, and computer program for high volume test automation (HVTA) utilizing recorded automation building blocks
US9690690B1 (en) 2016-09-30 2017-06-27 Semmle Limited Scalable transitive violation matching
US9639352B1 (en) 2016-10-12 2017-05-02 Semmle Limited Computing rework churn for contributions to a code base
KR102460416B1 (en) * 2016-10-24 2022-10-28 삼성에스디에스 주식회사 System and method for managing container-based distributed application
US10452774B2 (en) 2016-12-13 2019-10-22 Bank Of America Corporation System architecture framework
US10229750B2 (en) 2017-01-18 2019-03-12 Bank Of America Corporation Memory management architecture for use with a diagnostic tool
US10496739B2 (en) 2017-01-18 2019-12-03 Bank Of America Corporation Test case consolidator
US10127141B2 (en) 2017-02-20 2018-11-13 Bank Of America Corporation Electronic technology resource evaluation system
US10489287B2 (en) * 2017-05-15 2019-11-26 Bank Of America Corporation Conducting automated software testing using centralized controller and distributed test host servers
US10430184B2 (en) * 2017-10-24 2019-10-01 Semmle Limited Violation match sets
US10692031B2 (en) 2017-11-02 2020-06-23 International Business Machines Corporation Estimating software as a service cloud computing resource capacity requirements for a customer based on customer workflows and workloads
EP3602306B1 (en) * 2017-11-10 2022-10-26 Google LLC Automated device test triaging system and techniques
US11323315B1 (en) 2017-11-29 2022-05-03 Amazon Technologies, Inc. Automated host management service
US10255065B1 (en) * 2017-12-29 2019-04-09 Semmle Limited Automatically building software projects
US10540171B2 (en) * 2017-12-29 2020-01-21 Business Objects Software, Ltd. State capture and retrieval for rapid deployment environments
US11038770B2 (en) 2018-02-01 2021-06-15 Keysight Technologies, Inc. Methods, systems, and computer readable media for managing deployment and maintenance of network tools
US10769056B2 (en) 2018-02-26 2020-09-08 The Ultimate Software Group, Inc. System for autonomously testing a computer system
US11954461B2 (en) 2018-02-26 2024-04-09 Ukg Inc. Autonomously delivering software features
US10783065B2 (en) * 2018-03-23 2020-09-22 Sungard Availability Services, Lp Unified test automation system
CN108614770B (en) * 2018-04-09 2021-08-27 中国工商银行股份有限公司 Automatic test assertion method, device, storage medium and equipment
US11113175B1 (en) 2018-05-31 2021-09-07 The Ultimate Software Group, Inc. System for discovering semantic relationships in computer programs
US10747651B1 (en) 2018-05-31 2020-08-18 The Ultimate Software Group, Inc. System for optimizing system resources and runtime during a testing procedure
US10599767B1 (en) 2018-05-31 2020-03-24 The Ultimate Software Group, Inc. System for providing intelligent part of speech processing of complex natural language
US11010284B1 (en) 2018-05-31 2021-05-18 The Ultimate Software Group, Inc. System for understanding navigational semantics via hypothesis generation and contextual analysis
US10977155B1 (en) 2018-05-31 2021-04-13 The Ultimate Software Group, Inc. System for providing autonomous discovery of field or navigation constraints
CN108829599A (en) * 2018-06-15 2018-11-16 郑州云海信息技术有限公司 A kind of test method and system of the QuickAssist technical software based on Linux
US11385994B2 (en) 2018-08-21 2022-07-12 Marlabs Incorporated Testing automation controller framework and a method to operate the same
US10528454B1 (en) * 2018-10-23 2020-01-07 Fmr Llc Intelligent automation of computer software testing log aggregation, analysis, and error remediation
KR102617906B1 (en) * 2019-05-07 2023-12-27 한국정보통신기술협회 Test automation framework system for medical software and method of test automation
US11711374B2 (en) 2019-05-31 2023-07-25 Varmour Networks, Inc. Systems and methods for understanding identity and organizational access to applications within an enterprise environment
US11290493B2 (en) 2019-05-31 2022-03-29 Varmour Networks, Inc. Template-driven intent-based security
US11290494B2 (en) 2019-05-31 2022-03-29 Varmour Networks, Inc. Reliability prediction for cloud security policies
US11575563B2 (en) 2019-05-31 2023-02-07 Varmour Networks, Inc. Cloud security management
US11310284B2 (en) 2019-05-31 2022-04-19 Varmour Networks, Inc. Validation of cloud security policies
US11863580B2 (en) 2019-05-31 2024-01-02 Varmour Networks, Inc. Modeling application dependencies to identify operational risk
US10951509B1 (en) * 2019-06-07 2021-03-16 Keysight Technologies, Inc. Methods, systems, and computer readable media for providing intent-driven microapps for execution on communications network testing devices
CN110286281B (en) * 2019-06-11 2021-11-02 上海龙旗科技股份有限公司 Method and equipment for aging test of intelligent equipment
US10846208B1 (en) 2019-09-12 2020-11-24 T-Mobile Usa, Inc. Automation framework with orchestrated test execution, such as for use in testing wireless network components
US11489745B2 (en) 2019-10-15 2022-11-01 Keysight Technologies, Inc. Methods, systems and computer readable media for providing a declarative network monitoring environment
CN110879769B (en) * 2019-10-16 2024-01-26 中国航空工业集团公司洛阳电光设备研究所 Method for constructing embedded system test environment based on dynamic configurable framework
US11029938B1 (en) 2019-11-22 2021-06-08 Dell Products L.P. Software update compatibility assessment
CN112988555A (en) * 2019-12-13 2021-06-18 中移信息技术有限公司 Interface test method, device, equipment and storage medium
US11200049B2 (en) 2020-01-06 2021-12-14 International Business Machines Corporation Automated test authorization management
US11442839B2 (en) * 2020-03-10 2022-09-13 International Business Machines Corporation Runtime metrics based test ordering
US11726897B2 (en) * 2020-04-13 2023-08-15 The Toronto-Dominion Bank System and method for testing applications
KR102481249B1 (en) * 2020-10-22 2022-12-26 주식회사 엔씨소프트 Apparatus and method for test automation service
US11347630B1 (en) * 2020-11-09 2022-05-31 Jpmorgan Chase Bank, N.A. Method and system for an automated testing framework in design pattern and validating messages
US11876817B2 (en) 2020-12-23 2024-01-16 Varmour Networks, Inc. Modeling queue-based message-oriented middleware relationships in a security system
US11818152B2 (en) 2020-12-23 2023-11-14 Varmour Networks, Inc. Modeling topic-based message-oriented middleware within a security system
US11777978B2 (en) 2021-01-29 2023-10-03 Varmour Networks, Inc. Methods and systems for accurately assessing application access risk
US11630749B2 (en) 2021-04-09 2023-04-18 Bank Of America Corporation Electronic system for application monitoring and preemptive remediation of associated events
US11734316B2 (en) 2021-07-08 2023-08-22 Varmour Networks, Inc. Relationship-based search in a computing environment
CN113835685B (en) * 2021-11-26 2022-02-18 之江实验室 Network operating system design method based on mimicry database
CN114706796A (en) * 2022-06-07 2022-07-05 广州易方信息科技股份有限公司 UI (user interface) automatic diff assertion method and device based on DOM (document object model) tree structure

Family Cites Families (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5021997A (en) 1986-09-29 1991-06-04 At&T Bell Laboratories Test automation system
JPH03206531A (en) * 1990-01-08 1991-09-09 Matsushita Electric Ind Co Ltd Automatic generating device for test program
JPH06110731A (en) * 1992-05-26 1994-04-22 Nec Corp Software test support device
US5357452A (en) 1992-06-30 1994-10-18 Sun Microsystems, Inc. Automatic generation of auto-checking testing functions
US5359546A (en) 1992-06-30 1994-10-25 Sun Microsystems, Inc. Automatic generation of test drivers
US5513315A (en) 1992-12-22 1996-04-30 Microsoft Corporation System and method for automatic testing of computer software
US5390325A (en) 1992-12-23 1995-02-14 Taligent, Inc. Automated testing system
US5500941A (en) 1994-07-06 1996-03-19 Ericsson, S.A. Optimum functional test method to determine the quality of a software system embedded in a large electronic system
US5596714A (en) * 1994-07-11 1997-01-21 Pure Atria Corporation Method for simultaneously testing multiple graphic user interface programs
JPH0895826A (en) * 1994-09-21 1996-04-12 Hitachi Software Eng Co Ltd Program testing method
US5542043A (en) 1994-10-11 1996-07-30 Bell Communications Research, Inc. Method and system for automatically generating efficient test cases for systems having interacting elements
US5590330A (en) 1994-12-13 1996-12-31 International Business Machines Corporation Method and system for providing a testing facility in a program development tool
US5634002A (en) 1995-05-31 1997-05-27 Sun Microsystems, Inc. Method and system for testing graphical user interface programs
US5751941A (en) * 1996-04-04 1998-05-12 Hewlett-Packard Company Object oriented framework for testing software
US5892947A (en) * 1996-07-01 1999-04-06 Sun Microsystems, Inc. Test support tool system and method
US5995915A (en) * 1997-01-29 1999-11-30 Advanced Micro Devices, Inc. Method and apparatus for the functional verification of digital electronic systems
US6002869A (en) 1997-02-26 1999-12-14 Novell, Inc. System and method for automatically testing software programs
US6167537A (en) 1997-09-22 2000-12-26 Hewlett-Packard Company Communications protocol for an automated testing system
US6182245B1 (en) * 1998-08-31 2001-01-30 Lsi Logic Corporation Software test case client/server system and method
US6601018B1 (en) * 1999-02-04 2003-07-29 International Business Machines Corporation Automatic test framework system and method in software component testing
US6542841B1 (en) * 1999-08-10 2003-04-01 Tyco Telecommunications (Us) Inc. Method for managing test measurements
US6301701B1 (en) 1999-11-10 2001-10-09 Tenfold Corporation Method for computer-assisted testing of software application components
US6269457B1 (en) * 2000-06-01 2001-07-31 Testing Technologies, Inc. Technology regression and verification acceptance method
US6662312B1 (en) 2000-06-30 2003-12-09 Qwest Communications International Inc. Software-testing automation system
EP1179776A1 (en) * 2000-08-11 2002-02-13 Sony Service Centre (Europe) N.V. Test automation framework
WO2002086710A2 (en) * 2001-04-24 2002-10-31 Wvhtc Foundation Software suitability testing system
US20030093716A1 (en) * 2001-11-13 2003-05-15 International Business Machines Corporation Method and apparatus for collecting persistent coverage data across software versions
GB0206761D0 (en) * 2002-03-22 2002-05-01 Object Media Ltd Software testing
US7024589B2 (en) * 2002-06-14 2006-04-04 International Business Machines Corporation Reducing the complexity of finite state machine test generation using combinatorial designs
US6876942B2 (en) * 2002-09-18 2005-04-05 Lsi Logic Corporation Methods and systems for enhanced automated system testing
US7178065B2 (en) * 2003-04-02 2007-02-13 Sun Microsystems, Inc. System and method for measuring performance with distributed agents
US6889158B2 (en) * 2003-06-30 2005-05-03 Microsoft Corporation Test execution framework for automated software testing
US20050044533A1 (en) * 2003-08-18 2005-02-24 Microsoft Corporation System and method for focused testing of software builds
JP2005107803A (en) * 2003-09-30 2005-04-21 Hitachi Ltd System updating method and computer system for executing the same
US20050086022A1 (en) * 2003-10-15 2005-04-21 Microsoft Corporation System and method for providing a standardized test framework
US20050120274A1 (en) * 2003-11-14 2005-06-02 Haghighat Mohammad R. Methods and apparatus to minimize debugging and testing time of applications
US7428663B2 (en) * 2004-06-01 2008-09-23 Alcatel Lucent Electronic device diagnostic methods and systems
EP1856825A2 (en) * 2005-03-07 2007-11-21 Nettest North America, Inc. Passive optical network loss test apparatus and method of use thereof
US7526681B2 (en) * 2006-08-07 2009-04-28 Sap Portals Israel Ltd. Software testing framework

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
None
See also references of EP1963964A4

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7600220B2 (en) 2005-01-11 2009-10-06 Worksoft, Inc. Extensible execution language
US7917896B2 (en) 2005-01-11 2011-03-29 Worksoft, Inc. Extensible execution language
US8141043B2 (en) 2005-01-11 2012-03-20 Worksoft, Inc. Automated business process testing that spans multiple platforms or applications
US8296736B2 (en) 2005-01-11 2012-10-23 Worksoft, Inc. Automated business process testing that spans multiple platforms or applications
WO2009014981A3 (en) * 2007-07-23 2009-03-19 Worksoft Inc Extensible execution language
WO2009014981A2 (en) 2007-07-23 2009-01-29 Worksoft, Inc. Extensible execution language
JP2010061461A (en) * 2008-09-04 2010-03-18 Ricoh Co Ltd System for automatic evaluation of software performance
EP3939964A1 (en) 2008-12-31 2022-01-19 Ardelyx, Inc. Combinations for inhibiting nhe-mediated antiport in the treatment of disorders associated with fluid retention or salt overload and gastrointestinal tract disorders
EP2214099A1 (en) * 2009-01-30 2010-08-04 Tieto Oyj Method for software package deployment in a network node
WO2012167190A1 (en) * 2011-06-02 2012-12-06 Versata Development Group, Inc. End user remote enterprise application software testing
US9003237B2 (en) 2011-06-02 2015-04-07 Rahul Subramaniam End user remote enterprise application software testing
US20150058680A1 (en) * 2011-12-16 2015-02-26 Codenomicon Oy Network-based testing service and method of testing in a network
US9639456B2 (en) 2011-12-16 2017-05-02 Synopsys, Inc. Network-based testing service and method of testing in a network
WO2013087982A1 (en) * 2011-12-16 2013-06-20 Codenomicon Oy Network- based testing and pubblication service
US10037268B2 (en) 2014-11-12 2018-07-31 International Business Machines Corporation System and method for determining requirements for testing software
US10042747B2 (en) 2014-11-12 2018-08-07 International Business Machines Corporation System and method for determining requirements for testing software
CN108683567A (en) * 2018-05-30 2018-10-19 郑州云海信息技术有限公司 A kind of switch port fault testing method and system based on MCS and server
CN111813387A (en) * 2020-07-10 2020-10-23 斑马网络技术有限公司 Testing device, construction method thereof and automatic testing method
CN114629832A (en) * 2022-03-17 2022-06-14 广州超云科技有限公司 Remote automatic test method, system, electronic equipment and storage medium

Also Published As

Publication number Publication date
JP5535484B2 (en) 2014-07-02
EP1963964A4 (en) 2012-02-01
EP1963964A2 (en) 2008-09-03
US20110035629A1 (en) 2011-02-10
US7694181B2 (en) 2010-04-06
US8230267B2 (en) 2012-07-24
WO2007070414A3 (en) 2008-06-26
JP2009519544A (en) 2009-05-14
US20070234293A1 (en) 2007-10-04

Similar Documents

Publication Publication Date Title
US7694181B2 (en) Automated software testing framework
US9417865B2 (en) Determining when to update a package manager software
US10430204B2 (en) System and method for cloud provisioning and application deployment
US8166458B2 (en) Method and system for automated distributed software testing
US7165189B1 (en) Distributed test framework for clustered systems
CN110417613B (en) Distributed performance testing method, device, equipment and storage medium based on Jmeter
US8095823B2 (en) Server computer component
US7293255B2 (en) Apparatus and method for automated creation of resource types
US8352916B2 (en) Facilitating the automated testing of daily builds of software
US8516464B2 (en) Computer system and method for resolving dependencies in a computer system
US20090172636A1 (en) Interactive development tool and debugger for web services
EP2002334A1 (en) Xml-based transfer and a local storage of java objects
US20060080638A1 (en) Automated multi-platform build and test environment for software application development
EP1276047A2 (en) System controller for use in a distributed processing framework system and methods for implementing the same
US20210392039A1 (en) Automated Initialization Of Bare Metal Servers
US9760364B2 (en) Checks for software extensions
Chen et al. MORE: A model-driven operation service for cloud-based IT systems
Kalibera et al. Automated benchmarking and analysis tool
CN116244186A (en) Operating system test management method and device and computing equipment
US20220147381A1 (en) Monitoring containerized vm application running within software container
US11743188B2 (en) Check-in monitoring for workflows
Benton et al. Wallaby: A scalable semantic configuration service for grids and clouds
US8387040B2 (en) Dynamic creation of client-side environment for problem analysis
Kleindienst Implementation and evaluation of a hybrid microservice infrastructure
Azrai Software test automation: a design and tool selection approach for a heterogeneous environment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2008545688

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2006845087

Country of ref document: EP