JP2009519544A - 自動ソフトウェアテストフレームワーク - Google Patents
自動ソフトウェアテストフレームワーク Download PDFInfo
- Publication number
- JP2009519544A JP2009519544A JP2008545688A JP2008545688A JP2009519544A JP 2009519544 A JP2009519544 A JP 2009519544A JP 2008545688 A JP2008545688 A JP 2008545688A JP 2008545688 A JP2008545688 A JP 2008545688A JP 2009519544 A JP2009519544 A JP 2009519544A
- Authority
- JP
- Japan
- Prior art keywords
- test
- predetermined
- framework
- code
- tests
- Prior art date
- Legal status (The legal status 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 status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
【解決手段】テストされるシステムの所定のバージョンを自動で割り当て、インストールし、検証し、ハンドオフにより一連のテストをシステムに実施し、テストの情報を1以上の開発者レポジトリ(問い合わせ可能なデータベース、電子メールリスト、開発者ウェブサーバ、ソースコードバージョン制御システム、ディフェクトトラッキングシステム等)にエクスポートする汎用的なテストフレームである。フレームワークは、テストがコマンドラインまたはコンフィグレーションファイルを介して命令を発行できる限り、テストの特定のインプリメンテーション言語に捕らわれない。複数のテストを有する所定のテスト群の自動テストの間および特定のテストが実施された後に、フレームワークはテストされるシステムの「イメージ」を作成し、開発者が利用可能な情報を生成するのが好適であり、テスト群の追加のテストが行われる。この方法では、フレームワークはシステムの「状態」を保護し、現在または事後のデバッグを容易にする。フレームワークはまた、テスト中に所定のシステムのバージョンを再インストールおよび検証し、これは、所定のテストが破壊され、またはシステムを許容できない状態にするイベントにおいて必要とされる。
【選択図】図4
Description
フレームワークが用いられる適切な情報を備えてる。このデータベースは、任意のテストが動作する前に(または所定のテスト群が実施される前に)ポーリングされ、所望の情報を発見する。
[root@client/home/daemon]#./daemon -s risfs -c clusterfoo -b
http:pathbuildrpm/foo.rpm --refresh --report
などの実行要求を受信した場合に、自動テストフレームワーク処理がどのように動作するのかを示した例である。
この要求により以下の処理が行われる。
・デーモンの動作
・risfsテスト群の実行
・clusterfooに対する
・build fooにより
・およびPerforceからテストを更新し、最新のテスト群を取得する
・結果をデータベースに報告
したがって、要求に応じて、フレームワークは、デーモンラッパ(daemon wrapper)を実行し、クラスタ情報を取得し(クラスタが動作しているか、あるいはビルドしているかチェックし、必要に応じてクリーニングする)、規定のビルドをダウンロードし、ビルドをクラスタに展開し(インストール)、クラスタを開始し、クラスタの状態をチェックし、データベースから所望のテストを取得し(必要に応じてコードレポジトリからテストを同期させ)、必要に応じてローカルテスト設定を実行し(例えば、マウントポイントを生成し)、テストを実行し、テスト中のシステムのイメージを作成し(完全性のチェック、ログの取得など)、テストが終了した場合にシャットダウンし、テストの結果およびイメージを報告/公表する。
・テスト群
・テストサブ群
・テスト名/コード/シリアル
・テスト位置(必然的)
・実行に必要なテストフラグ(すなわち、-n $testnum, -s $port等)
・これはファイルテストか?(すなわち、マウントポイントが必要か)
・trueの場合
・ 所定のマウントが必要か?
・ nfsマウントが必要か?
・ 両方必要か?
・ これはhttpテストか?
・ trueの場合
・ どれだけのhttp urlが共有されたか?
・ループエラーか?
・エラーのエラー回数(最大n)
Claims (32)
- システムを自動的にテストするフレームワークであって、
プロセッサと、
当該プロセッサにより実行される処理とを備え、
(a)前記システム用の所定のソフトウェアビルドを取得する第1のコードを実行するステップと、
(b)前記所定のソフトウェアビルドを前記システムに展開する第2のコードを実行するステップと、
(c)1またはそれ以上のテストに関連する情報を取得する第3のコードを実行するステップと、
(d)前記1またはそれ以上のテストそれぞれの実行を開始する第4のコードを実行するステップと、
(e)所定のテストが実行された後に、前記システムに関連する状態情報を取得する第5のコードを実行するステップと、
(f)前記1またはそれ以上のテストの結果に関連する情報を少なくとも一のデータレポジトリにエクスポートする第6のコードを実行するステップと、を非順序的に備える前記処理が、前記システムに対する1またはそれ以上のテストの実施要求の受信に応答することを特徴とするフレームワーク。 - 請求項1に記載のフレームワークにおいて、前記第2のコードがまた、前記所定のソフトウェアビルドを前記システムに展開する前に、所定のリソースを初期状態に戻すことを特徴とするフレームワーク。
- 請求項1に記載のフレームワークにおいて、前記第2のコードがまた、前記所定のソフトウェアビルドを前記システムに展開する前に、所定のリソースを所定の状態にすることを特徴とする方法。
- 請求項1に記載のフレームワークにおいて、前記第2のコードがまた、前記所定のソフトウェアビルドが展開されたあるいは展開されている場合に、前記システムまたは前記システムの所定の要素の動作状態を検証することを特徴とするフレームワーク。
- 請求項1に記載のフレームワークにおいて、前記第3のコードが実行され、コードレポジトリから前記1またはそれ以上のテストに関連する情報を取得することを特徴とするフレームワーク。
- 請求項2に記載のフレームワークにおいて、前記第2のコードがまた、所定のテストの実行の後に、所定のリソースを初期状態に戻し、前記所定のソフトウェアビルドを再インストールするフレームワーク。
- 請求項1に記載のフレームワークにおいて、前記レポジトリが、データベース、ウェブサーバ、電子メールリスト、またはディフェクトトラッキングシステムのうちの一つであることを特徴とするフレームワーク。
- 請求項7に記載のフレームワークにおいて、前記第1、第2、第3、第4、第5または第6のコードのうちの少なくとも一つが、前記処理が実行される第1のマシンと異なる第2のマシンで実行されることを特徴とするフレームワーク。
- 請求項8に記載のフレームワークにおいて、前記第1および第2のマシンが、異なるオペレーティングシステムを実行することを特徴とするフレームワーク。
- 請求項1に記載のフレームワークにおいて、前記テストのうちの少なくとも一つが、前記処理が記述されたプログラミング言語と異なる言語で記述されていることを特徴とするフレームワーク。
- 請求項1に記載のフレームワークにおいて、前記1またはそれ以上のテストそれぞれが独立しており、任意の順序で実行されることを特徴とするフレームワーク。
- システムを自動的にテストする方法であって、要求に応答して、1またはそれ以上のコードモジュールのセットをコールするコードを非順序的に実行するステップを備え、前記1またはそれ以上のコードモジュールが、
前記システムのターゲットインスタンスを割り当て、インストールし、および検証するステップと、
1またはそれ以上のテストを有する所定のテスト群を取得するステップと、
前記所定のテスト群の各テストを実行するステップと、
各テストが実行された後に、前記システムのターゲットインスタンスの状態を取得するステップと、
前記所定のテスト群の次のテストを実行する前に、前記システムのターゲットインスタンスを再び割り当て、インストールし、および検証するステップと、
前記テスト群が終了した後に、前記所定のテスト群の1またはそれ以上のテストに関する所定の情報をエクスポートするステップと、を自動的に実行することを特徴とする方法。 - 請求項12に記載の方法において、前記所定の情報が、データベース、ウェブサーバ、電子メールリスト、またはディフェクトトラッキングシステムのうちの一つにエクスポートされることを特徴とする方法。
- 請求項12に記載の方法において、前記システムのターゲットインスタンスは、先行するテストの間の前記システムあるいはシステム要素が失敗すると、再び割り当てられ、インストールされ、および検証されることを特徴とする方法。
- 請求項12に記載の方法において、前記システムのターゲットインスタンスは、コンフィグレーションパラメータが設定されると、再び割り当てられ、インストールされ、および検証されることを特徴とする方法。
- 請求項12に記載の方法において、前記システムのターゲットインスタンスを再び割り当て、インストールし、および検証するステップがさらに、前記システムのコンフィグレーションを修正することを特徴とする方法。
- 請求項12に記載の方法において、少なくとも1またはそれ以上の前記コードモジュールが、前記コードが実行されるマシンと異なるマシンで実行されることを特徴とする方法。
- 請求項12に記載の方法において、前記所定のテスト群に関連するテストファイルが、コードレポジトリから取得されることを特徴とする方法。
- 請求項12に記載の方法において、前記1またはそれ以上のコードモジュールをコールするコードが、所定のテストが記述された言語と独立した言語で記述されていることを特徴とする方法。
- 請求項12に記載の方法において、前記コードが、自動的に且つ所定のテストを参照することなく実行されることを特徴とする方法。
- 請求項12に記載の方法において、前記システムのターゲットインスタンスが、ソフトウェアプログラムの所定のビルドを備えることを特徴とする方法。
- システムを自動的にテストする方法であって、
所定のテスト群を実行する要求の受信に応答して、前記システムの所定のリソースを自動的に割り当て、インストールし、および検証するステップと、
前記所定のテスト群を実行するステップと、
前記所定のテスト群の少なくとも一のテストの結果に関する情報を生成するステップと、
前記所定のテスト群の一のテストの実行の後に、前記所定のリソースを選択的に再び割り当て、インストールし、および検証するステップと、
各テストに関連する情報を1またはそれ以上のレポジトリにエクスポートするステップとを備え、
前記テスト群の所定のテストが、当該テストのインプリメンテーション言語に関わりなく実行可能であることを特徴とする方法。 - 請求項22に記載の方法がさらに、前記所定のテスト群の各テストの後に、前記システムの状態を取得するステップを備えることを特徴とする方法。
- 請求項22に記載の方法において、前記システムの所定のリソースを自動的に割り当て、インストールし、および検証するステップが、
所定のリソースを初期状態に戻すステップと、
所定のソフトウェアビルドをインストールするステップと、
リブートするステップとを備えることを特徴とする方法。 - 請求項22に記載の方法において、前記システムの所定のリスースは、前記所定のリソースが使用可能になると、動的に検証されることを特徴とする方法。
- 請求項22に記載の方法において、前記情報が、所定のテストが成功または失敗したかを示すことを特徴とする方法。
- 請求項22に記載の方法において、前記選択的に再び割り当て、インストールし、および検証するステップが、先行するテスト中の前記システムあるいはシステム要素が失敗すると、あるいはコンフィグレーションパラメータの設定に応答して行われることを特徴とする方法。
- 請求項22に記載の方法において、前記ステップのうちの少なくとも一つが、所定のテストの実行と独立して実行されるデーモンの制御下で行われることを特徴とする方法。
- 請求項22に記載の方法において、前記所定のリソースが、所定のハードウェア、所定のソフトウェア、あるいは所定のハードウェアおよび所定のソフトウェアの組み合わせのうちの一つを含むことを特徴とする方法。
- 請求項22に記載の方法において、前記レポジトリが、データベース、ウェブサーバ、電子メールリスト、またはディフェクトトラッキングシステムのうちの一つを含むことを特徴とする方法。
- 請求項28に記載の方法において、前記デーモンが第1のマシンで実行され、前記テスト群の少なくとも一つのテストが第2のマシンで実行されることを特徴とする方法。
- 請求項31に記載の方法において、前記第1および第2のマシンが、異なるオペレーティングシステムを実行することを特徴とする方法。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/299,572 | 2005-12-12 | ||
US11/299,572 US7694181B2 (en) | 2005-12-12 | 2005-12-12 | Automated software testing framework |
PCT/US2006/046993 WO2007070414A2 (en) | 2005-12-12 | 2006-12-11 | Automated software testing framework |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009519544A true JP2009519544A (ja) | 2009-05-14 |
JP5535484B2 JP5535484B2 (ja) | 2014-07-02 |
Family
ID=38163439
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008545688A Expired - Fee Related JP5535484B2 (ja) | 2005-12-12 | 2006-12-11 | 自動ソフトウェアテストフレームワーク |
Country Status (4)
Country | Link |
---|---|
US (2) | US7694181B2 (ja) |
EP (1) | EP1963964A4 (ja) |
JP (1) | JP5535484B2 (ja) |
WO (1) | WO2007070414A2 (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101751515B1 (ko) * | 2016-02-11 | 2017-06-27 | 네이버 주식회사 | 테스트 실행 장치, 방법 및 컴퓨터 프로그램 |
KR20200129232A (ko) * | 2019-05-07 | 2020-11-18 | 한국정보통신기술협회 | 의료용 소프트웨어를 위한 테스트 자동화 프레임워크 시스템 및 테스트 자동화 방법 |
KR20220053430A (ko) * | 2020-10-22 | 2022-04-29 | 주식회사 엔씨소프트 | 테스트 자동화 서비스 장치 및 방법 |
Families Citing this family (193)
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 |
US7600220B2 (en) | 2005-01-11 | 2009-10-06 | 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 |
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 |
DE112006003953T5 (de) * | 2006-07-11 | 2009-08-20 | Abb Research Ltd. | Ein Lebenszyklusmanagementsystem für intelligente elektronische Geräte |
US8131644B2 (en) * | 2006-08-29 | 2012-03-06 | Sap Ag | Formular update |
US8065661B2 (en) * | 2006-08-29 | 2011-11-22 | Sap Ag | Test engine |
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 (fr) * | 2008-05-16 | 2009-11-20 | Ateji Soc Par Actions Simplifi | Procede et systeme de developpement de programmes paralleles |
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 |
JP2010061461A (ja) * | 2008-09-04 | 2010-03-18 | Ricoh Co Ltd | ソフトウェアの自動性能評価システム |
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 |
ES2657938T3 (es) | 2008-12-31 | 2018-03-07 | Ardelyx, Inc. | Compuestos y métodos para inhibir el antipuerto mediado por NHE en el tratamiento de trastornos asociados a la retención de líquidos o a la sobrecarga de sales y trastornos del tracto gastrointestinal |
EP2214099A1 (en) * | 2009-01-30 | 2010-08-04 | Tieto Oyj | Method for software package deployment in a network node |
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 (ja) * | 2009-05-25 | 2013-12-18 | キヤノン株式会社 | 情報処理装置、製造装置及びデバイス製造方法 |
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 (zh) * | 2010-09-09 | 2015-12-02 | 国际商业机器公司 | 自动操作系统测试框架 |
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 (zh) * | 2011-01-18 | 2012-07-18 | 智比特信息技术(镇江)有限公司 | 用于由计算机控制的电子产品的自动测试方法 |
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 (zh) * | 2011-03-30 | 2016-03-09 | 国际商业机器公司 | 对待测试应用的测试例进行处理的方法和系统 |
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 |
WO2012167190A1 (en) * | 2011-06-02 | 2012-12-06 | Versata Development Group, Inc. | End user remote enterprise application software testing |
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 (ja) * | 2011-09-21 | 2013-04-18 | Canon Inc | システム、情報処理装置およびその制御方法、画像形成装置およびその制御方法、並びにプログラム |
US9058423B1 (en) * | 2011-11-18 | 2015-06-16 | Google Inc. | Dynamic environment deployment within system tests to clusters, local machines or production |
FI20116278A (fi) * | 2011-12-16 | 2013-06-17 | Codenomicon Oy | Tietoverkkopohjainen testauspalvelu ja testaamismenetelmä tietoverkossa |
US9355017B2 (en) | 2012-01-06 | 2016-05-31 | Iii Holdings 4, Llc | Automated error checking system for a software application and method therefor |
US10303349B2 (en) | 2012-01-26 | 2019-05-28 | Entit Software Llc | 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 (zh) * | 2012-04-28 | 2016-04-13 | 阿里巴巴集团控股有限公司 | 网页产品的开发测试系统、测试方法及装置 |
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 (ja) * | 2012-08-30 | 2015-11-18 | 株式会社アドバンテスト | テストプログラムおよび試験システム |
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 |
US9684587B2 (en) | 2012-10-12 | 2017-06-20 | Vmware, Inc. | Test creation with execution |
US10387294B2 (en) * | 2012-10-12 | 2019-08-20 | Vmware, Inc. | Altering a test |
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 (ja) * | 2013-04-19 | 2013-10-30 | 浮田建設株式会社 | ゲームシステムの制御方法、ゲームシステム及びコンピュータ・プログラム |
CN104123219B (zh) | 2013-04-28 | 2017-05-24 | 国际商业机器公司 | 测试软件的方法和设备 |
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 |
US9973472B2 (en) | 2015-04-02 | 2018-05-15 | Varmour Networks, Inc. | Methods and systems for orchestrating physical and virtual switches to enforce security boundaries |
US10091238B2 (en) | 2014-02-11 | 2018-10-02 | Varmour Networks, Inc. | Deception using distributed threat detection |
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 |
US10042747B2 (en) | 2014-11-12 | 2018-08-07 | International Business Machines Corporation | System and method for determining requirements for testing software |
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 |
US10009381B2 (en) | 2015-03-30 | 2018-06-26 | Varmour Networks, Inc. | System and method for threat-driven security policy controls |
US9380027B1 (en) | 2015-03-30 | 2016-06-28 | Varmour Networks, Inc. | Conditional declarative policies |
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 |
US9680852B1 (en) | 2016-01-29 | 2017-06-13 | Varmour Networks, Inc. | Recursive multi-layer examination for computer network security remediation |
US9762599B2 (en) | 2016-01-29 | 2017-09-12 | Varmour Networks, Inc. | Multi-node affinity-based examination for computer network security remediation |
US10003677B2 (en) | 2016-01-31 | 2018-06-19 | Nxp Usa, Inc. | Network application verification at a network processor |
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 (zh) * | 2016-08-19 | 2016-10-26 | 浪潮(北京)电子信息产业有限公司 | 一种分布式文件系统的自动化运维方法及平台 |
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 (ko) * | 2016-10-24 | 2022-10-28 | 삼성에스디에스 주식회사 | 컨테이너 기반의 분산 애플리케이션 관리 시스템 및 방법 |
US10452774B2 (en) | 2016-12-13 | 2019-10-22 | Bank Of America Corporation | System architecture framework |
US10496739B2 (en) | 2017-01-18 | 2019-12-03 | Bank Of America Corporation | Test case consolidator |
US10229750B2 (en) | 2017-01-18 | 2019-03-12 | Bank Of America Corporation | Memory management architecture for use with a diagnostic tool |
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 (zh) * | 2018-04-09 | 2021-08-27 | 中国工商银行股份有限公司 | 自动化测试断言方法、装置、存储介质及设备 |
CN108683567B (zh) * | 2018-05-30 | 2021-12-07 | 郑州云海信息技术有限公司 | 一种基于mcs和服务器的交换机端口故障测试方法及系统 |
US10747651B1 (en) | 2018-05-31 | 2020-08-18 | The Ultimate Software Group, Inc. | System for optimizing system resources and runtime during a testing procedure |
US11113175B1 (en) | 2018-05-31 | 2021-09-07 | The Ultimate Software Group, Inc. | System for discovering semantic relationships in computer programs |
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 |
US10977155B1 (en) | 2018-05-31 | 2021-04-13 | The Ultimate Software Group, Inc. | System for providing autonomous discovery of field or navigation constraints |
US11010284B1 (en) | 2018-05-31 | 2021-05-18 | The Ultimate Software Group, Inc. | System for understanding navigational semantics via hypothesis generation and contextual analysis |
CN108829599A (zh) * | 2018-06-15 | 2018-11-16 | 郑州云海信息技术有限公司 | 一种基于Linux的QuickAssist技术软件的测试方法与系统 |
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 |
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 |
US11575563B2 (en) | 2019-05-31 | 2023-02-07 | Varmour Networks, Inc. | Cloud security management |
US11863580B2 (en) | 2019-05-31 | 2024-01-02 | Varmour Networks, Inc. | Modeling application dependencies to identify operational risk |
US11290493B2 (en) | 2019-05-31 | 2022-03-29 | Varmour Networks, Inc. | Template-driven intent-based security |
US11310284B2 (en) | 2019-05-31 | 2022-04-19 | Varmour Networks, Inc. | Validation of cloud security policies |
US11290494B2 (en) | 2019-05-31 | 2022-03-29 | Varmour Networks, Inc. | Reliability prediction for cloud security policies |
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 (zh) * | 2019-06-11 | 2021-11-02 | 上海龙旗科技股份有限公司 | 一种智能设备老化测试的方法与设备 |
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 (zh) * | 2019-10-16 | 2024-01-26 | 中国航空工业集团公司洛阳电光设备研究所 | 一种基于动态可配置框架的嵌入式系统测试环境构建方法 |
US11029938B1 (en) | 2019-11-22 | 2021-06-08 | Dell Products L.P. | Software update compatibility assessment |
CN112988555B (zh) * | 2019-12-13 | 2024-05-24 | 中移信息技术有限公司 | 接口测试方法、装置、设备及存储介质 |
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 |
CN111813387A (zh) * | 2020-07-10 | 2020-10-23 | 斑马网络技术有限公司 | 测试装置及其构建方法以及自动化测试方法 |
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 |
US12050693B2 (en) | 2021-01-29 | 2024-07-30 | Varmour Networks, Inc. | System and method for attributing user behavior from multiple technical telemetry sources |
US11777978B2 (en) | 2021-01-29 | 2023-10-03 | Varmour Networks, Inc. | Methods and systems for accurately assessing application access risk |
US12093166B2 (en) * | 2021-02-24 | 2024-09-17 | Applause App Quality, Inc. | Systems and methods for automating test and validity |
US11630749B2 (en) | 2021-04-09 | 2023-04-18 | Bank Of America Corporation | Electronic system for application monitoring and preemptive remediation of associated events |
CN112948271B (zh) * | 2021-04-09 | 2024-06-25 | 腾讯科技(深圳)有限公司 | 一种代码测试方法、装置、设备及存储介质 |
US11734316B2 (en) | 2021-07-08 | 2023-08-22 | Varmour Networks, Inc. | Relationship-based search in a computing environment |
CN113835685B (zh) * | 2021-11-26 | 2022-02-18 | 之江实验室 | 一种基于拟态数据库的网络操作系统设计方法 |
CN114328184B (zh) * | 2021-12-01 | 2024-05-17 | 重庆长安汽车股份有限公司 | 一种基于车载以太网架构的大数据上云测试方法 |
CN114629832B (zh) * | 2022-03-17 | 2024-06-21 | 广州超云科技有限公司 | 一种远程自动化测试方法、系统、电子设备及存储介质 |
CN114706796A (zh) * | 2022-06-07 | 2022-07-05 | 广州易方信息科技股份有限公司 | 基于DOM树结构的UI自动化diff断言方法及装置 |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03206531A (ja) * | 1990-01-08 | 1991-09-09 | Matsushita Electric Ind Co Ltd | テストプログラム自動生成装置 |
JPH06110731A (ja) * | 1992-05-26 | 1994-04-22 | Nec Corp | ソフトウェアテスト支援装置 |
JPH0895826A (ja) * | 1994-09-21 | 1996-04-12 | Hitachi Software Eng Co Ltd | プログラムテスト方法 |
EP1179776A1 (en) * | 2000-08-11 | 2002-02-13 | Sony Service Centre (Europe) N.V. | Test automation framework |
JP2005107803A (ja) * | 2003-09-30 | 2005-04-21 | Hitachi Ltd | システム更新方法、および、それを実行するための計算機システム |
US20050086022A1 (en) * | 2003-10-15 | 2005-04-21 | Microsoft Corporation | System and method for providing a standardized test framework |
Family Cites Families (33)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5021997A (en) | 1986-09-29 | 1991-06-04 | At&T Bell Laboratories | Test automation system |
US5359546A (en) | 1992-06-30 | 1994-10-25 | Sun Microsystems, Inc. | Automatic generation of test drivers |
US5357452A (en) | 1992-06-30 | 1994-10-18 | Sun Microsystems, Inc. | Automatic generation of auto-checking testing functions |
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 |
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 |
US6766481B2 (en) * | 2001-04-24 | 2004-07-20 | West Virginia High Technology Consortium 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 |
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 |
-
2005
- 2005-12-12 US US11/299,572 patent/US7694181B2/en not_active Expired - Fee Related
-
2006
- 2006-12-11 EP EP06845087A patent/EP1963964A4/en not_active Withdrawn
- 2006-12-11 JP JP2008545688A patent/JP5535484B2/ja not_active Expired - Fee Related
- 2006-12-11 WO PCT/US2006/046993 patent/WO2007070414A2/en active Application Filing
-
2010
- 2010-04-05 US US12/753,924 patent/US8230267B2/en not_active Expired - Fee Related
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03206531A (ja) * | 1990-01-08 | 1991-09-09 | Matsushita Electric Ind Co Ltd | テストプログラム自動生成装置 |
JPH06110731A (ja) * | 1992-05-26 | 1994-04-22 | Nec Corp | ソフトウェアテスト支援装置 |
JPH0895826A (ja) * | 1994-09-21 | 1996-04-12 | Hitachi Software Eng Co Ltd | プログラムテスト方法 |
EP1179776A1 (en) * | 2000-08-11 | 2002-02-13 | Sony Service Centre (Europe) N.V. | Test automation framework |
JP2005107803A (ja) * | 2003-09-30 | 2005-04-21 | Hitachi Ltd | システム更新方法、および、それを実行するための計算機システム |
US20050086022A1 (en) * | 2003-10-15 | 2005-04-21 | Microsoft Corporation | System and method for providing a standardized test framework |
Non-Patent Citations (2)
Title |
---|
CSND200500854007; 小田 圭二: '万全の予防とテストで致命的トラブルを回避する Oracle管理 転ばぬ先の杖' DB Magazine 第14巻 第11号, 20041201, P.115-122, 株式会社翔泳社 * |
JPN6012063082; 小田 圭二: '万全の予防とテストで致命的トラブルを回避する Oracle管理 転ばぬ先の杖' DB Magazine 第14巻 第11号, 20041201, P.115-122, 株式会社翔泳社 * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101751515B1 (ko) * | 2016-02-11 | 2017-06-27 | 네이버 주식회사 | 테스트 실행 장치, 방법 및 컴퓨터 프로그램 |
KR20200129232A (ko) * | 2019-05-07 | 2020-11-18 | 한국정보통신기술협회 | 의료용 소프트웨어를 위한 테스트 자동화 프레임워크 시스템 및 테스트 자동화 방법 |
KR102617906B1 (ko) * | 2019-05-07 | 2023-12-27 | 한국정보통신기술협회 | 의료용 소프트웨어를 위한 테스트 자동화 프레임워크 시스템 및 테스트 자동화 방법 |
KR20220053430A (ko) * | 2020-10-22 | 2022-04-29 | 주식회사 엔씨소프트 | 테스트 자동화 서비스 장치 및 방법 |
KR102481249B1 (ko) * | 2020-10-22 | 2022-12-26 | 주식회사 엔씨소프트 | 테스트 자동화 서비스 장치 및 방법 |
Also Published As
Publication number | Publication date |
---|---|
EP1963964A2 (en) | 2008-09-03 |
WO2007070414A2 (en) | 2007-06-21 |
US7694181B2 (en) | 2010-04-06 |
WO2007070414A3 (en) | 2008-06-26 |
US8230267B2 (en) | 2012-07-24 |
EP1963964A4 (en) | 2012-02-01 |
JP5535484B2 (ja) | 2014-07-02 |
US20110035629A1 (en) | 2011-02-10 |
US20070234293A1 (en) | 2007-10-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5535484B2 (ja) | 自動ソフトウェアテストフレームワーク | |
US20220261419A1 (en) | Provisioning and managing replicated data instances | |
US10430204B2 (en) | System and method for cloud provisioning and application deployment | |
US9417865B2 (en) | Determining when to update a package manager software | |
KR102443172B1 (ko) | 멀티테넌트 어플리케이션 서버 환경에서 패치를 지원하는 시스템 및 방법 | |
US8365164B1 (en) | Portable software applications | |
US7284157B1 (en) | Faulty driver protection comparing list of driver faults | |
JP4524113B2 (ja) | ソフトウェア配布方法およびシステム | |
US7698391B2 (en) | Performing a provisioning operation associated with a software application on a subset of the nodes on which the software application is to operate | |
US7926051B2 (en) | Automatic parallel non-dependent component deployment | |
US8473913B2 (en) | Method of and system for dynamic automated test case generation and execution | |
US8352916B2 (en) | Facilitating the automated testing of daily builds of software | |
US8010504B2 (en) | Increasing application availability during automated enterprise deployments | |
US9043781B2 (en) | Algorithm for automated enterprise deployments | |
US8490078B2 (en) | System and method for application management | |
US20100312879A1 (en) | Plug-in provisioning integration in a clustered environment | |
US20060168564A1 (en) | Integrated chaining process for continuous software integration and validation | |
EP4327205A1 (en) | Transition manager system | |
US9760364B2 (en) | Checks for software extensions | |
CN117785266B (zh) | 应用程序的自动发布方法、调度服务器及低代码平台 | |
US20240338209A1 (en) | Software life-cycle component management system | |
US8812458B2 (en) | Adaptive methodology for updating solution building block architectures and associated tooling | |
CN117608601A (zh) | 一种erp软件应用程序部署方法、装置、设备及介质 | |
Zhang et al. | Lifecycle Management | |
Technology Investigation Service's Technology Evaluation Team | Puppet Configuration Management System Evaluation Report |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20091209 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20100407 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120423 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120508 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20120806 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20120813 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20120907 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20120914 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20121009 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20121016 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20121105 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20121204 |
|
A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A712 Effective date: 20121206 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20130225 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20130313 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20130403 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20130410 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20130419 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20130426 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130530 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20130723 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20131122 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20140114 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140401 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140423 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5535484 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |