JP7380851B2 - テストスクリプト生成装置、テストスクリプト生成方法及びプログラム - Google Patents
テストスクリプト生成装置、テストスクリプト生成方法及びプログラム Download PDFInfo
- Publication number
- JP7380851B2 JP7380851B2 JP2022513789A JP2022513789A JP7380851B2 JP 7380851 B2 JP7380851 B2 JP 7380851B2 JP 2022513789 A JP2022513789 A JP 2022513789A JP 2022513789 A JP2022513789 A JP 2022513789A JP 7380851 B2 JP7380851 B2 JP 7380851B2
- Authority
- JP
- Japan
- Prior art keywords
- screen
- test script
- sequence
- operation sequence
- transition
- 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.)
- Active
Links
- 238000012360 testing method Methods 0.000 title claims description 90
- 238000000034 method Methods 0.000 title claims description 64
- 238000013515 script Methods 0.000 title claims description 54
- 230000007704 transition Effects 0.000 claims description 56
- 238000012545 processing Methods 0.000 description 17
- 238000010586 diagram Methods 0.000 description 10
- 230000008569 process Effects 0.000 description 3
- 238000012937 correction Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 229910052711 selenium Inorganic materials 0.000 description 2
- BUGBHKTXTAQXES-UHFFFAOYSA-N Selenium Chemical compound [Se] BUGBHKTXTAQXES-UHFFFAOYSA-N 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 230000009193 crawling Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000011017 operating method Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 239000011669 selenium Substances 0.000 description 1
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
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
(1)テストケース群が操作ログにおける全ての画面遷移を網羅する。
(2)1つのテストケースで同じ画面には一度しか訪れない。
(3)(2)の条件において、画面遷移列が最大となるテストケースを採用する。
また、各画面の画面要素のロケータは、基本的に、ページオブジェクトのフィールド名(属性名)によって隠蔽されるため、ロケータの出現箇所は、ページオブジェクトのフィールドの定義に限定される。また、各画面に対する一連の操作(ログイン操作等)は、ページオブジェクトのメソッド内に隠蔽される。その結果、ロケータが変更された場合や、画面要素の操作自体に変更があった場合のテストスクリプトの修正量を少量化することがでる。したがって、本実施の形態によれば、保守性の高いテストスクリプトを効率的に生成可能とすることができる。すなわち、手動テストを実施するだけで、保守性の高い自動テストのスクリプトを生成することができる。テスト対象に機能追加などがあった場合も、適宜新しい機能に対してテストスクリプトを生成することができる。
11 操作ログ記録部
12 ページオブジェクト生成部
13 テストケース生成部
100 ドライブ装置
101 記録媒体
102 補助記憶装置
103 メモリ装置
104 CPU
105 インタフェース装置
106 表示装置
107 入力装置
121 操作ログ記憶部
B バス
Claims (6)
- 1以上の画面遷移に関する各画面に対する手動による操作、前記操作の対象及び前記画面遷移のそれぞれを示す情報が記録された操作ログを参照して、前記画面遷移における遷移元の画面ごとに、当該画面から他の画面に遷移するまでに行われた操作列を実行するメソッドを生成する第1の生成部と、
前記メソッドを組み合わせることで、テストスクリプトを生成する第2の生成部と、
を有し、
前記第1の生成部は、同一の画面に対する第1の操作列と第2の操作列との遷移先の画面が同一である場合であって、前記第1の操作列の操作対象の列が、第2の操作列の操作対象の列の部分列である場合には、当該画面について、前記第1の操作列を実行するメソッドを生成しない、
ことを特徴とするテストスクリプト生成装置。 - 前記第2の生成部は、前記操作ログに含まれる全ての画面遷移が発生するように前記メソッドを組み合わせる、
ことを特徴とする請求項1記載のテストスクリプト生成装置。 - 前記第2の生成部は、同じ画面には1度しか遷移しないように、前記メソッドを組み合わせる、
ことを特徴とする請求項1又は2記載のテストスクリプト生成装置。 - 前記第2の生成部は、画面遷移列が最大化されるように、前記メソッドを組み合わせる、
ことを特徴とする請求項3記載のテストスクリプト生成装置。 - 1以上の画面遷移に関する各画面に対する手動による操作、前記操作の対象及び前記画面遷移のそれぞれを示す情報が記録された操作ログを参照して、前記画面遷移における遷移元の画面ごとに、当該画面から他の画面に遷移するまでに行われた操作列を実行するメソッドを生成する第1の生成手順と、
前記メソッドを組み合わせることで、テストスクリプトを生成する第2の生成手順と、
をコンピュータが実行し、
前記第1の生成手順は、同一の画面に対する第1の操作列と第2の操作列との遷移先の画面が同一である場合であって、前記第1の操作列の操作対象の列が、第2の操作列の操作対象の列の部分列である場合には、当該画面について、前記第1の操作列を実行するメソッドを生成しない、
ことを特徴とするテストスクリプト生成方法。 - 請求項1乃至4いずれか一項記載のテストスクリプト生成装置としてコンピュータを機能させることを特徴とするプログラム。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2020/015909 WO2021205589A1 (ja) | 2020-04-09 | 2020-04-09 | テストスクリプト生成装置、テストスクリプト生成方法及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2021205589A1 JPWO2021205589A1 (ja) | 2021-10-14 |
JP7380851B2 true JP7380851B2 (ja) | 2023-11-15 |
Family
ID=78023618
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2022513789A Active JP7380851B2 (ja) | 2020-04-09 | 2020-04-09 | テストスクリプト生成装置、テストスクリプト生成方法及びプログラム |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP7380851B2 (ja) |
WO (1) | WO2021205589A1 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPWO2023067806A1 (ja) * | 2021-10-22 | 2023-04-27 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002014845A (ja) | 2000-06-28 | 2002-01-18 | Hitachi Ltd | テスト・スクリプト部品の自動生成方法および装置 |
JP2007052703A (ja) | 2005-08-19 | 2007-03-01 | Fujitsu Ltd | テストシナリオ作成プログラム、テストシナリオ作成装置、テストシナリオ作成方法 |
JP2019159690A (ja) | 2018-03-12 | 2019-09-19 | 富士通株式会社 | 情報処理プログラム、情報処理方法及び情報処理装置 |
JP2020004113A (ja) | 2018-06-28 | 2020-01-09 | 株式会社東芝 | 情報表示装置、情報表示プログラム及び情報表示方法 |
-
2020
- 2020-04-09 JP JP2022513789A patent/JP7380851B2/ja active Active
- 2020-04-09 WO PCT/JP2020/015909 patent/WO2021205589A1/ja active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002014845A (ja) | 2000-06-28 | 2002-01-18 | Hitachi Ltd | テスト・スクリプト部品の自動生成方法および装置 |
JP2007052703A (ja) | 2005-08-19 | 2007-03-01 | Fujitsu Ltd | テストシナリオ作成プログラム、テストシナリオ作成装置、テストシナリオ作成方法 |
JP2019159690A (ja) | 2018-03-12 | 2019-09-19 | 富士通株式会社 | 情報処理プログラム、情報処理方法及び情報処理装置 |
JP2020004113A (ja) | 2018-06-28 | 2020-01-09 | 株式会社東芝 | 情報表示装置、情報表示プログラム及び情報表示方法 |
Non-Patent Citations (3)
Title |
---|
のざきひろふみ ほか,Javaの新定石 第9回 Selenideでブラウザ自動テスト,WEB+DB PRESS,(株)技術評論社,2017年09月06日,第100巻,pp.138-145,ISBN 987-4-7741-9129-4 |
武曽徹 ほか,業務分析における業務改善効果予測の事例とその評価,第70回(平成20年)全国大会講演論文集(1),社団法人情報処理学会,2008年03月13日,pp.1-221-1-222 |
田代大輔 ほか,Web操作モニタリングによる入力系画面仕様再生手法,電子情報通信学会技術研究報告,一般社団法人電子情報通信学会,2015年10月30日,第115巻, 第294号,pp.47-52 |
Also Published As
Publication number | Publication date |
---|---|
JPWO2021205589A1 (ja) | 2021-10-14 |
WO2021205589A1 (ja) | 2021-10-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4148527B2 (ja) | 機能テスト・スクリプト生成装置 | |
US7810070B2 (en) | System and method for software testing | |
US20160132421A1 (en) | Adaptation of automated test scripts | |
JP2006185211A (ja) | プログラム解析装置、テスト実行装置、その解析方法及びプログラム | |
Razak et al. | Agile testing with Selenium | |
Chen et al. | Extracting and studying the Logging-Code-Issue-Introducing changes in Java-based large-scale open source software systems | |
Sacramento et al. | Web application model generation through reverse engineering and UI pattern inferring | |
JP6904043B2 (ja) | 未知のプログラムバイナリのための入力発見 | |
US20190129832A1 (en) | System and method for test data generation for use in model based testing using source code test annotations and constraint solving | |
CN107038117B (zh) | 一种基于事件处理函数间定义-引用的web自动化测试方法 | |
US9189372B2 (en) | Trace coverage analysis | |
JP7380851B2 (ja) | テストスクリプト生成装置、テストスクリプト生成方法及びプログラム | |
CN112231197A (zh) | 一种页面测试的方法、装置和存储介质 | |
Zarrad | A Systematic Review on Regression Testing for Web-Based Applications. | |
Yang et al. | Memoise: a tool for memoized symbolic execution | |
JP2010102620A (ja) | ユーザ操作シナリオ生成装置、方法およびプログラム | |
Al-Zain et al. | Automated user interface testing for web applications and TestComplete | |
JP7318704B2 (ja) | テスト装置、テスト方法及びプログラム | |
Wang et al. | Fast reproducing web application errors | |
JP2017041196A (ja) | スタブ化対象判定装置、方法、及びプログラム | |
JP6955162B2 (ja) | 解析装置、解析方法および解析プログラム | |
Wang et al. | JSTrace: Fast reproducing web application errors | |
Liu et al. | Testing of AJAX-based Web applications using hierarchical state model | |
US12001324B2 (en) | Operation pattern generation apparatus, operation pattern generation method and program | |
GB2397905A (en) | Method for automatically generating and ordering test scripts |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20220907 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20230815 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230914 |
|
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: 20231003 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20231016 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7380851 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |