JP5706276B2 - 非同期コード・テスト方法、コンピュータ・プログラム製品、コンピュータ・システムおよびプロセス(統合開発環境(ide)における非同期コード・テスト) - Google Patents
非同期コード・テスト方法、コンピュータ・プログラム製品、コンピュータ・システムおよびプロセス(統合開発環境(ide)における非同期コード・テスト) Download PDFInfo
- Publication number
- JP5706276B2 JP5706276B2 JP2011190471A JP2011190471A JP5706276B2 JP 5706276 B2 JP5706276 B2 JP 5706276B2 JP 2011190471 A JP2011190471 A JP 2011190471A JP 2011190471 A JP2011190471 A JP 2011190471A JP 5706276 B2 JP5706276 B2 JP 5706276B2
- Authority
- JP
- Japan
- Prior art keywords
- test case
- code
- code block
- test
- user
- 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.)
- Expired - Fee Related
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/3664—Environments for testing or debugging software
-
- 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
-
- 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
-
- 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/3684—Test management for test design, e.g. generating new test cases
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)
Description
21 統合開発環境(IDE)ツール
22 ソース・コード・エディタ
23 影響アナライザ
24 テスト・ケース・ランチャ
25 グラフィカル・ユーザ・インターフェース(GUI)
31 データベース
32 入力コード
33 テスト・ケース・リスト
34 テスト実行結果
42 実行キュー
Claims (11)
- 統合開発環境(IDE)における非同期コード・テストの方法であって、前記方法は、
コンピュータのプロセッサが、ソース・コード・エディタを介してユーザによって提供された入力に従って、データベース内に入力コードを作成するステップであって、前記IDEは、前記ソース・コード・エディタ、影響アナライザ、テスト・ケース・ランチャ、およびグラフィカル・ユーザ・インターフェース(GUI)を含み、前記データベースは、前記IDEをホストしている前記コンピュータに結合されている、前記ステップと、
前記影響アナライザを使用して、前記入力コードからテスト・ケース・リストを生成するステップであって、前記影響アナライザは、前記ユーザが前記入力コードのコード・ブロックを変更した直後に前記テスト・ケース・リストが生成されるように、前記ソース・コード・エディタと同時に実行され、前記テスト・ケース・リストの各テスト・ケースは、個別のテスト・ケース識別子と、個別の開始優先度とを含む少なくとも1つのテスト・ケースを含み、前記個別の開始優先度は、前記変更されたコード・ブロックに各テスト・ケースがどの程度強く関連するかを定量化し、前記各テスト・ケースは、前記個別のテスト・ケース識別子によって一意的に特定される、前記ステップと、
前記変更されたコード・ブロックに関するテスト実行結果を、前記テスト・ケース・リストの前記少なくとも1つのテスト・ケースを各テスト・ケースの前記個別の開始優先度に基づき前記テスト・ケース・ランチャを使用して非同期的に実行することによって、発生させるステップと、
前記テスト実行結果を、前記GUIを用いて前記ユーザに伝達するステップと、
を含む方法。 - 前記テスト・ケース・リストを前記生成するステップは、
前記作成するステップからの前記入力コードの第1のスナップショットを取得するステップであって、前記第1のスナップショットは、前記影響アナライザの実行スタックの一部である、前記ステップと、
前記第1のスナップショットを構文解析することによって、前記入力コードのコード・ブロック構造を構築するステップであって、前記コード・ブロック構造は、前記入力コードにおいて採用されているプログラミング言語によって決定される、前記ステップと、
前記ユーザが前記入力コードの変更を完了したことを検出すると、前記入力コードの第2のスナップショットを取得するステップと、
前記変更されたコード・ブロックを、前記第1のスナップショットと、前記第2のスナップショットとを比較することによって決定するステップと、
前記変更されたコード・ブロックによる影響を受ける少なくとも1つのコード・ブロックを、前記構築するステップからの前記コード・ブロック構造から選択し、その後、選択されたコード・ブロックそれぞれが前記変更されたコード・ブロックにどの程度強く関連するかを定量化する個別の関連強度に、前記選択されたコード・ブロックそれぞれを関係付けるステップと、
前記選択された少なくとも1つのコード・ブロックおよび前記個別の関連強度を含む、テスト・ケースを作成し、前記選択された少なくとも1つのコード・ブロックのすべての関連強度の合計として、前記テスト・ケースの開始優先度を計算するステップと、
前記作成されたテスト・ケースおよび計算された開始優先度を、前記テスト・ケース・リストのエントリとして前記データベースに記憶するステップと、
を含む、請求項1に記載の方法。 - 選択されたコード・ブロックそれぞれの前記個別の関連強度は、前記選択されたコード・ブロックそれぞれと、前記変更されたコード・ブロックとの間の、前記コード・ブロック構造において決定される包含関係および呼び出し関係によって決定され、前記コード・ブロックそれぞれおよび前記変更されたコード・ブロックが相互に直接的に呼び出す場合、ならびに前記コード・ブロックそれぞれおよび前記変更されたコード・ブロックが互いを直接包含する場合、前記関連強度はより強く、前記コード・ブロックそれぞれの関連強度すべての合計が小さいほど、前記開始優先度はより強い、請求項2に記載の方法。
- 前記テスト実行結果を前記発生させるステップは、
前記データベースから前記テスト・ケース・リストを読み出すステップであって、前記データベースはリアルタイムのメモリ動作のために使用可能である、前記ステップと、
前記読み出されたテスト・ケース・リストの少なくとも1つのテスト・ケースを有する実行キューをセットするステップと、
前記GUIを使用して、前記実行キューを前記ユーザに対して表示するステップと、
前記表示された実行キューからの前記少なくとも1つのテスト・ケースを、前記少なくとも1つのテスト・ケースの各テスト・ケースに関連する個別の開始優先度の順に、非同期的に実行するステップと、
前記各テスト・ケースの前記テスト実行結果を生成するステップであって、前記テスト実行結果は、前記テスト・ケース識別子と、前記テスト・ケースが成功か、または失敗かについてのインジケーションとを含む、前記ステップと、
を含む、請求項1に記載の方法。 - 前記テスト実行結果を前記発生させるステップは、
前記表示の後で、前記ユーザに、実行する第1のテスト・ケースを選択するよう促すステップであって、その結果前記ユーザは、前記第1のテスト・ケースに関連する開始優先度にかかわらず前記テスト・ケースを選択する、前記ステップと、
第1のテスト実行結果を、前記選択された第1のテスト・ケースを非同期的に実行することによって生成するステップと、
をさらに含む、請求項4に記載の方法。 - 請求項1−5のいずれか1項に記載の方法の各ステップをコンピュータに実行させるためのコンピュータ・プログラム。
- プロセッサと、前記プロセッサに結合されたコンピュータ可読メモリ・ユニットとを含むコンピュータ・システムであって、前記コンピュータ可読メモリ・ユニットは、前記プロセッサによって実行されると統合開発環境(IDE)における非同期コード・テストの方法を実装する命令を含み、前記方法は、
ソース・コード・エディタを介してユーザによって提供された入力に従って、データベース内に入力コードを作成するステップであって、前記IDEは、前記ソース・コード・エディタ、影響アナライザ、テスト・ケース・ランチャ、およびグラフィカル・ユーザ・インターフェース(GUI)を含み、前記データベースは、前記IDEをホストしている前記コンピュータに結合されている、前記ステップと、
前記影響アナライザを使用して、前記入力コードからテスト・ケース・リストを生成するステップであって、前記影響アナライザは、前記ユーザが前記入力コードのコード・ブロックを変更した直後に前記テスト・ケース・リストが生成されるように、前記ソース・コード・エディタと同時に実行され、前記テスト・ケース・リストの各テスト・ケースは、個別のテスト・ケース識別子と、個別の開始優先度とを含む少なくとも1つのテスト・ケースを含み、前記個別の開始優先度は、前記変更されたコード・ブロックに各テスト・ケースがどの程度強く関連するかを定量化し、前記各テスト・ケースは、前記個別のテスト・ケース識別子によって一意的に特定される、前記ステップと、
前記変更されたコード・ブロックに関するテスト実行結果を、前記テスト・ケース・リストの前記少なくとも1つのテスト・ケースを各テスト・ケースの前記個別の開始優先度に基づき前記テスト・ケース・ランチャを使用して非同期的に実行することによって、発生させるステップと、
前記テスト実行結果を、前記GUIを用いて前記ユーザに伝達するステップと、
を含む、コンピュータ・システム。 - 前記テスト・ケース・リストを前記生成するステップは、
前記作成するステップからの前記入力コードの第1のスナップショットを取得するステップであって、前記第1のスナップショットは、前記影響アナライザの実行スタックの一部である、前記ステップと、
前記第1のスナップショットを構文解析することによって、前記入力コードのコード・ブロック構造を構築するステップであって、前記コード・ブロック構造は、前記入力コードにおいて採用されているプログラミング言語によって決定される、前記ステップと、
前記ユーザが前記入力コードの変更を完了したことを検出すると、前記入力コードの第2のスナップショットを取得するステップと、
前記変更されたコード・ブロックを、前記第1のスナップショットと、前記第2のスナップショットとを比較することによって決定するステップと、
前記変更されたコード・ブロックによる影響を受ける少なくとも1つのコード・ブロックを、前記構築するステップからの前記コード・ブロック構造から選択し、その後、選択されたコード・ブロックそれぞれが前記変更されたコード・ブロックにどの程度強く関連するかを定量化する個別の関連強度に、前記選択されたコード・ブロックそれぞれを関係付けるステップと、
前記選択された少なくとも1つのコード・ブロックおよび前記個別の関連強度を含む、テスト・ケースを作成し、前記選択された少なくとも1つのコード・ブロックのすべての関連強度の合計として、前記テスト・ケースの開始優先度を計算するステップと、
前記作成されたテスト・ケースおよび計算された開始優先度を、前記テスト・ケース・リストのエントリとして前記データベースに記憶するステップと、
を含む、請求項7に記載のコンピュータ・システム。 - 選択されたコード・ブロックそれぞれの前記個別の関連強度は、前記選択されたコード・ブロックそれぞれと、前記変更されたコード・ブロックとの間の、前記コード・ブロック構造において決定される包含関係および呼び出し関係によって決定され、前記コード・ブロックそれぞれおよび前記変更されたコード・ブロックが相互に直接的に呼び出す場合、ならびに前記コード・ブロックそれぞれおよび前記変更されたコード・ブロックが互いを直接包含する場合、前記関連強度はより強く、前記コード・ブロックそれぞれの関連強度すべての合計が小さいほど、前記開始優先度はより強い、請求項8に記載のコンピュータ・システム。
- 前記テスト実行結果を前記発生させるステップは、
前記データベースから前記テスト・ケース・リストを読み出すステップであって、前記データベースはリアルタイムのメモリ動作のために使用可能である、前記ステップと、
前記読み出されたテスト・ケース・リストの少なくとも1つのテスト・ケースを有する実行キューをセットするステップと、
前記GUIを使用して、前記実行キューを前記ユーザに対して表示するステップと、
前記表示された実行キューからの前記少なくとも1つのテスト・ケースを、前記少なくとも1つのテスト・ケースの各テスト・ケースに関連する個別の開始優先度の順に、非同期的に実行するステップと、
前記各テスト・ケースの前記テスト実行結果を生成するステップであって、前記テスト実行結果は、前記テスト・ケース識別子と、前記テスト・ケースが成功か、または失敗かについてのインジケーションとを含む、前記ステップと、
を含む、請求項7に記載のコンピュータ・システム。 - 前記テスト実行結果を前記発生させるステップは、
前記表示の後で、前記ユーザに、実行する第1のテスト・ケースを選択するよう促すステップであって、その結果前記ユーザは、前記第1のテスト・ケースに関連する開始優先度にかかわらず前記テスト・ケースを選択する、前記ステップと、
第1のテスト実行結果を、前記選択された第1のテスト・ケースを非同期的に実行することによって生成するステップと、
をさらに含む、請求項10に記載のコンピュータ・システム。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/899,043 US8826239B2 (en) | 2010-10-06 | 2010-10-06 | Asynchronous code testing in integrated development environment (IDE) |
US12/899043 | 2010-10-06 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012084131A JP2012084131A (ja) | 2012-04-26 |
JP5706276B2 true JP5706276B2 (ja) | 2015-04-22 |
Family
ID=45926122
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011190471A Expired - Fee Related JP5706276B2 (ja) | 2010-10-06 | 2011-09-01 | 非同期コード・テスト方法、コンピュータ・プログラム製品、コンピュータ・システムおよびプロセス(統合開発環境(ide)における非同期コード・テスト) |
Country Status (2)
Country | Link |
---|---|
US (3) | US8826239B2 (ja) |
JP (1) | JP5706276B2 (ja) |
Families Citing this family (72)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7350194B1 (en) * | 2001-09-24 | 2008-03-25 | Oracle Corporation | Techniques for debugging computer programs involving multiple computing machines |
US8826239B2 (en) | 2010-10-06 | 2014-09-02 | International Business Machines Corporation | Asynchronous code testing in integrated development environment (IDE) |
US9092579B1 (en) * | 2011-05-08 | 2015-07-28 | Panaya Ltd. | Rating popularity of clusters of runs of test scenarios based on number of different organizations |
US9069904B1 (en) * | 2011-05-08 | 2015-06-30 | Panaya Ltd. | Ranking runs of test scenarios based on number of different organizations executing a transaction |
US9170925B1 (en) * | 2011-05-08 | 2015-10-27 | Panaya Ltd. | Generating test scenario templates from subsets of test steps utilized by different organizations |
US9170809B1 (en) * | 2011-05-08 | 2015-10-27 | Panaya Ltd. | Identifying transactions likely to be impacted by a configuration change |
US9201773B1 (en) * | 2011-05-08 | 2015-12-01 | Panaya Ltd. | Generating test scenario templates based on similarity of setup files |
US9348735B1 (en) * | 2011-05-08 | 2016-05-24 | Panaya Ltd. | Selecting transactions based on similarity of profiles of users belonging to different organizations |
US9201774B1 (en) * | 2011-05-08 | 2015-12-01 | Panaya Ltd. | Generating test scenario templates from testing data of different organizations utilizing similar ERP modules |
US8893087B2 (en) | 2011-08-08 | 2014-11-18 | Ca, Inc. | Automating functionality test cases |
US10169213B2 (en) * | 2011-11-29 | 2019-01-01 | Red Hat, Inc. | Processing of an application and a corresponding test file in a content repository |
US9552202B2 (en) | 2011-12-08 | 2017-01-24 | International Business Machines Corporation | Automated and heuristically managed solution to quantify CPU and path length cost of instructions added, changed or removed by a service team |
US20130339930A1 (en) * | 2012-06-18 | 2013-12-19 | South Dakota Board Of Regents | Model-based test code generation for software testing |
US9069899B2 (en) * | 2012-06-27 | 2015-06-30 | Microsoft Technology Licensing, Llc | Integrating diagnostic information in development environment |
US8990778B1 (en) * | 2012-09-14 | 2015-03-24 | Amazon Technologies, Inc. | Shadow test replay service |
US9047413B2 (en) * | 2012-10-05 | 2015-06-02 | Software Ag | White-box testing systems and/or methods for use in connection with graphical user interfaces |
US10067858B2 (en) | 2012-10-12 | 2018-09-04 | Vmware, Inc. | Cloud-based software testing |
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 |
WO2014117320A1 (en) * | 2013-01-29 | 2014-08-07 | Hewlett-Packard Development Company, L.P. | Generating test code to test executable code |
US10182128B1 (en) | 2013-02-07 | 2019-01-15 | Amazon Technologies, Inc. | Optimization of production systems |
EP2962186A4 (en) * | 2013-02-28 | 2016-10-12 | Hewlett Packard Entpr Dev Lp | PROVISION OF CODE CHANGE JOB PACKAGES OF VARIOUS SIZE FOR VALIDATORS |
US9785542B2 (en) * | 2013-04-16 | 2017-10-10 | Advantest Corporation | Implementing edit and update functionality within a development environment used to compile test plans for automated semiconductor device testing |
US9389986B2 (en) * | 2013-05-06 | 2016-07-12 | Microsoft Technology Licensing, Llc | Identifying impacted tests from statically collected data |
US9311223B2 (en) * | 2013-05-21 | 2016-04-12 | International Business Machines Corporation | Prioritizing test cases using multiple variables |
US10825565B2 (en) | 2013-06-14 | 2020-11-03 | Syntel, Inc. | System and method for validating medical claim data |
JP6217212B2 (ja) * | 2013-07-25 | 2017-10-25 | 富士通株式会社 | テストプログラム、テスト方法及びテスト装置 |
US9111037B1 (en) * | 2013-08-21 | 2015-08-18 | Ca, Inc. | Method and apparatus to enable mainframe computer testing for software testing management platform |
US10026064B2 (en) | 2013-09-13 | 2018-07-17 | Microsoft Technology Licensing, Llc | Automatically recommending updates based on stored lifecycle information |
US9665359B2 (en) | 2013-09-13 | 2017-05-30 | Microsoft Technology Licensing, Llc | Automatically resolving conflicts after installation of selected updates in a computer system |
US9626176B2 (en) | 2013-09-13 | 2017-04-18 | Microsoft Technology Licensing, Llc | Update installer with technical impact analysis |
US9830142B2 (en) | 2013-09-13 | 2017-11-28 | Microsoft Technology Licensing, Llc | Automatic installation of selected updates in multiple environments |
US9836388B1 (en) | 2013-09-26 | 2017-12-05 | Amazon Technologies, Inc. | Software testing environment that includes a duplicating proxy service |
US9965380B2 (en) * | 2013-10-02 | 2018-05-08 | International Business Machines Corporation | Automated test runs in an integrated development environment system and method |
IN2013DE02948A (ja) * | 2013-10-04 | 2015-04-10 | Unisys Corp | |
US10769054B1 (en) * | 2014-02-13 | 2020-09-08 | Amazon Technologies, Inc. | Integrated program code marketplace and service provider network |
US9507695B2 (en) * | 2014-04-14 | 2016-11-29 | International Business Machines Corporation | Risk-based test coverage and prioritization |
US9703692B2 (en) * | 2014-07-30 | 2017-07-11 | Hitachi, Ltd. | Development supporting system |
US9672029B2 (en) * | 2014-08-01 | 2017-06-06 | Vmware, Inc. | Determining test case priorities based on tagged execution paths |
US10389697B1 (en) | 2014-08-27 | 2019-08-20 | Amazon Technologies, Inc. | Software container activation and throttling |
US9514031B2 (en) | 2014-09-22 | 2016-12-06 | International Business Machines Corporation | Auto-deployment and testing of system application test cases in remote server environments |
US9952915B2 (en) * | 2014-11-06 | 2018-04-24 | Microsoft Technology Licensing, Llc | Event processing development environment |
US20160134508A1 (en) | 2014-11-12 | 2016-05-12 | International Business Machines Corporation | Non-disruptive integrated network infrastructure testing |
IN2015DE01249A (ja) * | 2015-05-06 | 2015-06-05 | Hcl Technologies Ltd | |
CN106547678B (zh) * | 2015-09-16 | 2019-03-15 | 伊姆西公司 | 用于白盒测试的方法和装置 |
CN105204994B (zh) * | 2015-09-18 | 2018-06-29 | 上海斐讯数据通信技术有限公司 | 一种自动化测试方法及系统 |
CN105138462B (zh) * | 2015-09-24 | 2017-11-21 | 武汉泰世达科技有限公司 | 一种测试软件集成框架及测试数据的处理方法 |
US9436585B1 (en) | 2015-11-19 | 2016-09-06 | International Business Machines Corporation | Image patching in an integrated development environment |
CN105320599A (zh) * | 2015-11-26 | 2016-02-10 | 上海斐讯数据通信技术有限公司 | 一种web自动化测试的系统及方法 |
CN105653261B (zh) * | 2015-12-22 | 2019-04-12 | 曙光云计算集团有限公司 | 基于云计算环境下的开发集成测试方法及系统 |
US10346290B2 (en) * | 2016-10-31 | 2019-07-09 | International Business Machines Corporation | Automatic creation of touring tests |
CN107832227B (zh) * | 2017-11-24 | 2020-04-10 | 平安科技(深圳)有限公司 | 业务系统的接口参数测试方法、装置、设备和存储介质 |
CN109871309B (zh) * | 2017-12-04 | 2020-12-04 | 中国移动通信集团公司 | 一种计费系统测试案例生成方法和系统 |
US10423523B2 (en) * | 2018-02-02 | 2019-09-24 | Ca, Inc. | Automated selection of test cases for regression testing |
US10496379B2 (en) * | 2018-02-07 | 2019-12-03 | Sap Se | Facilitated production of code for software testing |
US10671519B2 (en) * | 2018-04-27 | 2020-06-02 | Microsoft Technology Licensing, Llc | Unit testing for changes to version control |
CN109634864A (zh) * | 2018-12-12 | 2019-04-16 | 江苏满运软件科技有限公司 | 入口函数自动溯源方法、装置、电子设备、存储介质 |
CN109684214B (zh) * | 2018-12-21 | 2022-02-25 | 北京金山安全软件有限公司 | 一种ui测试方法和装置 |
CN109726132B (zh) | 2019-01-03 | 2021-03-23 | 京东方科技集团股份有限公司 | 一种软件测试方法及软件测试自动化管理系统 |
US11151024B2 (en) * | 2019-08-09 | 2021-10-19 | International Business Machines Corporation | Dynamic automation of DevOps pipeline vulnerability detecting and testing |
CN110825621B (zh) * | 2019-10-16 | 2021-05-14 | 四川大学 | 基于动态风险的回归测试用例优先级计算方法 |
CN112835652A (zh) | 2019-11-25 | 2021-05-25 | 杭州中天微系统有限公司 | 数据交互方法及装置 |
US11354139B2 (en) * | 2019-12-13 | 2022-06-07 | Sap Se | Integrated code inspection framework and check variants |
US11176026B2 (en) * | 2020-02-20 | 2021-11-16 | International Business Machines Corporation | Assignment of test case priorities based on combinatorial test design model analysis |
US11307975B2 (en) | 2020-02-20 | 2022-04-19 | International Business Machines Corporation | Machine code analysis for identifying software defects |
US11663113B2 (en) | 2020-02-20 | 2023-05-30 | International Business Machines Corporation | Real time fault localization using combinatorial test design techniques and test case priority selection |
WO2021183125A1 (en) * | 2020-03-11 | 2021-09-16 | Hewlett-Packard Development Company, L.P. | Projected resource consumption level determinations for code elements |
US11132181B1 (en) | 2020-07-30 | 2021-09-28 | International Business Machines Corporation | Computer enhanced and automatic computer-generated integrated development environment reconfiguration |
US11847035B2 (en) | 2021-08-23 | 2023-12-19 | International Business Machines Corporation | Functional test of processor code modification operations |
US12072793B2 (en) | 2021-12-16 | 2024-08-27 | International Business Machines Corporation | Function result prediction |
US11704099B1 (en) * | 2022-03-31 | 2023-07-18 | Amazon Technologies, Inc. | Discovering matching code segments according to index and comparative similarity |
JP2024048916A (ja) * | 2022-09-28 | 2024-04-09 | 株式会社オートネットワーク技術研究所 | 情報処理システム、情報処理方法およびコンピュータプログラム |
Family Cites Families (35)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6499A (en) | 1987-03-17 | 1989-01-05 | Nippon Kayaku Co Ltd | 23-phenylsteroids and production thereof |
JPS64999A (en) | 1987-06-23 | 1989-01-05 | Fujitsu Ltd | Pitch position extracting system |
JP2709386B2 (ja) | 1987-06-24 | 1998-02-04 | 株式会社 エイ・ティ・ア−ル自動翻訳電話研究所 | スペクトログラムの正規化方法 |
JPH02199551A (ja) * | 1989-01-30 | 1990-08-07 | Toshiba Corp | データ処理装置 |
US5390325A (en) * | 1992-12-23 | 1995-02-14 | Taligent, Inc. | Automated testing system |
JPH07210424A (ja) * | 1994-01-14 | 1995-08-11 | Toshiba Corp | ソフトウェアテスト支援システム |
JPH07219980A (ja) | 1994-02-02 | 1995-08-18 | Hitachi Ltd | テスト実行方式 |
JPH09218805A (ja) | 1996-02-13 | 1997-08-19 | Oki Electric Ind Co Ltd | 通信ソフトウェアの試験制御方法 |
JPH10214204A (ja) | 1997-01-29 | 1998-08-11 | Oki Electric Ind Co Ltd | デバッガー |
JPH10269104A (ja) | 1997-03-25 | 1998-10-09 | Hitachi Ltd | 並列システムテスト方法 |
JPH11259280A (ja) | 1998-03-13 | 1999-09-24 | Matsushita Electric Ind Co Ltd | プログラム開発支援装置及びコンピュータシステムに適用されるプログラムを記録した記録媒体 |
US6510402B1 (en) * | 1999-02-04 | 2003-01-21 | International Business Machines Corporation | Component testing with a client system in an integrated test environment network |
US6256773B1 (en) * | 1999-08-31 | 2001-07-03 | Accenture Llp | System, method and article of manufacture for configuration management in a development architecture framework |
US20040002958A1 (en) * | 2002-06-26 | 2004-01-01 | Praveen Seshadri | System and method for providing notification(s) |
US7334219B2 (en) * | 2002-09-30 | 2008-02-19 | Ensco, Inc. | Method and system for object level software testing |
US20050081106A1 (en) * | 2003-10-08 | 2005-04-14 | Henry Chang | Software testing |
EP1680741B1 (en) * | 2003-11-04 | 2012-09-05 | Kimberly-Clark Worldwide, Inc. | Testing tool for complex component based software systems |
US20050144593A1 (en) * | 2003-12-31 | 2005-06-30 | Raghuvir Yuvaraj A. | Method and system for testing an application framework and associated components |
US20050223361A1 (en) * | 2004-04-01 | 2005-10-06 | Belbute John L | Software testing based on changes in execution paths |
JP2006024006A (ja) * | 2004-07-08 | 2006-01-26 | Denso Corp | テストケース生成装置、テストケース生成プログラム、モデルベース開発プログラム、ソースコード生成妥当性診断装置、ソースコード生成妥当性診断プログラム、およびモデルベース開発方法。 |
US7458063B2 (en) * | 2004-09-14 | 2008-11-25 | Microsoft Corporation | Method and apparatus for supporting functionality documentation |
US7954088B2 (en) | 2005-03-23 | 2011-05-31 | Microsoft Corporation | Method and apparatus for executing unit tests in application host environment |
US7562255B2 (en) * | 2005-08-11 | 2009-07-14 | Microsoft Corporation | Configurable system and methods for writing and executing test components |
US7992133B1 (en) * | 2006-02-14 | 2011-08-02 | Progress Software Corporation | Techniques for debugging distributed applications |
US20090103902A1 (en) * | 2006-03-24 | 2009-04-23 | Matsushita Electric Industrial Co., Ltd. | Reproduction device, debug device, system lsi, and program |
JP2007316875A (ja) | 2006-05-25 | 2007-12-06 | Hitachi Ltd | 自動リグレクションテスト装置および方法 |
JP2008003985A (ja) * | 2006-06-26 | 2008-01-10 | Dainippon Screen Mfg Co Ltd | 開発支援システム、開発支援方法および開発支援プログラム |
US8117598B2 (en) * | 2007-09-27 | 2012-02-14 | Oracle America, Inc. | Method and apparatus to automatically identify specific code changes to probabilistically exclude from regression |
JP5022262B2 (ja) | 2008-02-12 | 2012-09-12 | 株式会社アドバンテスト | デバッグ中にツールを使用可能な試験システム及び方法 |
US8516451B2 (en) * | 2008-06-13 | 2013-08-20 | Hewlett-Packard Development Company, L.P. | System and method for creating virtual callback objects |
JP2010122959A (ja) * | 2008-11-20 | 2010-06-03 | Nec Corp | テスト支援システム、方法、及び、プログラム |
US8645341B2 (en) * | 2010-03-31 | 2014-02-04 | Salesforce.Com, Inc. | Method and system for automatically updating a software QA test repository |
US9141519B2 (en) * | 2010-10-05 | 2015-09-22 | Infinera Corporation | Accurate identification of software tests based on changes to computer software code |
US8826239B2 (en) | 2010-10-06 | 2014-09-02 | International Business Machines Corporation | Asynchronous code testing in integrated development environment (IDE) |
US8984485B2 (en) * | 2013-05-01 | 2015-03-17 | International Business Machines Corporation | Analysis of source code changes |
-
2010
- 2010-10-06 US US12/899,043 patent/US8826239B2/en not_active Expired - Fee Related
-
2011
- 2011-09-01 JP JP2011190471A patent/JP5706276B2/ja not_active Expired - Fee Related
-
2014
- 2014-07-10 US US14/328,059 patent/US9075919B2/en not_active Expired - Fee Related
-
2015
- 2015-04-03 US US14/678,096 patent/US9569346B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2012084131A (ja) | 2012-04-26 |
US20150212932A1 (en) | 2015-07-30 |
US8826239B2 (en) | 2014-09-02 |
US20120089964A1 (en) | 2012-04-12 |
US9569346B2 (en) | 2017-02-14 |
US20140325485A1 (en) | 2014-10-30 |
US9075919B2 (en) | 2015-07-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5706276B2 (ja) | 非同期コード・テスト方法、コンピュータ・プログラム製品、コンピュータ・システムおよびプロセス(統合開発環境(ide)における非同期コード・テスト) | |
CN111142867B (zh) | 微服务架构下的服务可视化编排系统及方法 | |
US8694967B2 (en) | User interface inventory | |
JP5295269B2 (ja) | コンポーネント・モデル基盤の仮想ソフトウェア・プラットホームを生成する方法、これを利用してソフトウェア・プラットホーム・アーキテクチャを検証する方法及びその装置 | |
US8225288B2 (en) | Model-based testing using branches, decisions, and options | |
US8359584B2 (en) | Debugging from a call graph | |
JP5607741B2 (ja) | ランタイム挙動に基づくアプリケーションの自動修正 | |
US9569204B2 (en) | End-to-end continuous integration and verification of software | |
US20110016452A1 (en) | Method and system for identifying regression test cases for a software | |
US8589864B2 (en) | Automating the creation of an application provisioning model | |
US20050273757A1 (en) | Methods, systems, and computer program products for summarizing operational behavior of a computer program | |
US20120291045A1 (en) | Registration and execution of highly concurrent processing tasks | |
Kothari et al. | Deriving state machines from TinyOS programs using symbolic execution | |
JP5396979B2 (ja) | ソフトウェア開発支援装置、システム、ソフトウェア開発支援装置の機能拡張方法、及びプログラム | |
US8418148B2 (en) | Thread execution analyzer | |
JP6268029B2 (ja) | テストケース生成装置及びテストケース生成方法 | |
US10083029B2 (en) | Detect application defects by correlating contracts in application dependencies | |
US10037197B2 (en) | Flexible microinstruction system for constructing microprograms which execute tasks, gateways, and events of BPMN models | |
US20130111432A1 (en) | Validation of a system model including an activity diagram | |
Gönczy et al. | Methodologies for model-driven development and deployment: An overview | |
CN111367796A (zh) | 应用程序调试方法及装置 | |
US8769506B2 (en) | Using a command interpreter at design time | |
Goulão et al. | Streamlining scenario modeling with model-driven development: A case study | |
Petry et al. | Model-Based Testing of Software Product Lines | |
Barbie | Reporting of performance tests in a continuous integration environment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140409 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140829 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140924 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20141218 |
|
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: 20150210 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20150226 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5706276 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |