JP2023161741A - Test support program, test support apparatus, and test support method - Google Patents

Test support program, test support apparatus, and test support method Download PDF

Info

Publication number
JP2023161741A
JP2023161741A JP2022072264A JP2022072264A JP2023161741A JP 2023161741 A JP2023161741 A JP 2023161741A JP 2022072264 A JP2022072264 A JP 2022072264A JP 2022072264 A JP2022072264 A JP 2022072264A JP 2023161741 A JP2023161741 A JP 2023161741A
Authority
JP
Japan
Prior art keywords
test
page
target
pages
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.)
Granted
Application number
JP2022072264A
Other languages
Japanese (ja)
Other versions
JP7093144B1 (en
Inventor
泰治 渡辺
Taiji Watanabe
放 田中
ho Tanaka
雲人 芦名
Yukuto Ashina
知子 藤山
Tomoko Fujiyama
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
GC CO Ltd
Original Assignee
GC CO Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by GC CO Ltd filed Critical GC CO Ltd
Priority to JP2022072264A priority Critical patent/JP7093144B1/en
Application granted granted Critical
Publication of JP7093144B1 publication Critical patent/JP7093144B1/en
Publication of JP2023161741A publication Critical patent/JP2023161741A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

To support in determining tests for websites published by a web server.SOLUTION: A test support apparatus 101 comprises: a display unit 102 for displaying on a screen a site map including a plurality of nodes representing each of a plurality of pages and a plurality of edges representing each of transitions between the plurality of pages; an identification unit 103 for identifying a target page and a target transition from the plurality of pages and the transitions between the plurality of pages, based on an instruction input to the displayed site map; and a specifying unit 104 for specifying a test case associated with the identified target page and a test scenario associated with the identified target transition as a target test to be executed on the web server.SELECTED DRAWING: Figure 2

Description

本発明は、ウェブサーバが公開するウェブサイトに対して実行されるべきテストの決定を支援するためのテスト支援プログラム、テスト支援装置、ならびに、テスト支援方法に関する。 The present invention relates to a test support program, a test support device, and a test support method for supporting determination of tests to be performed on a website published by a web server.

ウェブサーバが公開するウェブサイトに含まれる複数のページ間における遷移の可能性については、サイトマップにより図示をする技術が利用されている。 A technique of illustrating the possibility of transition between a plurality of pages included in a website published by a web server using a site map is used.

特許文献1では、ウェブサイトに含まれるページを階層的に構成し、当該階層関係を表示する技術が開示されている。 Patent Document 1 discloses a technique for configuring pages included in a website hierarchically and displaying the hierarchical relationship.

一方で、高い品質で適切なサービスを提供するウェブサイトを運営するためには、ウェブサイトに対するテストを実行する必要があるが、テストの実行にはコストがかかる。 On the other hand, in order to operate a website that provides high quality and appropriate services, it is necessary to run tests on the website, but running tests is costly.

特許文献2では、リグレッションテストの際に、プログラムのテストデータをリファクタリングして重複するものを統合して、新たなテストデータを生成する技術が開示されている。 Patent Document 2 discloses a technique for generating new test data by refactoring test data of a program and merging duplicate data during a regression test.

特表2011-522343号公報Special Publication No. 2011-522343 特開2015-035185号公報Japanese Patent Application Publication No. 2015-035185

上記のように、ウェブサイトのテストには時間、労力、費用を要する。 As mentioned above, testing a website takes time, effort, and money.

したがって、ウェブサイトの運営者等がサイトの提供前、あるいは、更改前に完遂すべきテストを決定できるようにするため、所望のページや遷移にて実行されるテストを、サイトに対して実行されうる多数のテストの中から特定する支援をウェブサイトの運営者等が受けられるようにしたい、との要望は強い。 Therefore, in order to enable website operators to determine the tests that should be completed before the site is provided or updated, the tests that are performed on the desired pages and transitions should be performed on the site. There is a strong desire for website operators and others to be able to receive support in identifying among the large number of tests available.

本発明は、上記の課題を解決するもので、ウェブサーバが公開するウェブサイトに対するテストの決定を支援するためのテスト支援プログラム、テスト支援装置、ならびに、テスト支援方法を提供することを目的とする。 The present invention solves the above problems, and aims to provide a test support program, a test support device, and a test support method for supporting the determination of tests for websites published by a web server. .

本発明に係るテスト支援プログラムを実行するテスト支援コンピュータ、ならびに、本発明に係るテスト支援装置は、ウェブサーバが公開する複数のページを含むウェブサイトに対して実行されるべきテストであって、
(a)前記複数のページのいずれかに対応付けられ、当該対応付けられたページ内で実行されるべきテストケース、および、
(b)前記複数のページのいずれか2以上のページ間の遷移に対応付けられ、当該対応付けられた遷移に際して実行されるべきテストシナリオ
を含むテストを決定するための支援をするため、
画面に、前記複数のページのそれぞれを表す複数のノードと、前記複数のページ間の遷移のそれぞれを表す複数のエッジと、を含むサイトマップを表示し、
前記表示されたサイトマップに対する指示入力に基づいて、前記複数のページと、前記複数のページ間の遷移と、から、対象ページと、対象遷移と、を識別し、
前記識別された対象ページに対応付けられるテストケース、および、前記識別された対象遷移に対応付けられるテストシナリオを、前記ウェブサーバにて実行されるべき対象テストとして特定する。
A test support computer that executes a test support program according to the present invention and a test support device according to the present invention are a test to be executed on a website including a plurality of pages published by a web server,
(a) A test case that is associated with any of the plurality of pages and to be executed within the associated page, and
(b) To assist in determining a test that is associated with a transition between any two or more of the plurality of pages and includes a test scenario that should be executed during the associated transition;
Displaying on a screen a site map including a plurality of nodes representing each of the plurality of pages and a plurality of edges representing each of the transitions between the plurality of pages,
identifying a target page and a target transition from the plurality of pages and transitions between the plurality of pages based on an instruction input to the displayed site map;
A test case associated with the identified target page and a test scenario associated with the identified target transition are specified as target tests to be executed on the web server.

本発明によれば、ウェブサーバが公開するウェブサイトに対するテストの決定を支援するためのテスト支援プログラム、テスト支援装置、ならびに、テスト支援方法を提供することができる。 According to the present invention, it is possible to provide a test support program, a test support device, and a test support method for supporting determination of a test for a website published by a web server.

本実施形態に係るテスト支援装置が動作する環境の一例を示す説明図である。FIG. 2 is an explanatory diagram showing an example of an environment in which a test support device according to the present embodiment operates. 本実施形態に係るテスト支援装置の構成を示す説明図である。FIG. 1 is an explanatory diagram showing the configuration of a test support device according to the present embodiment. サイトマップの例を示す説明図である。It is an explanatory diagram showing an example of a site map. テスト支援装置による画面の表示例である。This is an example of a screen displayed by the test support device. テスト支援装置に対して領域指定したときの画面の表示例である。This is an example of a screen displayed when an area is specified for the test support device. テスト支援装置に対して2つのノードを指定したときの画面の表示例である。This is an example of a screen displayed when two nodes are specified for the test support device. テスト支援装置が実行する処理の制御の流れを示すフローチャートである。3 is a flowchart showing the flow of control of processing executed by the test support device.

以下に、本発明の実施形態を説明する。なお、本実施形態は、説明のためのものであり、本発明の範囲を制限するものではない。したがって、当業者であれば、本実施形態の各要素もしくは全要素を、これと均等なものに置換した実施形態を採用することが可能である。また、各実施例にて説明する要素は、用途に応じて適宜省略することも可能である。このように、本発明の原理にしたがって構成された実施形態は、いずれも本発明の範囲に含まれる。 Embodiments of the present invention will be described below. Note that this embodiment is for explanation purposes only, and does not limit the scope of the present invention. Therefore, those skilled in the art can adopt an embodiment in which each or all of the elements of this embodiment are replaced with equivalent ones. Moreover, the elements described in each embodiment can be omitted as appropriate depending on the purpose. Thus, all embodiments constructed in accordance with the principles of the present invention are included within the scope of the present invention.

(環境)
図1は、本実施形態に係るテスト支援装置が動作する環境の一例を示す説明図である。以下、本図を参照して説明する。なお、本図に示す例では、インターネット等のコンピュータ通信網は図示を省略し、各要素が通信する経路を示している。
(environment)
FIG. 1 is an explanatory diagram showing an example of an environment in which a test support device according to this embodiment operates. This will be explained below with reference to this figure. In the example shown in this figure, a computer communication network such as the Internet is not shown, and the communication paths of each element are shown.

本例では、ウェブサーバ21は、テストの対象となるウェブサイトを公開している。一般ユーザの閲覧端末31は、インターネット等を介してウェブサーバ21にアクセスし、ウェブサイトが提供するコンテンツを閲覧したり、種々のサービスを受けることができる。 In this example, the web server 21 publishes a website to be tested. A general user's viewing terminal 31 can access the web server 21 via the Internet or the like, view content provided by a website, and receive various services.

本図では、テスト支援装置101は、インターネットやLAN(Local Area Network)等を介して、ウェブサーバ21に直接アクセスする通信経路が示されている。 In this figure, a communication path is shown in which the test support device 101 directly accesses the web server 21 via the Internet, a LAN (Local Area Network), or the like.

テスト実行者は、パーソナルコンピュータ等のテスト端末131からテスト支援装置101をブラウザ経由で制御する。すなわち、本図に示す例では、テスト支援装置101は、テスト環境を実現するウェブサービスを提供している。 A test executor controls the test support device 101 from a test terminal 131 such as a personal computer via a browser. That is, in the example shown in this figure, the test support device 101 provides a web service that implements a test environment.

本例のほか、ウェブサーバ21やテスト支援装置101は、クラウド上に実現することが可能である。また、ウェブサーバ21とテスト支援装置101を、一つのコンピュータ上に実装することも可能である。このほか、テスト端末131とテスト支援装置101を一つのコンピュータ上に実装することも可能である。 In addition to this example, the web server 21 and the test support device 101 can be implemented on the cloud. Furthermore, it is also possible to implement the web server 21 and the test support device 101 on one computer. In addition, it is also possible to implement the test terminal 131 and the test support device 101 on one computer.

ウェブサーバ21における実際のテストは、テスト端末131や閲覧端末31からウェブサーバ21に対してアクセスすることによって実行しても良いし、テスト支援装置101を介して実行をしても良い。 The actual test on the web server 21 may be executed by accessing the web server 21 from the test terminal 131 or the viewing terminal 31, or may be executed via the test support device 101.

テスト支援装置101により生成された対象テストは、テスト端末131や閲覧端末31からウェブサーバ21にアクセスした上で、手作業で実行することもできるし、テスト実行モジュールをインストールしたテスト端末131から、半自動もしくは全自動で実行することもできる。 The target test generated by the test support device 101 can be executed manually after accessing the web server 21 from the test terminal 131 or the viewing terminal 31, or can be executed manually from the test terminal 131 with the test execution module installed. It can also be run semi-automatically or fully automatically.

このほか、ウェブサーバ21にて公開されている情報の収集(ウェブサイトの各ページのクロール等。)は、テスト端末131からウェブサーバ21に対してアクセスする収集モジュールを利用することで行うこととしても良い。この態様では、テスト端末131にて収集された情報は、テスト端末131からテスト支援装置101へ伝達される。この態様では、ウェブサーバ21とテスト支援装置101は直接の通信をしなくとも良い。テスト端末131にてウェブサイトの各ページをクロールしてテスト支援装置101ヘ伝達する作業は、テスト端末131にインストールされた情報収集モジュールにより、半自動もしくは全自動で実行することもできる。 In addition, the collection of information published on the web server 21 (crawling each page of the website, etc.) is performed by using a collection module that accesses the web server 21 from the test terminal 131. Also good. In this aspect, information collected by the test terminal 131 is transmitted from the test terminal 131 to the test support device 101. In this embodiment, the web server 21 and the test support device 101 do not need to communicate directly. The work of crawling each page of the website on the test terminal 131 and transmitting it to the test support device 101 can also be performed semi-automatically or fully automatically using an information collection module installed on the test terminal 131.

(テスト支援装置)
図2は、本実施形態に係るテスト支援装置の構成を示す説明図である。以下、本図を参照して説明する。
(Test support equipment)
FIG. 2 is an explanatory diagram showing the configuration of the test support device according to this embodiment. This will be explained below with reference to this figure.

本図に示すように、テスト支援装置101は、表示部102、識別部103、特定部104を備える。 As shown in this figure, the test support device 101 includes a display section 102, an identification section 103, and a specification section 104.

テスト支援装置101の各部は、典型的には、プログラムを実行するコンピュータ(テスト支援コンピュータ)によって実現される。当該コンピュータは、各種の出力装置や入力装置に接続され、これらの機器と情報を送受する。 Each part of the test support device 101 is typically realized by a computer (test support computer) that executes a program. The computer is connected to various output devices and input devices, and sends and receives information to and from these devices.

当該コンピュータにて実行されるプログラム(テスト支援プログラム)は、当該コンピュータが通信可能に接続されたサーバにより配布、販売することができるほか、CD-ROM(Compact Disk Read Only Memory)やフラッシュメモリ、EEPROM(Electrically Erasable Programmable ROM)などの非一時的(non-transitory)な情報記録媒体に記録した上で、当該情報記録媒体を配布、販売等することも可能である。 The program executed on the computer (test support program) can be distributed and sold by a server to which the computer is communicably connected, as well as on CD-ROM (Compact Disk Read Only Memory), flash memory, EEPROM. It is also possible to record on a non-transitory information recording medium such as (Electrically Erasable Programmable ROM) and then distribute, sell, etc. the information recording medium.

プログラムは、コンピュータが有するハードディスク、ソリッドステートドライブ、フラッシュメモリ、EEPROM等などの非一時的な情報記録媒体にインストールされる。すると、当該コンピュータにより、本実施形態におけるテスト支援装置101が実現されることになる。一般的には、コンピュータのCPU(Central Processing Unit)あるいはプロセッサは、コンピュータのOS(Operating System)による管理の下、情報記録媒体からRAM(Random Access Memory)へプログラムを読み出してから、当該プログラムに含まれるコードを解釈、実行する。ただし、CPU等がアクセス可能なメモリ空間内に情報記録媒体をマッピングできるようなアーキテクチャでは、RAMへの明示的なプログラムのロードは不要なこともある。なお、プログラムの実行の過程で必要とされる各種情報は、RAM内に一時的(temporarily)に記録しておくことができる。 The program is installed on a non-temporary information recording medium, such as a hard disk, solid state drive, flash memory, EEPROM, etc., included in the computer. Then, the computer realizes the test support device 101 in this embodiment. Generally, a computer's CPU (Central Processing Unit) or processor reads a program from an information recording medium to RAM (Random Access Memory) under the control of the computer's OS (Operating System), and then stores it in the program. Interpret and execute the code provided. However, in architectures in which an information recording medium can be mapped within a memory space accessible by a CPU or the like, it may not be necessary to explicitly load a program into RAM. Note that various information required in the process of program execution can be temporarily recorded in RAM.

なお、汎用のコンピュータにより本実施形態のテスト支援装置101を実現するのではなく、専用の電子回路を用いて本実施形態のテスト支援装置101を構成することも可能である。この態様では、プログラムを電子回路の配線図やタイミングチャート等を生成するための素材として利用することもできる。このような態様では、プログラムに定められる仕様を満たすような電子回路がFPGA(Field Programmable Gate Array)やASIC(Application Specific Integrated Circuit)により構成され、当該電子回路は、当該プログラムに定められた機能を果たす専用機器として機能して、本実施形態のテスト支援装置101を実現する。 Note that instead of realizing the test support device 101 of this embodiment using a general-purpose computer, it is also possible to configure the test support device 101 of this embodiment using a dedicated electronic circuit. In this aspect, the program can also be used as a material for generating wiring diagrams, timing charts, etc. of electronic circuits. In such an embodiment, an electronic circuit that satisfies the specifications specified in the program is configured using an FPGA (Field Programmable Gate Array) or an ASIC (Application Specific Integrated Circuit), and the electronic circuit performs the functions specified in the program. The test support device 101 of this embodiment is realized by functioning as a dedicated device for performing the following tasks.

以下では、理解を容易にするため、テスト支援装置101は、テスト支援コンピュータのCPU等がテスト支援プログラムを実行することによって実現される態様を想定して説明する。 In order to facilitate understanding, the following description assumes that the test support apparatus 101 is realized by the CPU or the like of the test support computer executing a test support program.

なお、テスト支援装置101は、テストの対象となるウェブサイトを公開するウェブサーバ21とは異なるコンピュータにより実現しても良いし、当該ウェブサーバ21と同一のコンピュータにより実現しても良い。 Note that the test support device 101 may be realized by a different computer from the web server 21 that publishes the website to be tested, or may be realized by the same computer as the web server 21.

本実施例で想定するテストは、ウェブサーバ21によって公開されるウェブサイトに対して実行されるべきテストである。ここで、ウェブサイトは、複数のページを含み、テストには、以下の2種類を含む。 The test assumed in this embodiment is a test to be executed on a website published by the web server 21. Here, the website includes multiple pages, and the test includes the following two types.

(a)当該複数のページのいずれかに対応付けられ、当該対応付けられたページ内で実行されるべきテストケース。すなわち、テストケースは、あるページA内にて完結するようなテストを意味する。 (a) A test case that is associated with one of the multiple pages and to be executed within the associated page. In other words, a test case means a test that is completed within a certain page A.

(b)当該複数のページのいずれか2以上のページ間の遷移に対応付けられ、当該対応付けられた遷移に際して実行されるべきテストシナリオ。なお、ページA →(遷移X)→ ページB →(遷移Y)→ ページC →(遷移Z)→ ページDのように遷移を順に行う際に実行されるテストシナリオは、3つの遷移X, Y, Zのそれぞれに対応付けられることとしても良いし、1つの遷移列「X, Y, Z」に対応付けられることとしても良い。 (b) A test scenario that is associated with a transition between any two or more of the plurality of pages and that is to be executed during the associated transition. Note that the test scenario that is executed when transitions are performed in order such as page A → (transition X) → page B → (transition Y) → page C → (transition Z) → page D is the three transitions X, Y , Z, or one transition sequence "X, Y, Z".

本実施形態に係るテスト支援装置101は、ウェブサイトに対して実行しうる多数のテストの中から、ウェブサイトの運営者等が望むページや遷移に関連するテストケースやテストシナリオを対象テストとして特定することで、運営者等がウェブサイトの公開前あるいは更改前に完遂すべきテストを決定できるようにするための支援を行う。 The test support device 101 according to the present embodiment identifies test cases and test scenarios related to pages and transitions desired by a website operator as a target test from among a large number of tests that can be executed on a website. By doing so, we will help operators decide which tests to complete before publishing or updating their websites.

さて、上記の通り、テスト支援装置101は、表示部102、識別部103、特定部104を備える。 Now, as described above, the test support device 101 includes the display section 102, the identification section 103, and the identification section 104.

ここで、表示部102は、画面に、複数のページのそれぞれを表す複数のノードと、複数のページ間の遷移のそれぞれを表す複数のエッジと、を含むサイトマップを表示する。 Here, the display unit 102 displays on the screen a site map including a plurality of nodes representing each of a plurality of pages and a plurality of edges representing each of transitions between the plurality of pages.

図3は、サイトマップの例を示す説明図である。以下、本図を参照して説明する。 FIG. 3 is an explanatory diagram showing an example of a site map. This will be explained below with reference to this figure.

本図に示すサイトマップ201では、ウェブサイトの各ページは、長方形で表されたノード202によって表現される。また、あるページから別のページへの遷移は、当該あるページを表現するノード202から当該別のページを表現する他のノード202へ向かう矢印で表されたエッジ203によって表現される。 In the site map 201 shown in this figure, each page of the website is represented by a node 202 represented by a rectangle. Further, a transition from a certain page to another page is expressed by an edge 203 represented by an arrow pointing from a node 202 representing the certain page to another node 202 representing the other page.

本図では、ノード202内には、当該ノード202により表現されるページを識別するための名称として、大文字の英字1文字が付されている。 In this figure, within the node 202, one uppercase alphabetic character is attached as a name for identifying the page represented by the node 202.

また、エッジ203の近傍には、当該エッジ203に対応する遷移を識別するための名称として、小文字の英字1文字が付されている。 Further, near the edge 203, one lowercase alphabetic character is attached as a name for identifying the transition corresponding to the edge 203.

本実施形態で利用するサイトマップは、ウェブサイトの仕様を設計する段階で作成したものを利用することができる。また、一旦完成したウェブサイトをクロールすることによってサイトマップを生成することも可能である。 The site map used in this embodiment can be one created at the stage of designing the website specifications. It is also possible to generate a sitemap by crawling a website once it has been completed.

クロールをする場合、ウェブサイトの起点ページから、ページに含まれるリンクを辿って他のページへ遷移をすることを繰り返して、どのページからどのページへの遷移があるのかを探索することとなる。 When crawling, you repeatedly move from the starting page of a website to other pages by following the links contained in the page, searching for which page leads to which page.

このとき、エッジの巡回が生じないようにすると、サイトマップは階層的な木構造によって表現され、人間にとって理解しやすい形状となる。 At this time, if edges are prevented from cycling, the site map is expressed as a hierarchical tree structure, making it easier for humans to understand.

そこで、以下のような対策をとることで、人間が理解しやすいサイトマップを生成することができる。 Therefore, by taking the following measures, you can generate a sitemap that is easy for humans to understand.

まず、ページAからページBへの遷移Pが見つかった後、ページBからページAへ戻る遷移Qについては、探索結果には含めないこととする。 First, after the transition P from page A to page B is found, the transition Q returning from page B to page A is not included in the search results.

また、クロールされた複数のページに共通して含まれるナビゲーション要素(メニューバー、メニューリスト、スプリングボード、ドロワー、タブ、カルーセル、ドロップダウンなど、種々の形状や体裁で提供される。)については、一旦そのナビゲーション要素を介した探索がされた後は、他のページに同じ当該ナビゲーション要素が含まれていたとしても、そのナビゲーション要素はないものとして扱い、これを介した探索はしないこととする。 Additionally, navigation elements commonly included in multiple crawled pages (provided in various shapes and formats, such as menu bars, menu lists, springboards, drawers, tabs, carousels, and dropdowns), Once a search has been made via that navigation element, even if another page contains the same navigation element, that navigation element is treated as not existing and no search is made via it.

このほか、ウェブサイトがすでに公開されており、アクセス履歴が収集されている状況では、以下のような対策によって、巡回を除くことができる。まず、ページ間の遷移を収集する。そして、遷移に巡回がある間、実際に利用された頻度が最も少ない遷移を除去することを繰り返す。これによって、巡回のないサイトマップを得ることができる。 In addition, in situations where the website is already open to the public and access history is being collected, the following measures can be taken to eliminate patrolling. First, we collect the transitions between pages. Then, while there is a cycle in the transitions, it is repeated to remove the transitions that are actually used least frequently. This allows you to obtain a site map without crawling.

さて、ユーザによるログインやサインインが必要なウェブサイトにおいては、テストを行うためのテストアカウントを用意する。テストアカウントには、テスト用のユーザIDやパスワードが割り当てられる。ユーザIDやパスワードは、ウェブサイトを利用するために、ウェブサーバ21に対して入力する必要がある入力情報の例である。 Now, for websites that require users to log in or sign in, prepare test accounts for testing. A test user ID and password will be assigned to the test account. A user ID and password are examples of input information that must be input to the web server 21 in order to use the website.

さらに、当該テストアカウントについて、種々のダミーのデータの記録を用意する。これらの記録は、当該テストアカウントについてウェブサイトから出力される出力情報として利用される。 Furthermore, various dummy data records are prepared for the test account. These records will be used as output information from the website regarding the test account.

たとえば、当該ウェブサイトが電子市場サイトである場合、出力情報としては、当該ユーザの住所、氏名、電話番号、現在所有しているポイント数、過去の購入履歴などが考えられる。 For example, if the website is an electronic market site, the output information may include the user's address, name, phone number, number of points currently owned, past purchase history, etc.

さて、当該ウェブサイトに対して適用可能なテストが多数ある場合には、その一部のみを抽出したいことがある。ここで抽出される一部のテストを、本実施形態では対象テストと呼ぶ。識別部103と特定部104は、対象テストの特定を行う機能を果たす。 Now, if there are many tests that can be applied to the website, you may want to extract only some of them. Some of the tests extracted here are called target tests in this embodiment. The identification unit 103 and the identification unit 104 function to identify a target test.

すなわち、識別部103は、表示されたサイトマップに対する指示入力に基づいて、複数のページと、複数のページ間の遷移と、から、対象ページと、対象遷移と、を識別する。 That is, the identification unit 103 identifies a target page and a target transition from a plurality of pages and a transition between a plurality of pages, based on an instruction input to the displayed site map.

ここで、表示部102は、画面に表示されるサイトマップ201のうち、識別された対象ページに係るノード202と、識別された対象遷移に係るエッジ203と、を含むテストマップを強調表示することとしても良い。 Here, the display unit 102 may highlight a test map that includes a node 202 related to the identified target page and an edge 203 related to the identified target transition, out of the site map 201 displayed on the screen. It's good as well.

テストマップは、サイトマップの一部に相当するもので、適用したい対象テストを選び出すための範囲を表すものである。 The test map corresponds to a part of the site map, and represents the range for selecting target tests to be applied.

そして、特定部104は、識別された対象ページに対応付けられるテストケース、および、識別された対象遷移に対応付けられるテストシナリオを、ウェブサーバ21にて実行されるべき対象テストとして特定する。 The identifying unit 104 then identifies the test case associated with the identified target page and the test scenario associated with the identified target transition as target tests to be executed by the web server 21.

以下では、サイトマップに対する指示入力の態様を説明する。 Below, the mode of inputting instructions to the site map will be explained.

本実施形態では、使用者は、テスト支援装置101を構成するテスト支援コンピュータ、もしくは、これとインターネット等を介して通信可能に接続されたテスト端末131のブラウザを用いて、テスト支援装置101を利用する。 In this embodiment, the user uses the test support device 101 using the test support computer that constitutes the test support device 101 or the browser of the test terminal 131 that is communicably connected to the test support computer via the Internet or the like. do.

ブラウザからテスト支援装置101にアクセスし、所望のウェブサイトを指定すると、そのウェブサイトのサイトマップがブラウザ内の画面に表示される。図4は、テスト支援装置による画面の表示例である。 When a user accesses the test support device 101 from a browser and specifies a desired website, the site map of that website is displayed on the screen within the browser. FIG. 4 is an example of a screen displayed by the test support device.

本図に示す表示例では、画面301のマップ表示領域302内に、所望のウェブサイトのサイトマップ201(理解を容易にするため、図では符号は省略している。以下同様。)が表示されている。使用者が、マップ表示領域302においてサイトマップ201に対する指示入力をした後に、特定ボタン303をクリックすると、対象テストの特定が行われる。また、クリアボタン304をクリックすると、サイトマップ201における種々の選択が解除され、最初からやり直しになる。 In the display example shown in this figure, a site map 201 (numerals are omitted in the figure for ease of understanding; the same applies hereinafter) of a desired website is displayed in the map display area 302 of the screen 301. ing. When the user clicks the specify button 303 after inputting instructions for the site map 201 in the map display area 302, the target test is specified. Furthermore, when the clear button 304 is clicked, various selections in the site map 201 are canceled and the user starts over from the beginning.

さて、サイトマップ201に対する指示入力としては、画面の領域を指定する手法が考えられる。図5は、テスト支援装置に対して領域指定したときの画面の表示例である。以下、本図を参照して説明する。 Now, a possible method for inputting instructions to the site map 201 is to specify a screen area. FIG. 5 is an example of a screen displayed when an area is specified for the test support device. This will be explained below with reference to this figure.

本図では、画面301に表示されたサイトマップ201に対して、マウスのボタンをクリックしたままマウスの位置を移動することで、矩形の領域311が指定されている。 In this figure, a rectangular area 311 is specified by moving the mouse while clicking the mouse button on the site map 201 displayed on the screen 301.

そして、指定された矩形の領域311に含まれるノード202(理解を容易にするため、図では符号は省略している。以下同様。)およびエッジ203(理解を容易にするため、図では符号は省略している。以下同様。)が表すページA, C, D, E, Bおよび遷移x, y, z, p, qが、対象ページおよび対象遷移として識別されることになる。 Then, nodes 202 (for ease of understanding, the numbers are omitted in the figure. The same applies hereinafter) and edges 203 (for ease of understanding, the numbers are not shown in the figure) included in the specified rectangular area 311. Pages A, C, D, E, B and transitions x, y, z, p, q represented by (omitted; the same applies hereinafter) will be identified as the target page and target transition.

また、本図では、指定された矩形の領域311に含まれるノード202およびエッジ203が太線で強調表示され、背景色が変化している(本図では、横線の網かけにより表現している)。すなわち、この太線表示や背景色の変化により強調された部分が、テストマップに相当する。 In addition, in this figure, the nodes 202 and edges 203 included in the specified rectangular area 311 are highlighted with thick lines, and the background color changes (in this figure, they are represented by horizontal shading). . That is, the portion highlighted by displaying thick lines or changing the background color corresponds to the test map.

次に、指示入力として、2つのノードを指定する手法が考えられる。図6は、テスト支援装置に対して2つのノードを指定したときの画面の表示例である。 Next, a method of specifying two nodes as instruction input may be considered. FIG. 6 is an example of a screen displayed when two nodes are specified for the test support device.

本図では、画面301に表示されたサイトマップ201中で、2つのページA, Bをそれぞれ表す2つのノード202を、マウスで指しながらクリックして指定している。ここで指定された2つのノードに係るページを、端ページと呼ぶ。本図では、端ページに係るノード202は、背景色が変化している(本図では、縦線の網かけにより表現している)。 In this figure, in the site map 201 displayed on the screen 301, two nodes 202 representing two pages A and B are specified by clicking while pointing with the mouse. The pages related to the two nodes specified here are called end pages. In this figure, the background color of the node 202 related to the end page changes (in this figure, this is represented by vertical shading).

本図に示すサイトマップ201では、ページAに係るノード202からページBに係るノード202に至るパスには、以下の2つがある。
(1) A →x→ C →y→ D →z→ B
(2) A →p→ E →q→ B
In the site map 201 shown in this figure, there are the following two paths from the node 202 related to page A to the node 202 related to page B.
(1) A →x→ C →y→ D →z→ B
(2) A →p→ E →q→ B

本手法では、一方の端ノードから直接他方の端ノードに遷移する場合のみならず、他のノード(途中ノード)を経由して遷移する場合には、その途中ノードも、テストマップに含めるようにする。 In this method, not only when transitioning directly from one end node to the other end node, but also when transitioning via another node (intermediate node), the intermediate node is also included in the test map. do.

領域指定では、指定された領域内のノードからテストマップを作るのに対し、2つの端ノード指定では、2つの端ノードと、指定された端ノードの一方から他方へ遷移する際に通過する途中ノードと、から、テストマップを作る。 In area specification, a test map is created from the nodes within the specified area, whereas in two end node specification, the test map is created from the two end nodes and the nodes passing through when transitioning from one of the specified end nodes to the other. Create a test map from node and .

本図に示す例では、識別部103は、最も単純には、上記2つのパスに相当する遷移経路、すなわち、2つの端ページA, Bを結ぶ2つの遷移経路「X, Y, Z」「P, Q」が、そのまま対象経路として識別されている。 In the example shown in this figure, the identification unit 103, in the simplest form, identifies transition routes corresponding to the above two paths, that is, two transition routes "X, Y, Z" and " "P, Q" are identified as target routes as they are.

このため、本図では、ユーザが指定した2つのノード202(ページA, Bを表現している。)と、これらを結ぶパスにおけるノード202(ページC, D, Eを表現している)と、これらのパスに含まれるエッジ203(遷移x, y, z, p, qを表現している)と、が、テストマップとして、太線で強調表示されている。 Therefore, in this diagram, two nodes 202 specified by the user (representing pages A and B) and a node 202 (representing pages C, D, and E) on the path connecting them are shown. , edges 203 (representing transitions x, y, z, p, q) included in these paths are highlighted with thick lines as a test map.

本例では、端ノードに対するページA, Bと、途中ノードに対するページC, D, Eの、合計5つの対象ページが識別されている。 In this example, a total of five target pages are identified: pages A and B for end nodes and pages C, D, and E for intermediate nodes.

また、本図では、上記2つのパスに含まれる5つのエッジに係る遷移x, y, z, p, qが、対象遷移として識別されている。 Furthermore, in this figure, transitions x, y, z, p, and q related to the five edges included in the two paths are identified as target transitions.

対象遷移は、個別に5個の遷移x, y, z, p, qと考えることもできる。これらの対象遷移に基づいて対象テストとして特定されるテストシナリオは、遷移x, y, z, p, qのいずれかに対応付けられるもの、すなわち、テストシナリオを実行するための遷移列の一部または全部として、遷移x, y, z, p, qのいずれかを利用するものになる。 The target transitions can also be thought of as five individual transitions x, y, z, p, and q. A test scenario that is identified as a target test based on these target transitions is one that is associated with any of the transitions x, y, z, p, or q, that is, a part of the transition sequence for executing the test scenario. Or all of them will use one of the transitions x, y, z, p, or q.

また、遷移経路の部分列「x, y, z」「x, y」「y, z」「x」「y」「z」「p, q」「p」「q」を対象遷移とすることもできる。この場合、テストシナリオを実行するための遷移列として、「x, y, z」「x, y」「y, z」「x」「y」「z」「p, q」「p」「q」に一致するものを、対象テストとして特定することができる。 In addition, the subsequences of the transition route "x, y, z", "x, y", "y, z", "x", "y", "z", "p, q", "p", "q" should be the target transitions. You can also do it. In this case, the transition sequence for executing the test scenario is "x, y, z", "x, y", "y, z", "x", "y", "z", "p, q", "p", "q". ” can be identified as the target test.

なお、指定された領域に含まれるノードやエッジ、あるいは、指定された2つのノードの一方から他方に至るパスにおいて途中で通過するノードや当該パスに含まれるエッジに係るページや遷移のすべてを対象ページや対象遷移とするのではなく、その一部を対象ページや対象遷移として識別することとしても良い。 In addition, all pages and transitions related to nodes and edges included in the specified area, nodes passed along the path from one of the two specified nodes to the other, and edges included in the path are targeted. Instead of identifying the page or target transition, a part of it may be identified as the target page or target transition.

たとえば、識別部103は、ウェブサイトに対するアクセス履歴における遷移数に基づいて、1以上の遷移経路から対象経路を識別することとしても良い。 For example, the identification unit 103 may identify the target route from one or more transition routes based on the number of transitions in the access history to the website.

すなわち、所定の閾値以上の頻度で利用されていることを対象遷移として識別する条件とし、選択された対象遷移の始点もしくは終点となるページを対象ページとして識別することができる。 That is, the condition for identifying a target transition is that it is used at a frequency equal to or higher than a predetermined threshold, and a page that is the starting point or end point of the selected target transition can be identified as a target page.

本実施例では、画面301に表示されたサイトマップ201に対する領域指定の指示入力やノード指定の指示入力をすると、選択された領域内のノード、あるいは、指定された複数のノードに応じて、対象ページと対象遷移が識別され、これらに対応付けられるノードとエッジからなるテストマップが、サイトマップ201内で強調表示される。 In this embodiment, when an instruction to specify an area or a node is input to the site map 201 displayed on the screen 301, the target is selected according to a node within the selected area or a plurality of specified nodes. Pages and target transitions are identified, and a test map of nodes and edges associated with them is highlighted within the site map 201.

この後、特定ボタン303をクリックすると、識別された対象ページや対象遷移に基づいて、対象テストの特定の処理が実行され、特定された対象テストがテスト支援装置101から出力される。 Thereafter, when the specific button 303 is clicked, specific processing for the target test is executed based on the identified target page and target transition, and the identified target test is output from the test support device 101.

テストの出力は、画面301内に別途用意されたテスト表示領域(図示せず。)に対して行うこととしても良いし、画面301から別のテスト表示・編集用フォームに遷移することとしても良いし、所望の形式のファイルとしてダウンロードされることとしても良い。 The test output may be performed in a test display area (not shown) prepared separately within the screen 301, or may be performed by transitioning from the screen 301 to another test display/edit form. However, it may also be downloaded as a file in a desired format.

対象テストは、あらかじめ用意された候補テストから条件が合うものを選び出すことによって特定されることとしても良いし、識別された対象ページや対象遷移に基づいて生成することによって特定されることとしても良い。 The target test may be specified by selecting one that meets the conditions from candidate tests prepared in advance, or it may be specified by generating it based on the identified target page or target transition. .

各テストに優先度を定めておくこともできる。この場合は、優先度に基づいて、たとえば、優先度が高い順に対象テストを並べて提案することで、期間やコストに制限がある場合に、適切な順序で対象テストを実行することが可能となる。 You can also set priorities for each test. In this case, by arranging and proposing target tests based on priority, for example, in descending order of priority, it becomes possible to execute target tests in an appropriate order when there are limitations on period or cost. .

テストの優先度は、たとえば、候補テストのそれぞれが過去に失敗した履歴に基づいて決定することができる。すなわち、過去の開発時に失敗したことがある候補テストについては、優先度を上げる等である。 Test priorities can be determined, for example, based on the past failure history of each of the candidate tests. That is, the priority level is increased for candidate tests that have failed during past development.

このほか、ウェブサイトに対するアクセス履歴を精査し、ページがアクセスされた頻度に基づいて、当該ページが対応付けられるテストケースの優先度を定めたり、遷移がなされた頻度に基づいて、当該遷移が対応付けられるテストシナリオの優先度を定めることも可能である。 In addition, we examine the access history of the website and determine the priority of the test cases to which the page is associated based on the frequency with which the page is accessed. It is also possible to prioritize the test scenarios to be assigned.

たとえばウェブサイトがサービスインした後、ウェブサイトを更改しようとするときには、よく利用されているページや遷移に係るテストの優先度を上げることで、ユーザが不具合等に出会う可能性を下げることができる。 For example, when updating a website after it goes into service, increasing the priority of tests related to frequently used pages and transitions can reduce the possibility that users will encounter problems. .

また、ウェブサイトの更改時には、ページが更改の対象となっているか否かに基づいて、当該ページが対応付けられるテストケースの優先度を定めたり、遷移が更改の対象となっているか否かに基づいて、当該遷移が対応付けられるテストシナリオの優先度を定めることも可能である。 In addition, when updating a website, we determine the priority of test cases to which the page is associated based on whether the page is subject to update, and whether or not the transition is subject to update. Based on this, it is also possible to determine the priority of the test scenario to which the transition is associated.

更改の対象となっているページや遷移にかかるテストは、優先して実行すべきだからである。 This is because tests related to pages and transitions that are subject to updates should be performed with priority.

上記のように、対象テストは、識別された対象ページと、識別された対象遷移と、に基づいて、自動的あるいは半自動で生成することもできる。 As mentioned above, the target test can also be automatically or semi-automatically generated based on the identified target page and the identified target transition.

生成される対象テストの優先度は、既定値をそのまま使用しても良い。 For the priority of the generated target test, the default value may be used as is.

また、生成される対象テストやあらかじめ用意された候補テストの優先度については、画面301に表示されたサイトマップに対してされた指示入力に基づいて定めることとしても良い。 Furthermore, the priority of generated target tests and candidate tests prepared in advance may be determined based on instructions input to the site map displayed on the screen 301.

たとえば、表示されたサイトマップにおいてノードもしくはエッジを選択する選択指示入力があると、選択されたノードもしくはエッジにより表される対象ページもしくは対象遷移に対応付けられるテストケースもしくはテストシナリオの優先度を既定値より高くする。 For example, when a selection instruction is input to select a node or edge in the displayed site map, the priority of the test case or test scenario associated with the target page or target transition represented by the selected node or edge is set by default. higher than the value.

これにより、所望のページや遷移の優先度を上げて対象テストの提案をさせることができるようになる。 This makes it possible to raise the priority of desired pages and transitions and have them propose target tests.

テストケースの生成は、以下の手法を採用することができる。すなわち、テスト支援装置101は、テストケースに対応付けられるページに含まれる複数の要素の各要素に付与された属性に基づいて、テンプレートを生成もしくは選定する。 The following methods can be used to generate test cases. That is, the test support device 101 generates or selects a template based on the attributes given to each of a plurality of elements included in a page associated with a test case.

たとえば、type属性としてtextが指定されて、name属性としてuseridが指定され、size属性やmaxlength属性の数値が指定されたinputタグは、長さに制限があるユーザIDが入力されるものと考えられるので、ユーザIDの長さ制限に応じたテストケースのテンプレートが使われる。 For example, in an input tag where text is specified as the type attribute, userid is specified as the name attribute, and numerical values are specified for the size and maxlength attributes, it is assumed that a user ID with a length limit is input. Therefore, a test case template is used according to the user ID length limit.

そして、このテンプレートに補充すべき値を指定する補充値指示入力に基づいて、テストケースが生成される。 Then, a test case is generated based on a replenishment value instruction input that specifies a value to be replenished in this template.

テストシナリオの生成は、以下の手法を採用することができる。すなわち、テスト支援装置101は、対象遷移に際して通過したページに含まれる複数の要素の各要素に付与された属性に基づいて、テンプレートを生成もしくは選定し、生成もしくは選定されたテンプレートに補充すべき値を指定する値指示入力に基づいて、テストケースを生成する。 The following method can be used to generate a test scenario. That is, the test support device 101 generates or selects a template based on the attributes given to each element of a plurality of elements included in the page passed during the target transition, and determines the value to be added to the generated or selected template. Generates a test case based on the value instruction input that specifies.

たとえば、サイトマップ生成のために、ウェブサーバ21へログインするためにユーザ名とパスワードを入力してから、ウェブサイトをクロールする例を考える。 For example, consider an example in which a user enters a user name and password to log into the web server 21 to generate a site map, and then crawls a website.

ユーザ名とパスワードをログインページ(第1ページ)にて入力し、ログインに成功すると、ユーザは、当該ユーザに関するサイト内のさまざまなページに遷移して、種々のコンテンツを閲覧できるようになる。 If the user enters the user name and password on the login page (first page) and successfully logs in, the user will be able to transition to various pages within the site related to the user and view various contents.

このような各ページ内にて、ログインの際に使用したユーザ名と同じ文字列が、各ページに表示されることがある。このような場合には、「ログインページ(第1ページ)にてユーザ名の入力欄に入力した値」が、ログイン成功以降に訪問した各ページ(第2ページ)における「出力欄」に出力されていることになる。 Within each such page, the same character string as the user name used for login may be displayed on each page. In this case, the "value entered in the username input field on the login page (first page)" will be output to the "output field" on each page (second page) visited after successful login. This means that

そこで、クロールされた情報に基づいて、テストシナリオのテンプレートの初期設定として、「対象遷移の第1ページの入力欄にて入力された入力値が、その後に遷移した第2ページの出力欄に出力される出力値となる」旨が半自動で推定される。 Therefore, based on the crawled information, as an initial setting of the test scenario template, the input value entered in the input field of the first page of the target transition will be output to the output field of the second page of the transition. The output value will be estimated semi-automatically.

このほか、ウェブサイトが電子市場サービス等を提供している場合には、ログインページの後の遷移先にて、そのユーザが所有するポイントの残高が表示されるページに至ることがある。 In addition, if the website provides electronic market services or the like, the transition destination after the login page may lead to a page where the balance of points owned by the user is displayed.

このポイント残高は、「対象遷移の第1ページの入力欄にて入力された入力値」(第1値)であるユーザ名にあらかじめ対応付けられた値(第2値)と考えることができる。 This point balance can be considered as a value (second value) that is previously associated with the user name, which is "the input value entered in the input field on the first page of the target transition" (first value).

このような場合には、テストシナリオのテンプレートの初期設定として、「対象遷移の第1ページの入力欄にて入力された入力値(ユーザ名)にあらかじめ対応付けられた対応値(ポイント残高)が、その後に遷移した第2ページの出力欄に出力される出力値となる」旨が半自動で推定される。 In such a case, the initial setting of the test scenario template is ``The corresponding value (point balance) that is previously associated with the input value (user name) entered in the input field on the first page of the target transition. , the output value will be the output value that will be output to the output field of the second page to which the page transitions after that.'' is estimated semi-automatically.

このようにして半自動で推定された第1ページの入力欄と第2ページの出力欄との関係に基づくテストシナリオのテンプレートの採否は、テスト実行者に委ねることができるほか、テスト実行者がテンプレートを適宜修正することで、テストシナリオを作成したり編集したりする手間を減らすことができる。 The decision to adopt a test scenario template based on the semi-automatically estimated relationship between the input field on the first page and the output field on the second page can be left to the test executor, or the test executor can By modifying as appropriate, you can reduce the effort required to create and edit test scenarios.

(処理の流れ)
図7は、テスト支援装置が実行する処理の制御の流れを示すフローチャートである。以下、本図を参照して説明する。
(Processing flow)
FIG. 7 is a flowchart showing the control flow of processing executed by the test support device. This will be explained below with reference to this figure.

本実施形態では、使用者がブラウザを介してテスト支援装置101にアクセスし、テスト支援処理が開始されると、テスト支援装置101は、まず、ウェブサイトの特定等の初期化を実施する(ステップS500)。 In this embodiment, when a user accesses the test support device 101 via a browser and test support processing is started, the test support device 101 first performs initialization such as identifying a website (step S500).

ついで、テスト支援装置101は、ノード202を記憶するための配列等の記憶領域をクリアする(ステップS501)。この記憶領域には、テストマップに含まれるべきノード202に関する情報が記憶される。 Next, the test support device 101 clears a storage area such as an array for storing the node 202 (step S501). This storage area stores information regarding the nodes 202 to be included in the test map.

その後、テスト支援装置101は、ブラウザを介して、画面301のマップ表示領域302内にサイトマップ201を表示する(ステップS502)。 Thereafter, the test support device 101 displays the site map 201 in the map display area 302 of the screen 301 via the browser (step S502).

そして、テスト支援装置101は、ユーザからの指示入力を受け付ける(ステップS503)。 The test support device 101 then receives an instruction input from the user (step S503).

受け付けられた指示入力が、領域を指定する指示入力であれば(ステップS503;領域選択)、テスト支援装置101は、サイトマップ201のうち、指定された領域に含まれるノード202を同定する(ステップS504)。 If the received instruction input specifies an area (step S503; area selection), the test support device 101 identifies nodes 202 included in the specified area in the site map 201 (step S503; area selection). S504).

そして、テスト支援装置101は、同定されたノード202のうち、記憶領域に記憶されていないものを記憶領域に追加して(ステップS505)、ステップS511へ進む。 Then, the test support device 101 adds the identified nodes 202 that are not stored in the storage area to the storage area (step S505), and proceeds to step S511.

一方、受け付けられた指示入力が、サイトマップ201内のノード202を指定する指示入力であり(ステップS503;ノード)、当該指定されたノード202が記憶領域に記憶されていなければ(ステップS506;No)、テスト支援装置101は、指定されたノード202を記憶領域に追加して(ステップS507)、制御をステップS511へ進める。 On the other hand, if the received instruction input is an instruction input specifying the node 202 in the site map 201 (Step S503; Node), and the specified node 202 is not stored in the storage area (Step S506; No. ), the test support device 101 adds the specified node 202 to the storage area (step S507), and advances the control to step S511.

さて、記憶領域にノード202が追加されると(ステップS505, S507)、テスト支援装置101は、記憶領域に記憶されているノード202の数等に応じて、途中ノードを探索するか否かを判定する(ステップS511)。 Now, when the node 202 is added to the storage area (steps S505, S507), the test support device 101 determines whether or not to search intermediate nodes depending on the number of nodes 202 stored in the storage area. Determination is made (step S511).

たとえば、記憶領域に記憶されているノード202の数が2であれば、途中ノードを探索する、と決めることができる。 For example, if the number of nodes 202 stored in the storage area is 2, it can be decided to search for intermediate nodes.

また、現在記憶領域に記憶されているノード202の数を報告して、使用者に、途中ノードの探索をするか否かを問い合わせても良い。 Alternatively, the number of nodes 202 currently stored in the storage area may be reported and the user may be asked whether or not to search for intermediate nodes.

途中ノードを探索する場合(ステップS511;Yes)、テスト支援装置101は、記憶領域に記憶されているいずれかのノード202から、他の途中ノードを経由して、記憶領域に記憶されている他のノード202へ至るパスを探索する(ステップS512)。 When searching for an intermediate node (step S511; Yes), the test support device 101 searches for nodes 202 stored in the storage area from any of the nodes 202 stored in the storage area via other intermediate nodes. The path to the node 202 is searched for (step S512).

そして、テスト支援装置101は、探索されたパスに含まれる途中ノードのうち、記憶領域に記憶されていない途中ノードを、記憶領域に追加して(ステップS513)、制御をステップS514へ進める。 Then, the test support device 101 adds intermediate nodes included in the searched path that are not stored in the storage area to the storage area (step S513), and advances the control to step S514.

この処理により、記憶領域に記憶されることとなったノードに対するページが、対象ページとして識別されたことになる。 Through this process, the page for the node to be stored in the storage area is identified as the target page.

一方、途中ノードを探索しない場合(ステップS511;No)、テスト支援装置101は、制御をステップS514へ進める。 On the other hand, if an intermediate node is not searched (step S511; No), the test support device 101 advances the control to step S514.

ついで、テスト支援装置101は、記憶領域に記憶されることとなったノード間を直接結ぶエッジを取得する(ステップS514)。上記の通り、エッジの取得に際しては、エッジに係る遷移についてのアクセス履歴を参照して、その可否を決めても良い。 Next, the test support device 101 obtains edges that directly connect the nodes to be stored in the storage area (step S514). As described above, when acquiring an edge, whether or not to acquire the edge may be determined by referring to the access history regarding the transition related to the edge.

この処理により、取得されたエッジに対する遷移が、対象遷移として識別されたことになる。 Through this process, the transition for the acquired edge is identified as the target transition.

そして、テスト支援装置101は、テストマップに含まれるべきノード202およびエッジ、すなわち、ステップS513の処理の後に記憶領域に記憶されることとなったノード202、および、ステップS514の処理によって取得されたエッジ203を、テストマップとして画面301に表示されるサイトマップ201内にて強調表示し(ステップS515)、制御をステップS503に戻す。 Then, the test support device 101 selects the nodes 202 and edges to be included in the test map, that is, the nodes 202 that are to be stored in the storage area after the process in step S513, and the nodes 202 and edges that are to be included in the test map, and The edge 203 is highlighted in the site map 201 displayed on the screen 301 as a test map (step S515), and control is returned to step S503.

さて、受け付けられた指示入力がクリアボタン304のクリック等によるクリア指示である場合(ステップS503; クリア)、テスト支援装置101は、記憶領域をクリアするため、制御をステップS501に戻す。 Now, if the received instruction input is a clear instruction such as by clicking the clear button 304 (step S503; clear), the test support device 101 returns control to step S501 in order to clear the storage area.

これにより、画面301には、テストマップのないサイトマップ201が表示されることになる。 As a result, the site map 201 without the test map will be displayed on the screen 301.

受け付けられた指示入力が、特定ボタン303のクリック等、対象テストの特定を指示する特定指示である場合(ステップS503; 特定)、テスト支援装置101は、識別された対象ページおよび識別された対象遷移に対応付けられるテストケースならびにテストシナリオを、対象テストとして特定する(ステップS531)。 If the received instruction input is a specific instruction to specify the target test, such as clicking the specific button 303 (step S503; Identification), the test support device 101 selects the identified target page and the identified target transition. The test cases and test scenarios associated with are identified as target tests (step S531).

そして、テスト支援装置101は、特定された対象テストを出力して(ステップS532)、本処理を終了する。 Then, the test support device 101 outputs the specified target test (step S532), and ends this process.

さて、ノードを指定する指示入力(ステップS503;ノード)において、既に記憶領域に記憶済みのノードが指定されているとき(ステップS506;Yes)、本実施形態では、テスト支援装置101は、当該指定されたノードを記憶領域から削除して(ステップS541)、制御をステップS514に進める。 Now, in the instruction input for specifying a node (step S503; node), when a node already stored in the storage area is specified (step S506; Yes), in this embodiment, the test support device 101 The node is deleted from the storage area (step S541), and control proceeds to step S514.

このような処理を行うことで、使用者は、たとえばテストマップを矩形の領域311によって指定した後、矩形の領域311外のノード202を追加したり、テストマップから不要なノード202を削除したりできるようになる。 By performing such processing, the user can, for example, specify a test map using a rectangular area 311, then add nodes 202 outside the rectangular area 311, or delete unnecessary nodes 202 from the test map. become able to.

また、その他の指示入力が受け付けられたのであれば(ステップS503; その他)、テスト支援装置101は、受け付けられた指示入力に応じた処理を実行して(ステップS551)、制御をステップS503に戻す。 Further, if other instruction inputs have been accepted (step S503; other), the test support device 101 executes processing according to the accepted instruction inputs (step S551), and returns control to step S503. .

たとえば、その他の指示入力として、ノード202やエッジ203をダブルクリックして優先度を設定するポップアップメニューを表示し、ポップアップメニュー内で優先度を選択することによって入力される、というような優先度の指示入力を採用することができる。 For example, other instructions may be entered by double-clicking the node 202 or edge 203 to display a pop-up menu for setting the priority, and selecting the priority in the pop-up menu. Instruction input can be adopted.

この場合は、優先度の指示入力に応じて、ノード202やエッジ203に対応するページや遷移の優先度を設定する処理を実行すれば良い。 In this case, a process for setting the priority of pages and transitions corresponding to the nodes 202 and edges 203 may be executed in accordance with the priority instruction input.

(まとめ)
以上説明したように、本実施形態に係るテスト支援プログラムは、ウェブサーバが公開する複数のページを含むウェブサイトに対して実行されるべきテストであって、
(a)前記複数のページのいずれかに対応付けられ、当該対応付けられたページ内で実行されるべきテストケース、および、
(b)前記複数のページのいずれか2以上のページ間の遷移に対応付けられ、当該対応付けられた遷移に際して実行されるべきテストシナリオ
を含むテストを決定するための支援をするため、テスト支援コンピュータを、
画面に、前記複数のページのそれぞれを表す複数のノードと、前記複数のページ間の遷移のそれぞれを表す複数のエッジと、を含むサイトマップを表示する表示部、
前記表示されたサイトマップに対する指示入力に基づいて、前記複数のページと、前記複数のページ間の遷移と、から、対象ページと、対象遷移と、を識別する識別部、
前記識別された対象ページに対応付けられるテストケース、および、前記識別された対象遷移に対応付けられるテストシナリオを、前記ウェブサーバにて実行されるべき対象テストとして特定する特定部
として機能させる。
(summary)
As explained above, the test support program according to the present embodiment is a test to be executed on a website including multiple pages published by a web server, and includes:
(a) A test case that is associated with any of the plurality of pages and to be executed within the associated page, and
(b) Test support in order to support determining a test that is associated with a transition between any two or more of the plurality of pages and includes a test scenario that should be executed during the associated transition. computer,
a display unit that displays, on a screen, a site map including a plurality of nodes representing each of the plurality of pages and a plurality of edges representing each of transitions between the plurality of pages;
an identification unit that identifies a target page and a target transition from the plurality of pages and transitions between the plurality of pages, based on an instruction input to the displayed site map;
The test case associated with the identified target page and the test scenario associated with the identified target transition function as a specifying unit that identifies the target test to be executed on the web server.

また、本実施形態のテスト支援プログラムにおいて、
前記表示部は、前記画面に表示されるサイトマップのうち、前記識別された対象ページに係るノードと、前記識別された対象遷移に係るエッジと、を含むテストマップを強調表示する
ように構成することができる。
Furthermore, in the test support program of this embodiment,
The display unit is configured to highlight, among the site maps displayed on the screen, a test map that includes a node related to the identified target page and an edge related to the identified target transition. be able to.

また、本実施形態に係るテスト支援プログラムにおいて、
前記指示入力は、前記画面の領域を指定する指示入力であり、
前記指定された領域に含まれるノードおよびエッジが表すページおよび遷移が、前記対象ページおよび前記対象遷移として識別される
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The instruction input is an instruction input specifying an area of the screen,
The page and transition represented by the nodes and edges included in the specified area can be configured to be identified as the target page and target transition.

また、本実施形態に係るテスト支援プログラムにおいて、
前記指示入力は、前記ノードからいずれか2つを指定する指示入力であり、
前記識別部は、
前記指定された2つのノードに係る2つの端ページの一方から他方へ至る1以上の遷移経路から対象経路を識別し、
前記2つの端ページと、前記識別された対象経路において通過される途中ページと、を、前記対象ページとして識別し、
前記識別された対象経路に含まれる遷移が、前記対象遷移として識別される
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The instruction input is an instruction input that specifies any two of the nodes,
The identification section is
identifying a target route from one or more transition routes from one of the two end pages related to the two specified nodes to the other;
identifying the two end pages and an intermediate page passed on the identified target route as the target page;
It may be configured such that a transition included in the identified target route is identified as the target transition.

また、本実施形態に係るテスト支援プログラムにおいて、
前記識別部は、前記ウェブサイトに対するアクセス履歴における遷移数に基づいて、前記1以上の遷移経路から前記対象経路を識別する
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The identification unit may be configured to identify the target route from the one or more transition routes based on the number of transitions in the access history to the website.

また、本実施形態に係るテスト支援プログラムにおいて、
前記対象テストは、あらかじめ優先度が定められて用意された候補テストから特定され、
前記テスト支援コンピュータは、前記特定された対象テストを、当該対象テストのそれぞれの優先度に基づいて提案する
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The target test is identified from candidate tests prepared with predetermined priorities,
The test support computer may be configured to propose the identified target tests based on the priority of each target test.

また、本実施形態に係るテスト支援プログラムにおいて、
前記優先度は、前記候補テストのそれぞれが過去に失敗した履歴に基づいて決定される
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The priority may be determined based on a past failure history of each of the candidate tests.

また、本実施形態に係るテスト支援プログラムにおいて、
前記テストケースの優先度は、前記ウェブサイトに対するアクセス履歴において当該テストケースに対応付けられたページがアクセスされた頻度に基づいて定められ、
前記テストシナリオの優先度は、前記ウェブサイトに対するアクセス履歴において当該テストシナリオに対応付けられた遷移がなされた頻度に基づいて定められる
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The priority of the test case is determined based on the frequency with which a page associated with the test case is accessed in the access history of the website,
The priority of the test scenario can be configured to be determined based on the frequency of transitions associated with the test scenario in the access history to the website.

また、本実施形態に係るテスト支援プログラムにおいて、
前記テストケースの優先度は、当該テストケースに対応付けられたページが更改の対象となっているか否かに基づいて定められ、
前記テストシナリオの優先度は、当該テストシナリオに対応付けられた遷移が更改の対象となっているか否かに基づいて定められる
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The priority of the test case is determined based on whether the page associated with the test case is subject to renewal,
The priority of the test scenario can be configured to be determined based on whether the transition associated with the test scenario is subject to renewal.

また、本実施形態に係るテスト支援プログラムにおいて、
前記対象テストは、前記識別された対象ページと、前記識別された対象遷移と、に基づいて生成され、
前記対象テストのそれぞれの優先度は、既定値により、もしくは、前記表示されたサイトマップに対する指示入力に基づいて定められ、
前記テスト支援コンピュータは、前記特定された対象テストを、当該対象テストの優先度に基づいて提案する
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The target test is generated based on the identified target page and the identified target transition,
The priority of each of the target tests is determined by a default value or based on an instruction input to the displayed site map,
The test support computer may be configured to propose the identified target test based on the priority of the target test.

また、本実施形態に係るテスト支援プログラムにおいて、
前記テスト支援コンピュータは、
前記テストケースに対応付けられるページに含まれる複数の要素の各要素に付与された属性に基づいて、テンプレートを生成もしくは選定し、
前記生成もしくは選定されたテンプレートに補充すべき値を指定する指示入力に基づいて、前記テストケースを生成する
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The test support computer includes:
Generating or selecting a template based on attributes given to each element of a plurality of elements included in the page associated with the test case,
The test case may be generated based on an instruction input specifying a value to be added to the generated or selected template.

また、本実施形態に係るテスト支援プログラムにおいて、
前記テスト支援コンピュータは、
前記対象遷移に際して通過したページに含まれる複数の要素の各要素に付与された属性に基づいて、テンプレートを生成もしくは選定し、
前記生成もしくは選定されたテンプレートに補充すべき値を指定する指示入力に基づいて、前記テストシナリオを生成する
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The test support computer includes:
Generating or selecting a template based on attributes given to each element of a plurality of elements included in the page passed during the target transition,
The test scenario may be generated based on instruction input specifying values to be added to the generated or selected template.

また、本実施形態に係るテスト支援プログラムにおいて、
前記対象遷移が、第1ページから0個以上のページを経由して第2ページへ至る遷移であり、
前記第1ページにおける入力欄に第1値が入力され、
前記第2ページにおける出力欄に前記入力された第1値が含まれていれば、
前記第2ページにおける前記出力欄には、前記第1ページにおける前記入力欄に入力された入力値が出力されるべき旨を、当該テンプレートにおける初期設定とする
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The target transition is a transition from the first page to the second page via zero or more pages,
A first value is entered in the input field on the first page,
If the output field on the second page contains the input first value,
The output field on the second page may be configured to have an initial setting in the template that the input value input in the input field on the first page should be output.

また、本実施形態に係るテスト支援プログラムにおいて、
前記対象遷移が、第1ページから0個以上のページを経由して第2ページへ至る遷移であり、
前記第1ページにおける入力欄に第1値が入力され、
前記第2ページにおける出力欄に前記入力された第1値にあらかじめ対応付けられた第2値が含まれていれば、
前記第2ページにおける前記出力欄には、前記第1ページにおける前記入力欄に入力された入力値にあらかじめ対応付けられた対応値が出力されるべき旨を、当該テンプレートにおける初期設定とする
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The target transition is a transition from the first page to the second page via zero or more pages,
A first value is entered in the input field on the first page,
If the output field on the second page contains a second value that is previously associated with the input first value,
The initial setting in the template is such that the output field on the second page should output a corresponding value that is previously associated with the input value entered in the input field on the first page. Can be configured.

また、本実施形態に係るテスト支援プログラムにおいて、
前記表示されたサイトマップにおいてノードもしくはエッジを選択する指示入力があると、前記選択されたノードもしくはエッジにより表される対象ページもしくは対象遷移に対応付けられるテストケースもしくはテストシナリオの優先度を前記既定値より高くする
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
When an instruction is input to select a node or edge in the displayed site map, the priority of the test case or test scenario associated with the target page or target transition represented by the selected node or edge is set to the default priority. Can be configured to be higher than the value.

また、本実施形態に係るテスト支援プログラムにおいて、
前記サイトマップは、前記ウェブサイトの起点ページから、ページに含まれるリンクを辿って他のページへ遷移をすることを繰り返すことによって生成される
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
The site map can be configured to be generated by repeatedly transitioning from the origin page of the website to other pages by following links included in the page.

また、本実施形態に係るテスト支援プログラムにおいて、
前記ウェブサーバと、前記テスト支援コンピュータと、のいずれか少なくとも一方は、クラウドサービスにより実現され、もしくは、
前記ウェブサーバと、前記テスト支援コンピュータとは、1つのサーバコンピュータにより実現される
ように構成することができる。
Furthermore, in the test support program according to this embodiment,
At least one of the web server and the test support computer is realized by a cloud service, or
The web server and the test support computer can be configured to be implemented by one server computer.

また、本実施形態に係るテスト支援プログラムは、非一時的なコンピュータ読取可能な情報記録媒体に記録して配布、販売することができる。また、コンピュータ通信網等の一時的な伝送媒体を介して配布、販売することができる。 Further, the test support program according to the present embodiment can be recorded on a non-temporary computer-readable information recording medium and distributed and sold. It can also be distributed and sold via a temporary transmission medium such as a computer communication network.

本実施形態に係るテスト支援装置は、ウェブサーバが公開する複数のページを含むウェブサイトに対して実行されるべきテストであって、
(a)前記複数のページのいずれかに対応付けられ、当該対応付けられたページ内で実行されるべきテストケース、および、
(b)前記複数のページのいずれか2以上のページ間の遷移に対応付けられ、当該対応付けられた遷移に際して実行されるべきテストシナリオ
を含むテストを決定するための支援をするため、
画面に、前記複数のページのそれぞれを表す複数のノードと、前記複数のページ間の遷移のそれぞれを表す複数のエッジと、を含むサイトマップを表示する表示部、
前記表示されたサイトマップに対する指示入力に基づいて、前記複数のページと、前記複数のページ間の遷移と、から、対象ページと、対象遷移と、を識別する識別部、
前記識別された対象ページに対応付けられるテストケース、および、前記識別された対象遷移に対応付けられるテストシナリオを、前記ウェブサーバにて実行されるべき対象テストとして特定する特定部
を備えるように構成する。
The test support device according to the present embodiment is a test to be executed on a website including a plurality of pages published by a web server,
(a) A test case that is associated with any of the plurality of pages and to be executed within the associated page, and
(b) To assist in determining a test that is associated with a transition between any two or more of the plurality of pages and includes a test scenario that should be executed during the associated transition;
a display unit that displays, on a screen, a site map including a plurality of nodes representing each of the plurality of pages and a plurality of edges representing each of transitions between the plurality of pages;
an identification unit that identifies a target page and a target transition from the plurality of pages and transitions between the plurality of pages, based on an instruction input to the displayed site map;
A specification unit that specifies a test case associated with the identified target page and a test scenario associated with the identified target transition as target tests to be executed on the web server. do.

本実施形態に係るテスト支援方法は、ウェブサーバが公開する複数のページを含むウェブサイトに対して実行されるべきテストであって、
(a)前記複数のページのいずれかに対応付けられ、当該対応付けられたページ内で実行されるべきテストケース、および、
(b)前記複数のページのいずれか2以上のページ間の遷移に対応付けられ、当該対応付けられた遷移に際して実行されるべきテストシナリオ
を含むテストを決定するための支援をするテスト支援装置が、
画面に、前記複数のページのそれぞれを表す複数のノードと、前記複数のページ間の遷移のそれぞれを表す複数のエッジと、を含むサイトマップを表示する表示工程、
前記表示されたサイトマップに対する指示入力に基づいて、前記複数のページと、前記複数のページ間の遷移と、から、対象ページと、対象遷移と、を識別する識別工程、
前記識別された対象ページに対応付けられるテストケース、および、前記識別された対象遷移に対応付けられるテストシナリオを、前記ウェブサーバにて実行されるべき対象テストとして特定する特定工程
を実行するように構成する。
The test support method according to the present embodiment is a test to be executed on a website including a plurality of pages published by a web server,
(a) A test case that is associated with any of the plurality of pages and to be executed within the associated page, and
(b) A test support device that is associated with a transition between any two or more of the plurality of pages and that supports determining a test that includes a test scenario that should be executed at the time of the associated transition. ,
a display step of displaying, on a screen, a site map including a plurality of nodes representing each of the plurality of pages and a plurality of edges representing each of the transitions between the plurality of pages;
an identification step of identifying a target page and a target transition from the plurality of pages and transitions between the plurality of pages, based on an instruction input to the displayed site map;
A specifying step of specifying a test case associated with the identified target page and a test scenario associated with the identified target transition as target tests to be executed on the web server. Configure.

本発明は、本発明の広義の精神と範囲を逸脱することなく、様々な実施の形態及び変形が可能とされるものである。また、上述した実施の形態は、この発明を説明するためのものであり、本発明の範囲を限定するものではない。すなわち、本発明の範囲は、実施の形態ではなく、特許請求の範囲によって示される。そして、特許請求の範囲内及びそれと同等の発明の意義の範囲内で施される様々な変形が、この発明の範囲内とみなされる。 The present invention is capable of various embodiments and modifications without departing from the broad spirit and scope of the invention. Further, the embodiments described above are for explaining the present invention, and do not limit the scope of the present invention. That is, the scope of the present invention is indicated by the claims rather than the embodiments. Various modifications made within the scope of the claims and within the meaning of the invention equivalent thereto are considered to be within the scope of this invention.

本発明によれば、ウェブサーバが公開するウェブサイトに対するテストの決定を支援するためのテスト支援プログラム、テスト支援装置、ならびに、テスト支援方法を提供することができる。 According to the present invention, it is possible to provide a test support program, a test support device, and a test support method for supporting determination of a test for a website published by a web server.

21 ウェブサーバ
31 閲覧端末
101 テスト支援装置
102 表示部
103 識別部
104 特定部
131 テスト端末
201 サイトマップ
202 ノード
203 エッジ
301 画面
302 マップ表示領域
303 特定ボタン
304 クリアボタン
311 矩形の領域
21 Web server
31 Viewing terminal
101 Test support equipment
102 Display section
103 Identification part
104 Specific part
131 Test terminal
201 Sitemap
202 nodes
203 Edge
301 screen
302 Map display area
303 Specific button
304 Clear button
311 Rectangular area

Claims (19)

ウェブサーバが公開する複数のページを含むウェブサイトに対して実行されるべきテストであって、
(a)前記複数のページのいずれかに対応付けられ、当該対応付けられたページ内で実行されるべきテストケース、および、
(b)前記複数のページのいずれか2以上のページ間の遷移に対応付けられ、当該対応付けられた遷移に際して実行されるべきテストシナリオ
を含むテストを決定するための支援をするテスト支援プログラムであって、前記テスト支援プログラムは、テスト支援コンピュータを、
画面に、前記複数のページのそれぞれを表す複数のノードと、前記複数のページ間の遷移のそれぞれを表す複数のエッジと、を含むサイトマップを表示する表示部、
前記表示されたサイトマップに対する指示入力に基づいて、前記複数のページと、前記複数のページ間の遷移と、から、対象ページと、対象遷移と、を識別する識別部、
前記識別された対象ページに対応付けられるテストケース、および、前記識別された対象遷移に対応付けられるテストシナリオを、前記ウェブサーバにて実行されるべき対象テストとして特定する特定部
として機能させることを特徴とするテスト支援プログラム。
A test to be performed on a website containing multiple pages published by a web server,
(a) A test case that is associated with any of the plurality of pages and to be executed within the associated page, and
(b) A test support program that is associated with a transition between any two or more of the plurality of pages and that supports determining a test that includes a test scenario that should be executed during the associated transition. The test support program causes the test support computer to
a display unit that displays, on a screen, a site map including a plurality of nodes representing each of the plurality of pages and a plurality of edges representing each of transitions between the plurality of pages;
an identification unit that identifies a target page and a target transition from the plurality of pages and transitions between the plurality of pages, based on an instruction input to the displayed site map;
functioning as a specifying unit that specifies a test case associated with the identified target page and a test scenario associated with the identified target transition as target tests to be executed on the web server; Featured test support program.
前記表示部は、前記画面に表示されるサイトマップのうち、前記識別された対象ページに係るノードと、前記識別された対象遷移に係るエッジと、を含むテストマップを強調表示する
ことを特徴とする請求項1に記載のテスト支援プログラム。
The display unit is characterized in that, among the site maps displayed on the screen, a test map including a node related to the identified target page and an edge related to the identified target transition is displayed in a highlighted manner. The test support program according to claim 1.
前記指示入力は、前記画面の領域を指定する指示入力であり、
前記指定された領域に含まれるノードおよびエッジが表すページおよび遷移が、前記対象ページおよび前記対象遷移として識別される
ことを特徴とする請求項1に記載のテスト支援プログラム。
The instruction input is an instruction input specifying an area of the screen,
2. The test support program according to claim 1, wherein pages and transitions represented by nodes and edges included in the specified area are identified as the target page and the target transition.
前記指示入力は、前記ノードからいずれか2つを指定する指示入力であり、
前記識別部は、
前記指定された2つのノードに係る2つの端ページの一方から他方へ至る1以上の遷移経路から対象経路を識別し、
前記2つの端ページと、前記識別された対象経路において通過される途中ページと、を、前記対象ページとして識別し、
前記識別された対象経路に含まれる遷移が、前記対象遷移として識別される
ことを特徴とする請求項1に記載のテスト支援プログラム。
The instruction input is an instruction input that specifies any two of the nodes,
The identification section is
identifying a target route from one or more transition routes from one of the two end pages related to the two specified nodes to the other;
identifying the two end pages and an intermediate page passed on the identified target route as the target page;
2. The test support program according to claim 1, wherein a transition included in the identified target route is identified as the target transition.
前記識別部は、前記ウェブサイトに対するアクセス履歴における遷移数に基づいて、前記1以上の遷移経路から前記対象経路を識別する
ことを特徴とする請求項4に記載のテスト支援プログラム。
5. The test support program according to claim 4, wherein the identification unit identifies the target route from the one or more transition routes based on the number of transitions in the access history to the website.
前記対象テストは、あらかじめ優先度が定められて用意された候補テストから特定され、
前記テスト支援コンピュータは、前記特定された対象テストを、当該対象テストのそれぞれの優先度に基づいて提案する
ことを特徴とする請求項1に記載のテスト支援プログラム。
The target test is identified from candidate tests prepared with predetermined priorities,
2. The test support program according to claim 1, wherein the test support computer proposes the specified target test based on the priority of each target test.
前記優先度は、前記候補テストのそれぞれが過去に失敗した履歴に基づいて決定される
ことを特徴とする請求項6に記載のテスト支援プログラム。
7. The test support program according to claim 6, wherein the priority is determined based on a history of past failures of each of the candidate tests.
前記テストケースの優先度は、前記ウェブサイトに対するアクセス履歴において当該テストケースに対応付けられたページがアクセスされた頻度に基づいて定められ、
前記テストシナリオの優先度は、前記ウェブサイトに対するアクセス履歴において当該テストシナリオに対応付けられた遷移がなされた頻度に基づいて定められる
ことを特徴とする請求項6に記載のテスト支援プログラム。
The priority of the test case is determined based on the frequency with which a page associated with the test case is accessed in the access history of the website,
7. The test support program according to claim 6, wherein the priority of the test scenario is determined based on the frequency of transitions associated with the test scenario in the access history to the website.
前記テストケースの優先度は、当該テストケースに対応付けられたページが更改の対象となっているか否かに基づいて定められ、
前記テストシナリオの優先度は、当該テストシナリオに対応付けられた遷移が更改の対象となっているか否かに基づいて定められる
ことを特徴とする請求項6に記載のテスト支援プログラム。
The priority of the test case is determined based on whether the page associated with the test case is subject to renewal,
7. The test support program according to claim 6, wherein the priority of the test scenario is determined based on whether a transition associated with the test scenario is subject to renewal.
前記対象テストは、前記識別された対象ページと、前記識別された対象遷移と、に基づいて生成され、
前記対象テストのそれぞれの優先度は、既定値により、もしくは、前記表示されたサイトマップに対する指示入力に基づいて定められ、
前記テスト支援コンピュータは、前記特定された対象テストを、当該対象テストの優先度に基づいて提案する
ことを特徴とする請求項1に記載のテスト支援プログラム。
The target test is generated based on the identified target page and the identified target transition,
The priority of each of the target tests is determined by a default value or based on an instruction input to the displayed site map,
2. The test support program according to claim 1, wherein the test support computer proposes the specified target test based on a priority of the target test.
前記テスト支援コンピュータは、
前記テストケースに対応付けられるページに含まれる複数の要素の各要素に付与された属性に基づいて、テンプレートを生成もしくは選定し、
前記生成もしくは選定されたテンプレートに補充すべき値を指定する指示入力に基づいて、前記テストケースを生成する
ことを特徴とする請求項10に記載のテスト支援プログラム。
The test support computer includes:
Generating or selecting a template based on attributes given to each element of a plurality of elements included in the page associated with the test case,
11. The test support program according to claim 10, wherein the test case is generated based on an instruction input specifying a value to be added to the generated or selected template.
前記テスト支援コンピュータは、
前記対象遷移に際して通過したページに含まれる複数の要素の各要素に付与された属性に基づいて、テンプレートを生成もしくは選定し、
前記生成もしくは選定されたテンプレートに補充すべき値を指定する指示入力に基づいて、前記テストシナリオを生成する
ことを特徴とする請求項10に記載のテスト支援プログラム。
The test support computer includes:
Generating or selecting a template based on attributes given to each element of a plurality of elements included in the page passed during the target transition,
11. The test support program according to claim 10, wherein the test scenario is generated based on an instruction input specifying a value to be added to the generated or selected template.
前記対象遷移が、第1ページから0個以上のページを経由して第2ページへ至る遷移であり、
前記第1ページにおける入力欄に第1値が入力され、
前記第2ページにおける出力欄に前記入力された第1値が含まれていれば、
前記第2ページにおける前記出力欄には、前記第1ページにおける前記入力欄に入力された入力値が出力されるべき旨を、当該テンプレートにおける初期設定とする
ことを特徴とする請求項12に記載のテスト支援プログラム。
The target transition is a transition from the first page to the second page via zero or more pages,
A first value is entered in the input field on the first page,
If the output field on the second page contains the input first value,
13. An initial setting in the template is that the input value input in the input field on the first page should be output to the output field on the second page. test support program.
前記対象遷移が、第1ページから0個以上のページを経由して第2ページへ至る遷移であり、
前記第1ページにおける入力欄に第1値が入力され、
前記第2ページにおける出力欄に前記入力された第1値にあらかじめ対応付けられた第2値が含まれていれば、
前記第2ページにおける前記出力欄には、前記第1ページにおける前記入力欄に入力された入力値にあらかじめ対応付けられた対応値が出力されるべき旨を、当該テンプレートにおける初期設定とする
ことを特徴とする請求項12に記載のテスト支援プログラム。
The target transition is a transition from the first page to the second page via zero or more pages,
A first value is entered in the input field on the first page,
If the output field on the second page contains a second value that is previously associated with the input first value,
The initial setting in the template is such that the output field on the second page should output a corresponding value that is previously associated with the input value input in the input field on the first page. 13. The test support program according to claim 12.
前記表示されたサイトマップにおいてノードもしくはエッジを選択する指示入力があると、前記選択されたノードもしくはエッジにより表される対象ページもしくは対象遷移に対応付けられるテストケースもしくはテストシナリオの優先度を前記既定値より高くする
ことを特徴とする請求項10に記載のテスト支援プログラム。
When an instruction is input to select a node or edge in the displayed site map, the priority of the test case or test scenario associated with the target page or target transition represented by the selected node or edge is set to the default priority. 11. The test support program according to claim 10, wherein the test support program is set to be higher than the value.
前記サイトマップは、前記ウェブサイトの起点ページから、ページに含まれるリンクを辿って他のページへ遷移をすることを繰り返すことによって生成される
ことを特徴とする請求項1に記載のテスト支援プログラム。
The test support program according to claim 1, wherein the site map is generated by repeatedly transitioning from a starting page of the website to other pages by following links included in the page. .
前記ウェブサーバと、前記テスト支援コンピュータと、のいずれか少なくとも一方は、クラウドサービスにより実現され、もしくは、
前記ウェブサーバと、前記テスト支援コンピュータとは、1つのサーバコンピュータにより実現される
ことを特徴とする請求項1に記載のテスト支援プログラム。
At least one of the web server and the test support computer is realized by a cloud service, or
2. The test support program according to claim 1, wherein the web server and the test support computer are realized by one server computer.
ウェブサーバが公開する複数のページを含むウェブサイトに対して実行されるべきテストであって、
(a)前記複数のページのいずれかに対応付けられ、当該対応付けられたページ内で実行されるべきテストケース、および、
(b)前記複数のページのいずれか2以上のページ間の遷移に対応付けられ、当該対応付けられた遷移に際して実行されるべきテストシナリオ
を含むテストを決定するための支援をするテスト支援装置であって、
画面に、前記複数のページのそれぞれを表す複数のノードと、前記複数のページ間の遷移のそれぞれを表す複数のエッジと、を含むサイトマップを表示する表示部、
前記表示されたサイトマップに対する指示入力に基づいて、前記複数のページと、前記複数のページ間の遷移と、から、対象ページと、対象遷移と、を識別する識別部、
前記識別された対象ページに対応付けられるテストケース、および、前記識別された対象遷移に対応付けられるテストシナリオを、前記ウェブサーバにて実行されるべき対象テストとして特定する特定部
を備えることを特徴とするテスト支援装置。
A test to be performed on a website containing multiple pages published by a web server,
(a) A test case that is associated with any of the plurality of pages and to be executed within the associated page, and
(b) A test support device that is associated with a transition between any two or more of the plurality of pages and that supports determining a test that includes a test scenario that should be executed during the associated transition. There it is,
a display unit that displays, on a screen, a site map including a plurality of nodes representing each of the plurality of pages and a plurality of edges representing each of transitions between the plurality of pages;
an identification unit that identifies a target page and a target transition from the plurality of pages and transitions between the plurality of pages, based on an instruction input to the displayed site map;
The web server further comprises: a specifying unit that specifies a test case associated with the identified target page and a test scenario associated with the identified target transition as target tests to be executed on the web server. Test support equipment.
ウェブサーバが公開する複数のページを含むウェブサイトに対して実行されるべきテストであって、
(a)前記複数のページのいずれかに対応付けられ、当該対応付けられたページ内で実行されるべきテストケース、および、
(b)前記複数のページのいずれか2以上のページ間の遷移に対応付けられ、当該対応付けられた遷移に際して実行されるべきテストシナリオ
を含むテストを決定するための支援をするテスト支援装置が、
画面に、前記複数のページのそれぞれを表す複数のノードと、前記複数のページ間の遷移のそれぞれを表す複数のエッジと、を含むサイトマップを表示する表示工程、
前記表示されたサイトマップに対する指示入力に基づいて、前記複数のページと、前記複数のページ間の遷移と、から、対象ページと、対象遷移と、を識別する識別工程、
前記識別された対象ページに対応付けられるテストケース、および、前記識別された対象遷移に対応付けられるテストシナリオを、前記ウェブサーバにて実行されるべき対象テストとして特定する特定工程
を実行することを特徴とするテスト支援方法。
A test to be performed on a website containing multiple pages published by a web server,
(a) A test case that is associated with any of the plurality of pages and to be executed within the associated page, and
(b) A test support device that is associated with a transition between any two or more of the plurality of pages and that supports determining a test that includes a test scenario that should be executed at the time of the associated transition. ,
a display step of displaying, on a screen, a site map including a plurality of nodes representing each of the plurality of pages and a plurality of edges representing each of the transitions between the plurality of pages;
an identification step of identifying a target page and a target transition from the plurality of pages and transitions between the plurality of pages, based on an instruction input to the displayed site map;
A specifying step of specifying a test case associated with the identified target page and a test scenario associated with the identified target transition as target tests to be executed on the web server. Characteristic test support method.
JP2022072264A 2022-04-26 2022-04-26 Test support program, test support device, and test support method Active JP7093144B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022072264A JP7093144B1 (en) 2022-04-26 2022-04-26 Test support program, test support device, and test support method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022072264A JP7093144B1 (en) 2022-04-26 2022-04-26 Test support program, test support device, and test support method

Publications (2)

Publication Number Publication Date
JP7093144B1 JP7093144B1 (en) 2022-06-29
JP2023161741A true JP2023161741A (en) 2023-11-08

Family

ID=82214024

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2022072264A Active JP7093144B1 (en) 2022-04-26 2022-04-26 Test support program, test support device, and test support method

Country Status (1)

Country Link
JP (1) JP7093144B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7543496B1 (en) 2023-07-14 2024-09-02 楽天グループ株式会社 Support device, support method, and program

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013037580A (en) * 2011-08-09 2013-02-21 Nomura Research Institute Ltd Information processor
JP2013054640A (en) * 2011-09-06 2013-03-21 Fuji Xerox Co Ltd Search device and program
CN106095674A (en) * 2016-06-07 2016-11-09 百度在线网络技术(北京)有限公司 A kind of website automation test method and device
JP2017102807A (en) * 2015-12-04 2017-06-08 株式会社日立製作所 Test support device, test support method, and program
US20190243751A1 (en) * 2018-02-02 2019-08-08 Ca, Inc. Automated selection of test cases for regression testing
WO2020039871A1 (en) * 2018-08-23 2020-02-27 国立研究開発法人物質・材料研究機構 Search system and search method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013037580A (en) * 2011-08-09 2013-02-21 Nomura Research Institute Ltd Information processor
JP2013054640A (en) * 2011-09-06 2013-03-21 Fuji Xerox Co Ltd Search device and program
JP2017102807A (en) * 2015-12-04 2017-06-08 株式会社日立製作所 Test support device, test support method, and program
CN106095674A (en) * 2016-06-07 2016-11-09 百度在线网络技术(北京)有限公司 A kind of website automation test method and device
US20190243751A1 (en) * 2018-02-02 2019-08-08 Ca, Inc. Automated selection of test cases for regression testing
WO2020039871A1 (en) * 2018-08-23 2020-02-27 国立研究開発法人物質・材料研究機構 Search system and search method

Also Published As

Publication number Publication date
JP7093144B1 (en) 2022-06-29

Similar Documents

Publication Publication Date Title
US11803704B2 (en) Intelligently updating a collaboration site or template
JP5199939B2 (en) Image search apparatus, image search method and program
JP6514244B2 (en) Difference detection device and program
US10884911B2 (en) System and method for use in regression testing of electronic document hyperlinks
US10742500B2 (en) Iteratively updating a collaboration site or template
CN110928763A (en) Test method, test device, storage medium and computer equipment
CN111475161B (en) Method, device and equipment for accessing component
US10460019B2 (en) Computer implemented system and method for transforming web content for display on multiple form factors
CN102930057A (en) Search implementation method and device
US20200133986A1 (en) Network graph parser
JP2023161741A (en) Test support program, test support apparatus, and test support method
KR102275135B1 (en) Data collection and analyzing system and construction method of the same for project
JP2010170453A (en) Static web site construction method, static web site construction service providing method, dynamic/static conversion processor, and dynamic/static conversion processing program
JP6723976B2 (en) Test execution device and program
JP2021163504A (en) Information processing program, information processing apparatus and information processing method
US20220092136A1 (en) Search engine optimization test tool
JP7318704B2 (en) Test equipment, test method and program
CN113806647A (en) Method for identifying development framework and related equipment
JP2010237949A (en) Data providing device, data providing method and data providing program
Kumar et al. A brief investigation on web usage mining tools (WUM)
JP2006053745A (en) Data processing method, device and program
US20220342955A1 (en) Information processing apparatus, information processing method, and program
WO2021205589A1 (en) Test script generation device, test script generation method, and program
CN111221610B (en) Page element acquisition method and device
JP6901533B2 (en) Computer system and business support method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220426

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20220426

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220517

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220527

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: 20220607

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220610

R150 Certificate of patent or registration of utility model

Ref document number: 7093144

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150