JP2023151697A - ソフトウェアの試験方法 - Google Patents
ソフトウェアの試験方法 Download PDFInfo
- Publication number
- JP2023151697A JP2023151697A JP2022061451A JP2022061451A JP2023151697A JP 2023151697 A JP2023151697 A JP 2023151697A JP 2022061451 A JP2022061451 A JP 2022061451A JP 2022061451 A JP2022061451 A JP 2022061451A JP 2023151697 A JP2023151697 A JP 2023151697A
- Authority
- JP
- Japan
- Prior art keywords
- software
- user interface
- interface screen
- user terminal
- terminal
- 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
- 238000000034 method Methods 0.000 title claims abstract description 46
- 238000013522 software testing Methods 0.000 title claims abstract description 14
- 238000013461 design Methods 0.000 claims abstract description 31
- 239000000470 constituent Substances 0.000 claims description 17
- 238000010801 machine learning Methods 0.000 claims description 5
- 238000010191 image analysis Methods 0.000 claims 2
- 239000000284 extract Substances 0.000 abstract description 6
- 238000001514 detection method Methods 0.000 abstract description 2
- 238000012545 processing Methods 0.000 description 19
- 238000004891 communication Methods 0.000 description 14
- 238000010586 diagram Methods 0.000 description 13
- 238000012360 testing method Methods 0.000 description 12
- 238000013500 data storage Methods 0.000 description 8
- 238000005516 engineering process Methods 0.000 description 6
- 230000006870 function Effects 0.000 description 4
- 238000006467 substitution reaction Methods 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 239000003086 colorant Substances 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 239000000463 material Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000002250 progressing effect Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
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/3696—Methods or tools to render software testable
-
- 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
-
- 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/3604—Software analysis for verifying properties of programs
- G06F11/3608—Software analysis for verifying properties of programs using formal methods, e.g. model checking, abstract interpretation
-
- 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
- G06F11/3692—Test management for test results analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
図1は、本発明の第一実施形態に係る、ソフトウェアの試験システムを示すブロック構成図である。本システム1は、ソフトウェアの試験を実施する事業者等に関連づけられるサーバ端末100、ソフトウェアのユーザーインターフェース画面を表示させ、ソフトウェアの試験を実施するエンジニア等に関連づけられる利用者端末200を含む。なお、説明の便宜上、各端末を単一のものとして記載しているが、各々、数は制限されず、複数のサーバ端末、利用者端末で構成されてもよい。
図7を参照しながら、本実施形態のシステム1が実行するソフトウェアの試験の処理の流れについて説明する。図7は、本発明の第一実施形態に係る、ソフトウェアの試験方法の一例を示すフローチャートである。
Claims (5)
- ソフトウェアの試験方法であって、
サーバ端末の制御部は、
利用者端末から、前記利用者端末に表示されるソフトウェアのユーザーインターフェース画面に関する画像データを受信し、
サーバ端末の記憶部に格納された、ソフトウェアの参照用ユーザーインターフェース画面のデザインデータを基に、ソフトウェアの参照用ユーザーインターフェース画面を分割してなる構成要素を抽出し、
前記利用者端末に表示されるソフトウェアのユーザーインターフェース画面を分割してなる構成要素を抽出し、
前記抽出した、前記ソフトウェアの参照用ユーザーインターフェース画面の構成要素と、前記利用者端末に表示されるソフトウェアのユーザーインターフェース画面の構成要素とを比較し、前記構成要素における差分を検出する、方法。 - 請求項1に記載の方法であって、
前記利用者端末に表示されるソフトウェアのユーザーインターフェース画面に関する画像データは、前記画面のスクリーンショットの動画像データを含む、方法。 - 請求項1に記載の方法であって、
前記利用者端末に表示されるソフトウェアのユーザーインターフェース画面を分割してなる構成要素を抽出することは、画像解析または機械学習モデルに基づいて抽出することを含む、方法。 - 請求項1に記載の提供方法であって、前記構成要素における差分を検出することは、差分を画像解析または機械学習モデルに基づいて抽出することを含む、方法。
- 請求項1に記載の方法であって、
さらに、前記検出した結果を、所定のレポート形式で出力するために生成する、方法。
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2022061451A JP7386560B2 (ja) | 2022-04-01 | 2022-04-01 | ソフトウェアの試験方法 |
CN202280005172.0A CN117157630A (zh) | 2022-04-01 | 2022-06-25 | 软件的测试方法 |
KR1020227045160A KR20230142676A (ko) | 2022-04-01 | 2022-06-25 | 소프트웨어의 시험 방법 |
US18/003,048 US20240104011A1 (en) | 2022-04-01 | 2022-06-25 | Method of testing software |
PCT/JP2022/025422 WO2023188442A1 (ja) | 2022-04-01 | 2022-06-25 | ソフトウェアの試験方法 |
JP2023190450A JP2024024634A (ja) | 2022-04-01 | 2023-11-07 | ソフトウェアの試験方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2022061451A JP7386560B2 (ja) | 2022-04-01 | 2022-04-01 | ソフトウェアの試験方法 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2023190450A Division JP2024024634A (ja) | 2022-04-01 | 2023-11-07 | ソフトウェアの試験方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2023151697A true JP2023151697A (ja) | 2023-10-16 |
JP7386560B2 JP7386560B2 (ja) | 2023-11-27 |
Family
ID=88200549
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2022061451A Active JP7386560B2 (ja) | 2022-04-01 | 2022-04-01 | ソフトウェアの試験方法 |
JP2023190450A Pending JP2024024634A (ja) | 2022-04-01 | 2023-11-07 | ソフトウェアの試験方法 |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2023190450A Pending JP2024024634A (ja) | 2022-04-01 | 2023-11-07 | ソフトウェアの試験方法 |
Country Status (5)
Country | Link |
---|---|
US (1) | US20240104011A1 (ja) |
JP (2) | JP7386560B2 (ja) |
KR (1) | KR20230142676A (ja) |
CN (1) | CN117157630A (ja) |
WO (1) | WO2023188442A1 (ja) |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011164786A (ja) * | 2010-02-05 | 2011-08-25 | Nomura Research Institute Ltd | 動作検証装置、動作検証方法および動作検証プログラム |
JP2012252553A (ja) * | 2011-06-03 | 2012-12-20 | Pioneer Electronic Corp | 情報処理装置及び方法、並びにコンピュータプログラム及び情報記録媒体 |
JP2017138714A (ja) * | 2016-02-02 | 2017-08-10 | 日本電信電話株式会社 | 画面差異確認支援装置、画面差異確認支援方法、及びプログラム |
JP2018128955A (ja) * | 2017-02-10 | 2018-08-16 | サイジニア株式会社 | スクリーンショット画像解析装置、スクリーンショット画像解析方法、およびプログラム |
US20210216336A1 (en) * | 2020-01-10 | 2021-07-15 | Blue Prism Limited | Method of Remote Access |
JP7029557B1 (ja) * | 2021-02-10 | 2022-03-03 | PayPay株式会社 | 判定装置、判定方法および判定プログラム |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2018018267A (ja) | 2016-07-27 | 2018-02-01 | 株式会社アイ・イー・テック | ソフトウェア開発支援装置、ソフトウェア開発支援方法及びプログラム |
-
2022
- 2022-04-01 JP JP2022061451A patent/JP7386560B2/ja active Active
- 2022-06-25 US US18/003,048 patent/US20240104011A1/en active Pending
- 2022-06-25 WO PCT/JP2022/025422 patent/WO2023188442A1/ja active Application Filing
- 2022-06-25 CN CN202280005172.0A patent/CN117157630A/zh active Pending
- 2022-06-25 KR KR1020227045160A patent/KR20230142676A/ko unknown
-
2023
- 2023-11-07 JP JP2023190450A patent/JP2024024634A/ja active Pending
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011164786A (ja) * | 2010-02-05 | 2011-08-25 | Nomura Research Institute Ltd | 動作検証装置、動作検証方法および動作検証プログラム |
JP2012252553A (ja) * | 2011-06-03 | 2012-12-20 | Pioneer Electronic Corp | 情報処理装置及び方法、並びにコンピュータプログラム及び情報記録媒体 |
JP2017138714A (ja) * | 2016-02-02 | 2017-08-10 | 日本電信電話株式会社 | 画面差異確認支援装置、画面差異確認支援方法、及びプログラム |
JP2018128955A (ja) * | 2017-02-10 | 2018-08-16 | サイジニア株式会社 | スクリーンショット画像解析装置、スクリーンショット画像解析方法、およびプログラム |
US20210216336A1 (en) * | 2020-01-10 | 2021-07-15 | Blue Prism Limited | Method of Remote Access |
JP7029557B1 (ja) * | 2021-02-10 | 2022-03-03 | PayPay株式会社 | 判定装置、判定方法および判定プログラム |
Also Published As
Publication number | Publication date |
---|---|
US20240104011A1 (en) | 2024-03-28 |
KR20230142676A (ko) | 2023-10-11 |
WO2023188442A1 (ja) | 2023-10-05 |
CN117157630A (zh) | 2023-12-01 |
JP2024024634A (ja) | 2024-02-22 |
JP7386560B2 (ja) | 2023-11-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR102167879B1 (ko) | 테스트 방법, 시스템, 기기 및 판독 가능 저장매체 | |
CN103959206B (zh) | 用于动态适应虚拟键盘的方法和装置 | |
US9268987B2 (en) | Method of recognizing QR code in image data and apparatus and method for converting QR code in content data into touchable object | |
CN104301199B (zh) | 一种信息处理方法、装置及系统 | |
CN114402369A (zh) | 人体姿态的识别方法、装置、存储介质及电子设备 | |
CN112835579B (zh) | 确定界面代码的方法、装置、电子设备和存储介质 | |
CN109542278B (zh) | 触摸数据的处理方法、装置及触摸设备 | |
JP2016048471A (ja) | アプリケーション開発支援装置、そのデータ処理方法、およびプログラム | |
CN112667517A (zh) | 自动化测试脚本的获取方法、装置、设备及存储介质 | |
CN114297700B (zh) | 动静态结合的移动应用隐私协议提取方法及相关设备 | |
JP6619891B2 (ja) | 画面試験装置および画面試験プログラム | |
JP7386560B2 (ja) | ソフトウェアの試験方法 | |
WO2020090356A1 (ja) | インクデータ生成装置、方法及びプログラム | |
JP6000069B2 (ja) | 検査システム | |
CN115562993A (zh) | 测试脚本录制方法和装置、电子设备及存储介质 | |
CN114443022A (zh) | 生成页面搭建区块的方法及电子设备 | |
CN111796736B (zh) | 应用程序的分享方法、装置和电子设备 | |
JP2018195077A (ja) | 文書変換プログラム、文書変換方法および文書変換装置 | |
CN110209242B (zh) | 按钮功能绑定、按钮功能调用方法、装置及投影控制设备 | |
JP7304604B1 (ja) | 帳票のデータ入力を支援する方法 | |
Chu et al. | Automated GUI testing for android news applications | |
US20170091316A1 (en) | Electronic device and controlling method thereof | |
JP2012221367A (ja) | 表示装置及び表示制御プログラム | |
JP7517590B2 (ja) | 分類装置、分類方法、および、分類プログラム | |
JP2018163413A (ja) | 情報処理装置、プログラムおよび情報処理方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230629 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20230629 |
|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20230629 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20230711 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20230904 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20231011 |
|
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: 20231024 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20231107 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7386560 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |