JP2008084082A - Web service test device, web service test method, and program - Google Patents

Web service test device, web service test method, and program Download PDF

Info

Publication number
JP2008084082A
JP2008084082A JP2006264440A JP2006264440A JP2008084082A JP 2008084082 A JP2008084082 A JP 2008084082A JP 2006264440 A JP2006264440 A JP 2006264440A JP 2006264440 A JP2006264440 A JP 2006264440A JP 2008084082 A JP2008084082 A JP 2008084082A
Authority
JP
Japan
Prior art keywords
cgi
screen
storage means
test
web service
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
JP2006264440A
Other languages
Japanese (ja)
Other versions
JP4860415B2 (en
Inventor
Makoto Tsukagoshi
誠 塚越
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.)
Biglobe Inc
Original Assignee
NEC Biglobe 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 NEC Biglobe Ltd filed Critical NEC Biglobe Ltd
Priority to JP2006264440A priority Critical patent/JP4860415B2/en
Publication of JP2008084082A publication Critical patent/JP2008084082A/en
Application granted granted Critical
Publication of JP4860415B2 publication Critical patent/JP4860415B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce testing man days required for checking correction contents when a screen design, wording, and processing contents are corrected in a developmental environment of Web services having a GUI screen. <P>SOLUTION: A Web service test device 100 stores design and processing contents of each screen of the Web services by dividing them into a display component storage part 151, a text storage part 152, a link storage part 153, a CGI storage part 154, and a screen transition storage part 155. When a transmission button is pressed in a browser 300, a test means 130 selects and performs CGI, determines a screen transition destination, and generates an HTML file according to the transmission button on the basis of information in each storage part. By transmitting the file to the browser 300, the Web services are provided. Also, a test item generation part 140 generates a test pattern of the Web services on the basis of the information in the screen transition storage part 155. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、Webアプリケーションの開発を支援するWebサービステスト装置、Webサービステスト方法、及びプログラムに関する。   The present invention relates to a web service test apparatus, a web service test method, and a program that support development of a web application.

近年、Web上でさまざまな業務アプリケーションを提供するWebサービスが広く使われている。このようなWebサービスでは、アプリケーションを実現するためのプログラムやスクリプトがCGI(Common Gateway Interface)により起動され、ユーザの入力内容に対して処理を行い、その処理結果を含むHTML形式のデータを作成してユーザに応答する。このようなWebアプリケーションの開発においては、プログラムによって生成されるHTMLページの画面デザインや文言、プログラムの処理内容を修正した場合、プログラムのソースファイルの修正、コンパイル、オブジェクトファイルのリンク等を行い、さらに、修正したプログラムをWebサーバにアップロードした後に、実際にブラウザからアクセスし、修正内容である画面レイアウト、遷移などの修正内容を確認する必要があり、修正内容の確認が迅速に行えないという問題があった。また、修正内容が、画面デザインや文言を変更するだけの小規模なものであっても、プログラムの変更を伴うために、全項目の評価が必要であり、テスト工数が多くかかってしまうという問題があった。   In recent years, Web services that provide various business applications on the Web have been widely used. In such a Web service, a program or script for realizing the application is started by CGI (Common Gateway Interface), processes the input contents of the user, and creates HTML format data including the processing result. Respond to the user. In the development of such a Web application, when the screen design and wording of the HTML page generated by the program, the processing contents of the program are corrected, the source file of the program is corrected, compiled, the object file is linked, etc. After uploading the corrected program to the Web server, it is necessary to check the correction contents such as the screen layout and transition that are the correction contents actually by accessing from the browser, and the correction contents cannot be confirmed quickly. there were. In addition, even if the content of the modification is small enough to change the screen design and wording, it is necessary to evaluate all the items because the program is changed, and it takes a lot of test man-hours. was there.

このようなGUI画面を有するプログラムの開発支援に関する技術として、特許文献1がある。特許文献1では、GUIリソースに固有IDを付与し、編集機能によりGUI構築データを生成する。システムアプリケーションは、GUIリソースのIDを用いて描画を行うことにより、GUI画面とシステムアプリケーションの独立性を高め、GUI変更に伴うソースプログラムの書換えを不要としている。   As a technique related to development support of a program having such a GUI screen, there is Patent Document 1. In Patent Document 1, a unique ID is assigned to a GUI resource, and GUI construction data is generated by an editing function. The system application draws using the ID of the GUI resource, thereby improving the independence between the GUI screen and the system application, and eliminating the need to rewrite the source program when the GUI is changed.

特開2001−306310号公報JP 2001-306310 A

しかしながら、上述した特許文献1記載のGUI作成支援方法は、画面デザイン等、GUI環境の変更に伴う開発コストの低減を目的としており、プログラム処理の変更に伴う開発コストは対象としていない。   However, the above-described GUI creation support method described in Patent Document 1 aims to reduce development costs associated with changes in GUI environment such as screen design, and does not target development costs associated with changes in program processing.

(発明の目的)
本発明の目的は、上述した従来の課題である、GUI画面を有するWebサービスの開発環境において、Webサービスの画面デザインや文言、処理内容を修正した場合に、修正内容の確認に必要なテスト工数を低減した、Webサービステスト装置、Webサービステスト方法、及びプログラムを提供するものである。
(Object of invention)
It is an object of the present invention to test man-hours required for confirming correction contents when the screen design, wording, and processing contents of a Web service are corrected in the development environment of a Web service having a GUI screen, which is the conventional problem described above. Web service test apparatus, Web service test method, and program are provided.

本発明の第1のWebサービステスト装置は、Webサービスの画面のデザインを記憶するリンク記憶手段と、前記画面上で発生したイベントに対して実行するCGIと前記CGIの実行結果により遷移する前記画面を記憶する画面遷移記憶手段と、前記CGIの処理内容を記憶するCGI記憶手段と、ブラウザからWebサーバを経由して送信された前記イベントに対して、前記画面遷移記憶手段の内容にもとづき前記CGIを選択、実行し、前記CGIの処理結果により画面遷移先を決定し、前記リンク記憶手段の内容にもとづき当該遷移先の前記画面のHTMLファイルを生成し、前記Webサーバを経由して前記ブラウザへ送信するテスト手段とを備えたことを特徴とする。   The first Web service test apparatus of the present invention includes a link storage unit that stores a design of a Web service screen, a CGI that is executed for an event that has occurred on the screen, and the screen that is transitioned according to the execution result of the CGI Screen transition storage means for storing the CGI processing contents, CGI storage means for storing the processing contents of the CGI, and the CGI based on the contents of the screen transition storage means for the event transmitted from the browser via the Web server. Is selected and executed, the screen transition destination is determined based on the processing result of the CGI, the HTML file of the screen of the transition destination is generated based on the contents of the link storage means, and is sent to the browser via the Web server And a test means for transmitting.

本発明の第2のWebサービステスト装置は、第1のWebサービステスト装置において、前記Webサービステスト装置が、さらに、前記画面に表示する表示部品を記憶する表示部品記憶手段と、前記画面に表示するテキストを記憶するテキスト記憶手段とを備え、前記リンク記憶手段は、前記画面のデザインを、前記表示部品記憶手段に記憶される表示部品と前記テキスト記憶手段に記憶されるテキストを用いて記述し、前記テスト手段が、前記表示部品記憶手段、前記テキスト記憶手段、及び、前記リンク記憶手段の内容にもとづき前記HTMLファイルの作成を行うことを特徴とする。   According to a second Web service test apparatus of the present invention, in the first Web service test apparatus, the Web service test apparatus further stores display component storage means for storing a display component to be displayed on the screen, and displays on the screen. Text storage means for storing the text to be stored, wherein the link storage means describes the design of the screen using display parts stored in the display part storage means and text stored in the text storage means. The test means creates the HTML file based on the contents of the display component storage means, the text storage means, and the link storage means.

本発明の第3のWebサービステスト装置は、第1または第2のWebサービステスト装置において、前記Webサービステスト装置が、さらに、ユーザから前記画面のデザインの入力を受け付け、前記リンク記憶手段に保存するデザイン入力手段と、前記ユーザから前記CGIの処理内容の入力を受け付け、前記CGI記憶手段に保存し、画面遷移のトリガとなる前記イベント、前記イベント発生時に実行される前記CGI、前記CGIの処理結果に対する前記画面遷移先の入力を受け付け、前記画面遷移記憶手段に保存するCGI作成手段とを備えたことを特徴とする。   According to a third Web service test apparatus of the present invention, in the first or second Web service test apparatus, the Web service test apparatus further receives an input of the screen design from a user and stores it in the link storage unit. Design input means that receives the input of the CGI processing content from the user, saves it in the CGI storage means, the event that triggers screen transition, the CGI that is executed when the event occurs, and the CGI processing CGI creation means for receiving an input of the screen transition destination with respect to the result and saving it in the screen transition storage means.

本発明の第4のWebサービステスト装置は、第1乃至第3のいずれかに記載のWebサービステスト装置において、前記Webサービステスト装置が、さらに、前記画面遷移記憶手段の内容にもとづき、前記画面遷移のテストを行うためのテストパタンを作成し、テスト項目記憶部に保存するテスト項目作成手段を備えたことを特徴とする。   A fourth Web service test apparatus according to the present invention is the Web service test apparatus according to any one of the first to third aspects, wherein the Web service test apparatus further includes the screen based on the contents of the screen transition storage unit. Test item creation means for creating a test pattern for performing a transition test and storing the test pattern in a test item storage unit is provided.

本発明の第5のWebサービステスト装置は、第4のWebサービステスト装置において、前記テスト項目作成手段が、前記CGI記憶手段、前記画面遷移記憶手段、及び前記リンク記憶手段の内容の変更履歴にもとづき、前記テストパタンのうち前記変更履歴に関係するパタンを再テスト対象パタンとして前記テスト項目記憶部に保存することを特徴とする。   According to a fifth Web service test apparatus of the present invention, in the fourth Web service test apparatus, the test item creation unit includes a change history of contents of the CGI storage unit, the screen transition storage unit, and the link storage unit. Basically, a pattern related to the change history among the test patterns is stored in the test item storage unit as a retest target pattern.

本発明の第1のWebサービステスト方法は、ブラウザからWebサーバを経由して送信されたイベントに対して、前記イベントに対して実行するCGIと前記CGIの実行結果により遷移する画面を記憶する画面遷移記憶手段の内容にもとづき前記CGIを選択、実行し、前記CGIの処理結果により画面遷移先を決定し、前記画面のデザインを記憶するリンク記憶手段の内容にもとづき当該遷移先の前記画面のHTMLファイルを生成し、前記Webサーバを経由して前記ブラウザへ送信するテストステップを含むことを特徴とする。   The first Web service test method of the present invention is a screen for storing a CGI executed for an event transmitted from a browser via a Web server, and a screen that transitions depending on an execution result of the CGI. Select and execute the CGI based on the contents of the transition storage means, determine the screen transition destination based on the processing result of the CGI, and the HTML of the screen at the transition destination based on the contents of the link storage means for storing the design of the screen It includes a test step of generating a file and transmitting it to the browser via the Web server.

本発明の第2のWebサービステスト方法は、第1のWebサービステスト方法において、前記リンク記憶手段が、前記画面のデザインを、前記画面に表示する表示部品を記憶する表示部品記憶手段に記憶される表示部品と前記画面に表示するテキストを記憶するテキスト記憶手段に記憶されるテキストを用いて記述し、前記テストステップが、前記表示部品記憶手段、前記テキスト記憶手段、及び、前記リンク記憶手段の内容にもとづき前記HTMLファイルの作成を行うことを特徴とする。   According to a second Web service test method of the present invention, in the first Web service test method, the link storage unit is stored in a display component storage unit that stores a display component for displaying the design of the screen on the screen. The display component and the text stored in the text storage means for storing the text to be displayed on the screen, and the test step includes the display component storage means, the text storage means, and the link storage means. The HTML file is created based on the contents.

本発明の第3のWebサービステスト方法は、第1または第2のWebサービステスト方法において、ユーザから前記画面のデザインの入力を受け付け、前記リンク記憶手段に保存するデザイン入力ステップと、前記ユーザから前記CGIの処理内容の入力を受け付け、前記CGI記憶手段に保存し、画面遷移のトリガとなる前記イベント、前記イベント発生時に実行される前記CGI、前記CGIの処理結果に対する前記画面遷移先の入力を受け付け、前記画面遷移記憶手段に保存するCGI作成ステップとをさらに含むことを特徴とする。   According to a third Web service test method of the present invention, in the first or second Web service test method, a design input step of receiving an input of the design of the screen from a user and storing it in the link storage means; The input of the CGI processing content is received, stored in the CGI storage means, the event that triggers screen transition, the CGI that is executed when the event occurs, and the input of the screen transition destination for the processing result of the CGI A CGI creation step of receiving and saving in the screen transition storage means.

本発明の第4のWebサービステスト方法は、第1乃至第3のいずれかに記載のWebサービステスト方法において、前記画面遷移記憶手段の内容にもとづき、前記画面遷移のテストを行うためのテストパタンを作成し、テスト項目記憶部に保存するテスト項目作成ステップをさらに含むことを特徴とする。   A fourth Web service test method of the present invention is the Web service test method according to any one of the first to third aspects, wherein the test pattern for testing the screen transition based on the contents of the screen transition storage means. And a test item creation step of saving the test item in the test item storage unit.

本発明の第5のWebサービステスト方法は、第4のWebサービステスト方法において、前記テスト項目作成ステップが、前記CGI記憶手段、前記画面遷移記憶手段、及び前記リンク記憶手段の内容の変更履歴にもとづき、前記テストパタンのうち前記変更履歴に関係するパタンを再テスト対象パタンとして前記テスト項目記憶部に保存することを特徴とする。   According to a fifth Web service test method of the present invention, in the fourth Web service test method, the test item creation step includes a change history of contents of the CGI storage unit, the screen transition storage unit, and the link storage unit. Based on the above, a pattern related to the change history among the test patterns is stored in the test item storage unit as a retest target pattern.

本発明の第1のプログラムは、ブラウザからWebサーバを経由して送信されたイベントに対して、前記イベントに対して実行するCGIと前記CGIの実行結果により遷移する画面を記憶する画面遷移記憶手段の内容にもとづき前記CGIを選択、実行し、前記CGIの処理結果により画面遷移先を決定し、前記画面のデザインを記憶するリンク記憶手段の内容にもとづき当該遷移先の前記画面のHTMLファイルを生成し、前記Webサーバを経由して前記ブラウザへ送信するテスト処理をWebサービステスト装置に行わせることを特徴とする。   The first program of the present invention is a screen transition storage unit that stores a CGI executed for an event transmitted from a browser via a Web server and a screen that changes according to the execution result of the CGI. Select and execute the CGI based on the contents of the screen, determine the screen transition destination based on the processing result of the CGI, and generate the HTML file of the screen at the transition destination based on the contents of the link storage means for storing the design of the screen And causing the Web service test apparatus to perform a test process for transmitting to the browser via the Web server.

本発明の第2のプログラムは、第1のプログラムにおいて、前記リンク記憶手段が、前記画面のデザインを、前記画面に表示する表示部品を記憶する表示部品記憶手段に記憶される表示部品と前記画面に表示するテキストを記憶するテキスト記憶手段に記憶されるテキストを用いて記述し、前記テスト処理が、前記表示部品記憶手段、前記テキスト記憶手段、及び、前記リンク記憶手段の内容にもとづき前記HTMLファイルの作成を行うことを特徴とする。   According to a second program of the present invention, in the first program, the link storage unit stores the display component and the screen stored in the display component storage unit that stores the display component for displaying the design of the screen on the screen. The HTML file is written based on the contents of the display component storage means, the text storage means, and the link storage means. It is characterized by making.

本発明の第3のプログラムは、第1または第2のプログラムにおいて、ユーザから前記画面のデザインの入力を受け付け、前記リンク記憶手段に保存するデザイン入力処理と、前記ユーザから前記CGIの処理内容の入力を受け付け、前記CGI記憶手段に保存し、画面遷移のトリガとなる前記イベント、前記イベント発生時に実行される前記CGI、前記CGIの処理結果に対する前記画面遷移先の入力を受け付け、前記画面遷移記憶手段に保存するCGI作成処理とをさらにWebサービステスト装置に行わせることを特徴とする。   According to a third program of the present invention, in the first or second program, a design input process for receiving an input of the design of the screen from a user and saving it in the link storage unit; and a process content of the CGI from the user Accepts an input, saves it in the CGI storage means, accepts the event that triggers screen transition, the CGI that is executed when the event occurs, the input of the screen transition destination for the processing result of the CGI, and the screen transition memory The Web service test apparatus is further caused to perform CGI creation processing stored in the means.

本発明の第4のプログラムは、第1乃至第3のいずれかに記載プログラムにおいて、前記画面遷移記憶手段の内容にもとづき、前記画面遷移のテストを行うためのテストパタンを作成し、テスト項目記憶部に保存するテスト項目作成処理をさらにWebサービステスト装置に行わせることを特徴とする。   According to a fourth program of the present invention, in the program according to any one of the first to third aspects, a test pattern for performing the screen transition test is created based on the contents of the screen transition storage means, and a test item storage is performed. The Web service test apparatus is further caused to perform a test item creation process stored in the section.

本発明の第5のプログラムは、第4のプログラムにおいて、前記テスト項目作成処理が、前記CGI記憶手段、前記画面遷移記憶手段、及び前記リンク記憶手段の内容の変更履歴にもとづき、前記テストパタンのうち前記変更履歴に関係するパタンを再テスト対象パタンとして前記テスト項目記憶部に保存することを特徴とする。   According to a fifth program of the present invention, in the fourth program, the test item creation processing is based on a change history of the contents of the CGI storage unit, the screen transition storage unit, and the link storage unit. Among them, a pattern related to the change history is stored in the test item storage unit as a retest target pattern.

本発明の効果は、GUI画面を有するWebサービスの開発環境において、Webサービスの画面デザインや文言、処理内容を修正した場合に、修正内容の確認に必要なテスト工数を低減できることである。   The effect of the present invention is that, in the development environment of a web service having a GUI screen, when the screen design, the wording, and the processing content of the web service are modified, it is possible to reduce the number of test steps required for confirming the modified content.

その理由は、GUI画面を有するWebサービスの画面デザインや処理を、表示部品記憶部、テキスト記憶部、リンク記憶部、CGI記憶部、及び、画面遷移記憶部に分けて記述し、テスト手段がこれらの情報をもとにCGIの選択、実行、画面遷移先の決定、画面のHTMLファイルの生成を行うことによりWebサービスを実現するため、Webサービスの画面デザインや文言、Webサービスの画面遷移やデータベースの操作等の処理内容に変更があった場合でも、ソースファイルのコンパイル、オブジェクトファイルのリンク等は必要なく、当該Webサービスの画面デザインや文言、処理内容の変更に関係する記憶部の情報のみを修正するだけで、Webサービスのテストを行えるためである。   The reason is that the screen design and processing of a Web service having a GUI screen are described separately for a display component storage unit, a text storage unit, a link storage unit, a CGI storage unit, and a screen transition storage unit. In order to realize a Web service by selecting and executing CGI, determining a screen transition destination, and generating an HTML file of the screen based on the information of the Web service, screen design and wording of the Web service, screen transition of the Web service and database Even if there is a change in the processing content such as the above operation, there is no need to compile the source file, link the object file, etc., only the information on the storage unit related to the change in the screen design and wording of the Web service and the processing content This is because the Web service can be tested simply by making corrections.

次に、本発明を実施するための最良の形態について図面を参照して詳細に説明する。   Next, the best mode for carrying out the present invention will be described in detail with reference to the drawings.

図1に本発明の実施の形態における、Webサービステスト装置の構成を示す。Webサービステスト装置100は、プログラム制御により動作する、パーソナルコンピュータやワークステーション等の情報処理装置であり、図1に示すように、デザイン入力部110、CGI作成部120、テスト処理部130、テスト項目生成部140、表示部品記憶部151、テキスト記憶部152、リンク記憶部153、CGI記憶部154、画面遷移記憶部155、テスト項目記憶部156、及び、セッション情報記憶部157より構成される。   FIG. 1 shows the configuration of a Web service test apparatus according to an embodiment of the present invention. The Web service test apparatus 100 is an information processing apparatus such as a personal computer or a workstation that operates under program control. As shown in FIG. 1, a design input unit 110, a CGI creation unit 120, a test processing unit 130, a test item The generation unit 140, the display component storage unit 151, the text storage unit 152, the link storage unit 153, the CGI storage unit 154, the screen transition storage unit 155, the test item storage unit 156, and the session information storage unit 157 are configured.

ここで、表示部品記憶部151は、Webサービスの画面を構成する表示部品を表示部品テーブル161(図3)として記憶管理する。テキスト記憶部152は、Webサービスの画面に表示するテキストをテキストテーブル162(図4)として記憶管理する。リンク記憶部153は、画面上での表示部品、テキストの配置、及び表示部品とCGIの入力パラメータとの関係をリンクテーブル163(図5)として記憶管理する。CGI記憶部154は、CGIの処理内容、入出力パラメータをCGIテーブル164(図6)として記憶管理する。画面遷移記憶部155は画面遷移のトリガとなる送信ボタンと、送信ボタンが押下されたときに実行するCGI、及び、CGIの実行結果(分岐条件)により遷移する画面遷移先を画面遷移テーブル165(図7)として記憶管理する。テスト項目記憶部156は、画面遷移テーブル165にもとづいて作成した、Webサービスのテストパタンをテスト項目テーブル166(図8)として記憶管理する。   Here, the display component storage unit 151 stores and manages the display components constituting the Web service screen as a display component table 161 (FIG. 3). The text storage unit 152 stores and manages the text to be displayed on the Web service screen as a text table 162 (FIG. 4). The link storage unit 153 stores and manages, as a link table 163 (FIG. 5), the display component on the screen, the text layout, and the relationship between the display component and the CGI input parameters. The CGI storage unit 154 stores and manages CGI processing contents and input / output parameters as a CGI table 164 (FIG. 6). The screen transition storage unit 155 displays a transmission button that triggers screen transition, a CGI that is executed when the transmission button is pressed, and a screen transition table 165 that indicates a screen transition destination that changes according to a CGI execution result (branch condition). FIG. 7) is stored and managed. The test item storage unit 156 stores and manages the web service test pattern created based on the screen transition table 165 as the test item table 166 (FIG. 8).

デザイン入力部110は、Webサービスの各画面を編集するものであり、表示部品テーブル161、テキストテーブル162の情報をもとに、画面上に表示部品、テキストの配置を行い、リンクテーブル163を生成する。   The design input unit 110 edits each screen of the Web service. Based on the information of the display component table 161 and the text table 162, the design input unit 110 arranges display components and text on the screen and generates a link table 163. To do.

CGI作成部120は、Webサービスを実現するためのCGI、画面遷移を編集するものであり、CGIテーブル164、及び、画面遷移テーブル165を生成する。   The CGI creation unit 120 edits the CGI and screen transition for realizing the Web service, and generates the CGI table 164 and the screen transition table 165.

テスト処理部130は、Webサービスのテスト処理を提供するものであり、ブラウザ300からWebサーバ200を経由して入力された送信ボタンに応じて、画面遷移テーブル165をもとにCGIを実行し、CGIの実行結果により画面遷移先を決定し、リンクテーブル163をもとに遷移先画面のHTMLファイルを生成し、Webサーバ200を経由してブラウザ300に送信する。   The test processing unit 130 provides Web service test processing, executes CGI based on the screen transition table 165 in response to a send button input from the browser 300 via the Web server 200, The screen transition destination is determined based on the CGI execution result, an HTML file of the transition destination screen is generated based on the link table 163, and is transmitted to the browser 300 via the Web server 200.

テスト項目生成部140は、画面遷移テーブル165をもとに、テスト項目テーブル166を生成するものである。テスト項目生成部140は、また、デザイン入力部110により画面のデザインが変更された場合や、CGI作成部120によりCGIの処理内容、送信ボタンとCGIの対応、CGIの処理結果と画面遷移先の対応等が変更された場合は、それらの影響範囲を調べ、テスト項目テーブル166上でテストすべき再テスト対象パタンを出力する。   The test item generation unit 140 generates the test item table 166 based on the screen transition table 165. The test item generation unit 140 also displays the CGI processing content, the correspondence between the transmission button and the CGI, the CGI processing result, and the screen transition destination when the design of the screen is changed by the design input unit 110. When the correspondence or the like is changed, the influence range is checked, and a retest target pattern to be tested on the test item table 166 is output.

次に、本発明を実施するための最良の形態の動作について図面を参照して説明する。   Next, the operation of the best mode for carrying out the present invention will be described with reference to the drawings.

[Webサービス設計処理]
図2にWebサービス設計処理の動作フローを示す。Webサービス設計処理は、Webサービスの画面デザインの入力、CGIの処理内容の作成、画面上での送信ボタンと実行するCGIの対応の入力、CGIの処理結果と画面遷移先の対応等の入力を行い、Webサービスを提供するために必要なリンクテーブル163、CGIテーブル164、及び画面遷移テーブル165を生成する。また、ユーザがWebサービスのテストを行うためのテスト項目テーブル166を生成する。
[Web service design processing]
FIG. 2 shows an operation flow of the Web service design process. Web service design processing includes input of web service screen design, creation of CGI processing contents, input of a send button and CGI to be executed on the screen, input of correspondence between the CGI processing result and the screen transition destination, etc. And generate a link table 163, a CGI table 164, and a screen transition table 165 necessary for providing the Web service. Also, a test item table 166 is generated for the user to test the Web service.

はじめに、デザイン入力部110は、ユーザから画面デザインの入力を受け付ける(ステップA101)。ここで、予め、表示部品テーブル161には、使用される表示部品名と属性が、また、テキストテーブル162には、テキスト名とテキスト文字が定義されているものとする。ユーザは、例えば、図17に示すようなデザイン設定画面181から画面デザインを入力する。デザイン設定画面181には、表示部品テーブル161に定義された表示部品が表示部品一覧に、また、テキストテーブル162に定義されたテキストがテキスト一覧に表示され、ユーザは、これらの表示部品やテキストを画面上に配置することにより、各画面を設計する。また、ユーザは、表示部品と共に表示される文字列や、テキストのフォントや色、幅といった属性情報についても、配置時に指定を行う。デザイン入力部110は、ユーザにより入力された画面デザインをリンクテーブル163に保存する(ステップA102)。画面デザインの入力の結果、リンクテーブル163には、各画面毎に、表示部品名/テキスト名、表示部品/テキストが配置される座標、表示部品と共に表示される文字列である表示項目、及び、テキストのフォントや色、幅といった属性情報が保存される。   First, the design input unit 110 receives a screen design input from the user (step A101). Here, it is assumed that display component names and attributes to be used are defined in the display component table 161 and text names and text characters are defined in the text table 162 in advance. For example, the user inputs a screen design from a design setting screen 181 as shown in FIG. On the design setting screen 181, display components defined in the display component table 161 are displayed in the display component list, and text defined in the text table 162 is displayed in the text list, and the user can display these display components and text. Design each screen by placing it on the screen. The user also specifies character strings displayed with display components and attribute information such as text font, color, and width at the time of arrangement. The design input unit 110 stores the screen design input by the user in the link table 163 (step A102). As a result of the input of the screen design, the link table 163 displays, for each screen, the display component name / text name, the coordinates where the display component / text is arranged, a display item that is a character string displayed together with the display component, and Attribute information such as text font, color, and width is stored.

例えば、図17のデザイン設定画面181上で、画面Aを作成した場合、生成されるリンクテーブル163は、図5に示すような、表示部品名/テキスト名、座標、属性情報を持つテーブルとなる。   For example, when screen A is created on the design setting screen 181 in FIG. 17, the generated link table 163 is a table having display component names / text names, coordinates, and attribute information as shown in FIG. .

次に、CGI作成部120は、ユーザから画面遷移のトリガとする送信ボタンの入力を受け付ける(ステップA103)。CGI作成部120は、入力された結果を画面遷移トリガ設定テーブル171(図9(a))に保存する。   Next, the CGI creation unit 120 receives an input of a transmission button serving as a screen transition trigger from the user (step A103). The CGI creation unit 120 stores the input result in the screen transition trigger setting table 171 (FIG. 9A).

CGI作成部120は、ユーザからCGIの設定の入力を受け付ける(ステップA104)。CGI作成部120は、入力されたトリガNo毎のCGIの処理内容、入力パラメータ、出力パラメータをCGI設定テーブル172(図9(b))に保存する。入力パラメータには、画面上の入力フィールドで入力された情報を設定する必要があるが、入力パラメータと画面上の入力フィールドとの対応付けは、リンクテーブル163上で行われる。出力パラメータは、CGIの実行結果(正常終了、各種エラー)であり、次の画面に遷移するための分岐条件となる。   The CGI creation unit 120 receives an input of CGI settings from the user (step A104). The CGI creation unit 120 stores the input CGI processing contents, input parameters, and output parameters for each trigger No. in the CGI setting table 172 (FIG. 9B). Although it is necessary to set information input in the input field on the screen as the input parameter, the association between the input parameter and the input field on the screen is performed on the link table 163. The output parameter is a CGI execution result (normal end, various errors), and becomes a branch condition for transition to the next screen.

CGI作成部120は、ユーザから画面上の入力用部品とCGIの入力パラメータの対応関係の入力を受け付ける(ステップA105)。CGI作成部120は、入力された結果をリンクテーブル163上の対応パラメータに保存する。   The CGI creation unit 120 receives an input of the correspondence between the input component on the screen and the input parameter of the CGI from the user (step A105). The CGI creation unit 120 stores the input result in the corresponding parameter on the link table 163.

例えば、図9(b)のCGI設定テーブル172のように、画面Aにて実行されるCGI「a.cgi」が、入力パラメータ「Name」、「Tel」、「Post」、「Addr」を有しており、それぞれを画面A上の「氏名」、「TEL」、「郵便番号」、「住所」の入力フィールドに対応付ける場合、リンクテーブル163上の対応パラメータは図5のようになる。   For example, as in the CGI setting table 172 in FIG. 9B, the CGI “a.cgi” executed on the screen A has input parameters “Name”, “Tel”, “Post”, and “Addr”. In the case where each is associated with the input fields of “name”, “TEL”, “zip code”, and “address” on the screen A, the corresponding parameters on the link table 163 are as shown in FIG.

CGI作成部120は、ユーザから、CGI実行後の画面遷移のための分岐条件と画面遷移先の入力を受け付ける(ステップA106)。CGI作成部120は、トリガNo毎の分岐条件(CGIの実行結果)、画面遷移先を分岐条件設定テーブル173(図9(c))に保存する。CGI作成部120は、すべての分岐条件が入力されるまでステップA106を繰り返す(ステップA107)。   The CGI creation unit 120 receives a branch condition for screen transition after execution of CGI and an input of a screen transition destination from the user (step A106). The CGI creation unit 120 stores the branch condition (CGI execution result) for each trigger No. and the screen transition destination in the branch condition setting table 173 (FIG. 9C). The CGI creation unit 120 repeats Step A106 until all branch conditions are input (Step A107).

CGI作成部120は、一つの画面について、すべての画面遷移トリガが入力されるまでステップA103からA107を繰り返す(ステップA108)。   The CGI creation unit 120 repeats steps A103 to A107 for all screens until all screen transition triggers are input (step A108).

CGI作成部120は、CGI設定テーブル172をもとに、CGIテーブル164を生成し、CGI記憶部154に保存する。また、CGI作成部120は、画面遷移トリガ設定テーブル171、CGI設定テーブル172、及び、分岐条件設定テーブル173を、トリガNoをキーとして結合し、画面遷移テーブル165を生成し、画面遷移記憶部155に保存する(ステップA109)。   The CGI creation unit 120 generates a CGI table 164 based on the CGI setting table 172 and stores it in the CGI storage unit 154. Also, the CGI creation unit 120 combines the screen transition trigger setting table 171, the CGI setting table 172, and the branch condition setting table 173 using the trigger No as a key to generate the screen transition table 165, and the screen transition storage unit 155. (Step A109).

例えば、画面Aに関して、図9に示したように、画面遷移トリガ設定テーブル171にて3つの送信ボタン「次へ」、「住所検索」、「キャンセル」を画面遷移トリガとして定義し、それぞれのトリガに対して、CGI設定テーブル172にて、それぞれ「a.cgi」、「b.cgi」、「c.cgi」を実行するように設定し、さらに、これらのCGIの実行結果に対する画面遷移先が分岐条件設定テーブル173で定義される画面名であった場合、CGIテーブル164、画面遷移テーブル165は、それぞれ図6、図7に示すものとなる。   For example, with respect to screen A, as shown in FIG. 9, three send buttons “next”, “address search”, and “cancel” are defined as screen transition triggers in the screen transition trigger setting table 171, and the respective triggers are defined. In the CGI setting table 172, “a.cgi”, “b.cgi”, and “c.cgi” are set to be executed, and the screen transition destinations for the execution results of these CGIs are set. When the screen name is defined in the branch condition setting table 173, the CGI table 164 and the screen transition table 165 are as shown in FIGS. 6 and 7, respectively.

次に、テスト項目生成部140は、画面遷移テーブル165をもとに、送信ボタン、分岐条件の異なる処理毎にパタンNoを付与し、テスト項目テーブル166を生成し、テスト項目記憶部156に保存する(ステップA110)。   Next, based on the screen transition table 165, the test item generation unit 140 assigns a pattern No. for each process with different transmission buttons and branch conditions, generates a test item table 166, and saves it in the test item storage unit 156. (Step A110).

例えば、図7に示した、画面Aの画面遷移テーブル165については、図8に示すようなパタンNo.1から8を有するテスト項目テーブル166が生成される。   For example, for the screen transition table 165 of screen A shown in FIG. 7, a test item table 166 having pattern Nos. 1 to 8 as shown in FIG. 8 is generated.

[テスト処理]
図10にテスト処理の動作フローを示す。テスト処理は、Webサービス設計処理により、リンクテーブル163、CGIテーブル164、画面遷移テーブル165、及びテスト項目テーブル166が生成された後で、ユーザが、ブラウザ300から、テスト項目テーブル166の各パタンの画面遷移と表示画面の確認を行うものである。
[Test processing]
FIG. 10 shows an operation flow of the test process. In the test process, after the link table 163, the CGI table 164, the screen transition table 165, and the test item table 166 are generated by the web service design process, the user can change each pattern of the test item table 166 from the browser 300. The screen transition and the display screen are confirmed.

ここで、ブラウザ300は、URLにてWebサービスのテスト処理を示すCGIを指定してWebサーバ200に送信し、Webサーバ200は、当該CGIが要求された場合に、Webサービステスト装置100のテスト処理を実行するものとする。   Here, the browser 300 designates the CGI indicating the Web service test process in the URL and transmits it to the Web server 200. When the CGI is requested, the Web server 200 performs the test of the Web service test apparatus 100. Processing shall be executed.

はじめに、ブラウザ300はURLにてWebサービスのテスト処理の初期画面を指定し、Webサーバ200に要求する(ステップC201)。初期画面は、例えば、引数パラメータなしで、テスト処理用のCGIを指定することで行われる。Webサーバ200は、初期画面をWebサービステスト装置100に要求する(ステップB201)。   First, the browser 300 designates the initial screen of the web service test process using the URL, and makes a request to the web server 200 (step C201). The initial screen is displayed by specifying CGI for test processing without an argument parameter, for example. The Web server 200 requests an initial screen from the Web service test apparatus 100 (Step B201).

テスト処理部130は、リンクテーブル163をもとに、要求された画面のHTMLファイルをFormタグを使って生成し、Webサーバ200に応答する(ステップA201)。このとき、表示部品、テキストについては、表示部品テーブル161、テキストテーブル162の内容が参照される。また、送信ボタンについては、送信ボタン押下時に、Webサービステスト装置100が、押下された送信ボタンを識別できるように、リンクテーブル163上の表示項目が送信ボタン(inputタグ、type=”submit”)の値(value)として使用される。同様に、入力フィールドについては、Webサービステスト装置100が、入力フィールドを識別できるように、リンクテーブル163上の表示項目が入力フィールド(例えば、inputタグ、type=”text”)の名前(name)として使用される。さらに、画面名についても、Webサービステスト装置100が、画面名を識別できるように、隠しデータ(inputタグ、type=”hidden”)として記述される。   The test processing unit 130 generates an HTML file of the requested screen using the Form tag based on the link table 163, and responds to the Web server 200 (step A201). At this time, the contents of the display component table 161 and the text table 162 are referred to for the display component and the text. As for the send button, the display item on the link table 163 is the send button (input tag, type = “submit”) so that the Web service test apparatus 100 can identify the pushed send button when the send button is pressed. Is used as a value. Similarly, for the input field, the display item on the link table 163 is the name of the input field (for example, input tag, type = “text”) so that the Web service test apparatus 100 can identify the input field. Used as. Further, the screen name is also described as hidden data (input tag, type = “hidden”) so that the Web service test apparatus 100 can identify the screen name.

例えば、初期画面が画面Aであった場合、テスト処理部130は、図5に示すリンクテーブル163をもとに図18に示すようなHTMLファイルを生成し、Webサーバ200に応答する。   For example, when the initial screen is screen A, the test processing unit 130 generates an HTML file as shown in FIG. 18 based on the link table 163 shown in FIG. 5 and responds to the Web server 200.

Webサーバ200は、Webサービステスト装置100から受信したHTMLファイルをブラウザ300に送信する(ステップB202)。   The Web server 200 transmits the HTML file received from the Web service test apparatus 100 to the browser 300 (Step B202).

ブラウザ300は受信した画面を表示し(ステップC202)、ユーザからの入力フィールドへの入力と送信ボタンの押下を受け付ける(ステップC203)。ブラウザ300は、画面名、送信ボタンの値、入力フィールドの名前と値をWebサーバ200に送信する(ステップC204)。   The browser 300 displays the received screen (step C202), and accepts input from the user in the input field and pressing of the send button (step C203). The browser 300 transmits the screen name, the value of the send button, and the name and value of the input field to the Web server 200 (Step C204).

例えば、図18のHTMLファイルで表示される画面において、送信ボタン「次へ」が押下された場合、図19に示すようなhttpメッセージがWebサーバ200に送信される。   For example, when the send button “Next” is pressed on the screen displayed as the HTML file in FIG. 18, an http message as shown in FIG. 19 is sent to the Web server 200.

Webサーバ200は、httpメッセージで指定されたCGIから、Webサービステスト装置100のテスト処理と判断し、画面名、送信ボタンの値、入力フィールドの名前と値をWebサービステスト装置100に送信する(ステップB203)。   The Web server 200 determines that the test process of the Web service test apparatus 100 is based on the CGI specified by the http message, and transmits the screen name, the value of the send button, and the name and value of the input field to the Web service test apparatus 100 ( Step B203).

Webサービステスト装置100のテスト処理部130は、画面遷移テーブル165により、ブラウザ300から送信された送信ボタンの値に対して、実行すべきCGIを検索し(ステップA202)、リンクテーブル163により、入力フィールドの名前に対応するパラメータを検索する(ステップA203)。テスト処理部130は、ブラウザ300から受信した入力フィールドの値をCGIの該当する入力パラメータに設定し、CGIを実行する(ステップA204)。テスト処理部130は、画面遷移テーブル165を参照し、CGIの実行結果に対応する画面遷移先の画面名を決定する(ステップA205)。   The test processing unit 130 of the Web service test apparatus 100 searches the screen transition table 165 for the CGI to be executed with respect to the value of the transmission button transmitted from the browser 300 (step A202), and inputs it using the link table 163. A parameter corresponding to the name of the field is searched (step A203). The test processing unit 130 sets the value of the input field received from the browser 300 as a corresponding input parameter of the CGI, and executes the CGI (Step A204). The test processing unit 130 refers to the screen transition table 165 and determines a screen transition destination screen name corresponding to the CGI execution result (step A205).

例えば、画面Aにおいて、「氏名」、「TEL」、「郵便番号」、「住所」が入力され、送信ボタン「次へ」が押下された場合、テスト処理部130は、図7の画面遷移テーブル165により、画面Aにおける送信ボタン「次へ」に対するCGIは「a.cgi」であることを認識する。さらに、図5のリンクテーブル163により、「名前入力」、「電話入力」、「郵便入力」、「住所入力」の入力を、それぞれ「a.cgi」の入力パラメータ「Name」、「Tel」、「Post」、「Addr」に設定し、「a.cgi」を実行する。「a.cgi」の実行結果が、Ret(正常終了)であった場合、テスト処理部130は、図7の画面遷移テーブル165により、次の画面遷移先を画面Bと認識する。   For example, when “name”, “TEL”, “zip code”, “address” are input on the screen A and the send button “next” is pressed, the test processing unit 130 displays the screen transition table in FIG. From 165, it is recognized that the CGI for the send button “next” on the screen A is “a.cgi”. Furthermore, the input of “name input”, “telephone input”, “postal input”, and “address input” is made into the input parameters “Name”, “Tel”, “a.cgi” by the link table 163 of FIG. Set to “Post” and “Addr” and execute “a.cgi”. When the execution result of “a.cgi” is Ret (normal end), the test processing unit 130 recognizes the next screen transition destination as the screen B from the screen transition table 165 in FIG.

以降、テスト処理部130は、画面遷移先の画面名に対してHTMLファイルを作成し、Webサーバ200を経由してブラウザ300に送信し、ブラウザ300からの次の送信ボタンの送信を待つ。以降の動作は、ステップA201からA205、ステップB202からB203、ステップC202からC204の繰り返しとなる。   Thereafter, the test processing unit 130 creates an HTML file for the screen name of the screen transition destination, transmits it to the browser 300 via the Web server 200, and waits for transmission of the next transmission button from the browser 300. The subsequent operation is a repetition of steps A201 to A205, steps B202 to B203, and steps C202 to C204.

[Webサービス変更処理]
Webサービスの処理内容(画面遷移トリガ、CGI処理、分岐条件)や画面デザインに変更があった場合、Webサービステスト装置100のデザイン入力部110とCGI作成部120は、前述のWebサービス設計処理のうちの必要な処理を実施し、テスト項目生成部140は、テスト項目テーブル166の更新を行う。同時に、テスト項目生成部140は、変更により影響があるテストパタンを再テスト対象パタンとして出力する。
[Web service change processing]
When there is a change in the Web service processing content (screen transition trigger, CGI processing, branch condition) or screen design, the design input unit 110 and the CGI creation unit 120 of the Web service test apparatus 100 perform the above-described Web service design processing. The necessary processing is performed, and the test item generation unit 140 updates the test item table 166. At the same time, the test item generation unit 140 outputs a test pattern that is affected by the change as a retest target pattern.

以下、Webサービス変更処理として、CGI処理内容を変更し、出力パラメータを追加するケースと、画面デザインを変更するケースの動作について説明する。   Hereinafter, as a Web service change process, operations of changing the CGI process contents and adding an output parameter and changing the screen design will be described.

図11にWebサービス変更処理において、CGI処理内容に出力パラメータを追加し、分岐条件、画面遷移先を追加する場合の動作フローを示す。   FIG. 11 shows an operation flow in the case where an output parameter is added to the CGI processing content and a branch condition and a screen transition destination are added in the Web service change processing.

CGI作成部120は、ユーザからCGIの設定の変更(処理内容変更、出力パラメータ追加)を受け付け、変更結果をCGI設定テーブル172に保存する(ステップA301)。CGI作成部120は、ユーザからCGI実行後の画面遷移のための分岐条件と画面遷移先の入力を受け付け、分岐条件設定テーブル173に保存する(ステップA302)。CGI作成部120は、すべての分岐条件が入力されるまでステップA302を繰り返す(ステップA303)。CGI作成部120は、CGI設定テーブル172をもとに、CGIテーブル164を生成し、CGI記憶部154に保存する。また、画面遷移トリガ設定テーブル171、CGI設定テーブル172、及び、分岐条件設定テーブル173を、トリガNoをキーとして結合し、画面遷移テーブル165を生成し、画面遷移記憶部155に保存する(ステップA304)。このとき、CGIテーブル164、画面遷移テーブル165において、どの情報が更新されたか(更新履歴)を併せて保存する。   The CGI creation unit 120 receives a CGI setting change (processing content change, output parameter addition) from the user, and stores the change result in the CGI setting table 172 (step A301). The CGI creation unit 120 accepts a branch condition for screen transition after execution of CGI and an input of a screen transition destination from the user, and stores them in the branch condition setting table 173 (step A302). The CGI creation unit 120 repeats Step A302 until all branch conditions are input (Step A303). The CGI creation unit 120 generates a CGI table 164 based on the CGI setting table 172 and stores it in the CGI storage unit 154. In addition, the screen transition trigger setting table 171, the CGI setting table 172, and the branch condition setting table 173 are combined using the trigger No as a key to generate the screen transition table 165 and save it in the screen transition storage unit 155 (step A304). ). At this time, which information is updated (update history) in the CGI table 164 and the screen transition table 165 is also stored.

次に、テスト項目生成部140は、画面遷移テーブル165をもとにテスト項目テーブル166を生成、更新し、テスト項目記憶部156に保存する(ステップA305)。このとき、更新前のテスト項目テーブル166に対して、新規に追加されたテストパタンには新規のパタンNoを付与する。さらに、CGIテーブル164、画面遷移テーブル165の更新履歴から、更新された情報があるテストパタンについては、再テスト対象パタンとして出力し、テスト項目テーブル166に保存する。   Next, the test item generation unit 140 generates and updates the test item table 166 based on the screen transition table 165 and stores it in the test item storage unit 156 (step A305). At this time, a new pattern number is assigned to the newly added test pattern with respect to the test item table 166 before update. Further, from the update history of the CGI table 164 and the screen transition table 165, a test pattern having updated information is output as a retest target pattern and stored in the test item table 166.

例えば、CGI作成部120は、ユーザからCGI「b.cgi」の処理内容の変更、出力パラメータ(Err2)の追加を受け付け、変更結果をCGI設定テーブル172に保存する(図12(a))。また、CGI作成部120は、ユーザから、分岐条件(Err2)の追加を受け付け、分岐条件設定テーブル173に保存する(図12(b))。CGI作成部120は、CGIテーブル164、画面遷移テーブル165を生成し、CGIテーブル164では「b.cgi」の処理内容の変更、出力パラメータの追加、画面遷移テーブル165では、「b.cgi」実行後の分岐条件の追加(Err2)といった更新情報とともに保存する(図13(a)(b))。   For example, the CGI creation unit 120 accepts a change in the processing content of CGI “b.cgi” and an addition of an output parameter (Err2) from the user, and stores the change result in the CGI setting table 172 (FIG. 12A). Also, the CGI creation unit 120 accepts the addition of the branch condition (Err2) from the user and saves it in the branch condition setting table 173 (FIG. 12B). The CGI creation unit 120 generates a CGI table 164 and a screen transition table 165. The CGI table 164 changes the processing content of “b.cgi”, adds an output parameter, and the screen transition table 165 executes “b.cgi”. It is stored together with update information such as later addition of branch conditions (Err2) (FIGS. 13A and 13B).

次に、テスト項目生成部140は、画面Aについてのテスト項目を生成する際、画面遷移テーブル165をもとにテスト項目テーブル166を生成、更新し、新規に追加されたテストパタン(Err2)には新規のパタンNo.9を付与する。また、CGIテーブル164、画面遷移テーブル165により、「b.cgi」の処理内容の変更、「b.cgi」実行後の分岐条件の追加(Err2)を認識し、関連するテストパタンNo.6、No.7、No.9を再テスト対象パタンとして出力し、テスト項目テーブル166に保存する(図14)。ユーザは、Webサービステスト装置100のテスト処理により、テストパタンNo.6、No.7、No.9のテストを行う。   Next, when the test item generation unit 140 generates a test item for the screen A, the test item generation unit 140 generates and updates the test item table 166 based on the screen transition table 165, and adds the test item (Err2) to the newly added test pattern (Err2). Is a new pattern No. 9 is given. In addition, the CGI table 164 and the screen transition table 165 recognize the change of the processing content of “b.cgi” and the addition of the branch condition after the execution of “b.cgi” (Err2). 6, no. 7, no. 9 is output as a retest target pattern and stored in the test item table 166 (FIG. 14). The user performs the test pattern No. by the test process of the Web service test apparatus 100. 6, no. 7, no. Perform 9 tests.

図15にWebサービス変更処理において、画面デザインを変更する場合の動作フローを示す。   FIG. 15 shows an operation flow when the screen design is changed in the Web service change process.

デザイン入力部110は、ユーザから画面デザインの変更を受け付ける(ステップA401)。デザイン入力部110は、ユーザにより入力された画面デザインをリンクテーブル163に保存する(ステップA402)。このとき、リンクテーブル163において、どの情報が更新されたか(更新履歴)を併せて保存する。   The design input unit 110 receives a screen design change from the user (step A401). The design input unit 110 stores the screen design input by the user in the link table 163 (step A402). At this time, which information is updated (update history) in the link table 163 is also stored.

次に、テスト項目生成部140は、画面遷移テーブル165をもとにテスト項目テーブル166を生成、更新し、テスト項目記憶部156に保存する(ステップA403)。このとき、リンクテーブル163の更新履歴から、更新された画面があるテストパタンについては、再テスト対象パタンとして出力し、テスト項目テーブル166に保存する。   Next, the test item generation unit 140 generates and updates the test item table 166 based on the screen transition table 165, and stores it in the test item storage unit 156 (step A403). At this time, a test pattern with an updated screen is output as a retest target pattern from the update history of the link table 163 and stored in the test item table 166.

例えば、画面Hにおいて、テキストの追加が行われた場合、デザイン入力部110はユーザから画面デザインの変更を受け付け、画面Hが更新された情報と共にリンクテーブル163を保存する。テスト項目生成部140は、画面Aについてのテスト項目を生成する際、リンクテーブル163により画面Hが更新されたことを認識し、図16に示すように、画面遷移先が画面HであるパタンNo.7を再テスト対象対象パタンとして出力し、テスト項目テーブル166に保存する(図16)。 ユーザは、Webサービステスト装置100のテスト処理により、テストパタンNo.7のテストを行う。   For example, when text is added on the screen H, the design input unit 110 accepts a screen design change from the user, and stores the link table 163 together with information on the updated screen H. When the test item generation unit 140 generates a test item for the screen A, the test item generation unit 140 recognizes that the screen H is updated by the link table 163, and the pattern No. whose screen transition destination is the screen H is shown in FIG. . 7 is output as a retest target pattern and stored in the test item table 166 (FIG. 16). The user performs the test pattern No. by the test process of the Web service test apparatus 100. Test 7 is performed.

以上により、本発明の実施の形態の動作が完了する。   Thus, the operation of the embodiment of the present invention is completed.

本発明の実施の形態によれば、GUI画面を有するWebサービスの開発環境において、Webサービスの画面デザインや文言、処理内容を修正した場合に、修正内容の確認に必要なテスト工数を低減できる。その理由は、GUI画面を有するWebサービスの画面デザインや処理を、表示部品記憶部、テキスト記憶部、リンク記憶部、CGI記憶部、及び、画面遷移記憶部に分けて記述し、テスト手段がこれらの情報をもとにCGIの選択、実行、画面遷移先の決定、画面のHTMLファイルの生成を行うことによりWebサービスを実現するため、Webサービスの画面デザインや文言、Webサービスの画面遷移やデータベースの操作等の処理内容に変更があった場合でも、ソースファイルのコンパイル、オブジェクトファイルのリンク等は必要なく、当該Webサービスの画面デザインや文言、処理内容の変更に関係する記憶部の情報のみを修正するだけで、Webサービスのテストを行えるためである。   According to the embodiment of the present invention, when the screen design, wording, and processing content of a Web service are corrected in a Web service development environment having a GUI screen, it is possible to reduce the number of test steps required for checking the correction content. The reason is that the screen design and processing of a Web service having a GUI screen are described separately for a display component storage unit, a text storage unit, a link storage unit, a CGI storage unit, and a screen transition storage unit. In order to realize a Web service by selecting and executing CGI, determining a screen transition destination, and generating an HTML file of the screen based on the information of the Web service, screen design and wording of the Web service, screen transition of the Web service and database Even if there is a change in the processing content such as the above operation, there is no need to compile the source file, link the object file, etc., only the information on the storage unit related to the change in the screen design and wording of the Web service and the processing content This is because the Web service can be tested simply by making corrections.

また、本発明の実施の形態によれば、GUI画面を有するWebサービスの開発環境において、画面デザインや文言だけの修正時は、テスト工数を大幅に削減できる。その理由は、前述の通り、GUI画面を有するWebサービスの各画面や処理を、複数の記憶部に分けて記述し、テスト手段がこれらの情報をもとにWebサービスを実現するため、特に、画面デザインや文言だけの小規模な修正時は、修正に伴い、テストが必要となる影響範囲をを最小限に抑えることができるためである。   Further, according to the embodiment of the present invention, in the development environment of a Web service having a GUI screen, the test man-hours can be greatly reduced when only the screen design or the wording is corrected. The reason for this is that, as described above, each screen and process of a Web service having a GUI screen is described in a plurality of storage units, and the test means realizes the Web service based on such information. This is because when the screen design or wording is modified only for a small amount, the influence range that needs to be tested can be minimized.

また、本発明の実施の形態によれば、GUI画面を有するWebサービスの開発環境において、テストを効率的に実行できる。その理由は、テスト項目生成部が、画面遷移記憶部の情報をもとにテストパタンを生成するようにし、さらに、画面遷移記憶部やリンク記憶部の変更履歴をもとに、テストパタンの上でで影響があるパタンを再テスト対象パタンとして出力するようにしたためである。   Further, according to the embodiment of the present invention, it is possible to efficiently execute a test in a development environment of a Web service having a GUI screen. The reason is that the test item generation unit generates a test pattern based on the information in the screen transition storage unit, and further, based on the change history of the screen transition storage unit and the link storage unit, This is because the pattern that has an effect on the above is output as a retest target pattern.

また、本発明の実施の形態によれば、GUI画面を有するWebサービスの開発環境において、Webサービスの複数の画面の間で、表示部品や文言の統一を行うことができることである。その理由は、表示部品や文言は、部品として表示部品記憶部、テキスト記憶部にて管理されているため、複数の画面で表示部品や文言を共通的に使用できるためである。   Further, according to the embodiment of the present invention, it is possible to unify display components and wording between a plurality of Web service screens in a Web service development environment having a GUI screen. The reason is that display components and wordings are managed as components in the display component storage unit and text storage unit, so that display components and wordings can be used in common on a plurality of screens.

本発明の実施の形態を示す構成図である。It is a block diagram which shows embodiment of this invention. 本発明の実施の形態におけるWebサービス設計処理の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the web service design process in embodiment of this invention. 本発明の実施の形態における表示部品テーブルを示す図である。It is a figure which shows the display component table in embodiment of this invention. 本発明の実施の形態におけるテキストテーブルを示す図である。It is a figure which shows the text table in embodiment of this invention. 本発明の実施の形態におけるリンクテーブルを示す図である。It is a figure which shows the link table in embodiment of this invention. 本発明の実施の形態におけるCGIテーブルを示す図である。It is a figure which shows the CGI table in embodiment of this invention. 本発明の実施の形態における画面遷移テーブルを示す図である。It is a figure which shows the screen transition table in embodiment of this invention. 本発明の実施の形態におけるテスト項目テーブルを示す図である。It is a figure which shows the test item table in embodiment of this invention. 本発明の実施の形態において、CGI作成部が一時的に記憶管理するテーブルを示す図である。In an embodiment of the invention, it is a figure showing a table which CGI creation part stores and manages temporarily. 本発明の実施の形態におけるテスト処理の動作を示すフローチャートである。It is a flowchart which shows the operation | movement of the test process in embodiment of this invention. 本発明の実施の形態におけるWebサービス変更処理(CGI処理内容の変更)の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the web service change process (change of the CGI process content) in embodiment of this invention. 本発明の実施の形態におけるWebサービス変更処理(CGI処理内容の変更)において、CGI作成部が一時的に記憶管理するテーブルを示す図である。It is a figure which shows the table which a CGI preparation part memorize | stores and manages temporarily in the web service change process (change of the CGI process content) in embodiment of this invention. 本発明の実施の形態におけるWebサービス変更処理(CGI処理内容の変更)におけるCGIテーブル、画面遷移テーブルを示す図である。It is a figure which shows the CGI table and screen transition table in the web service change process (change of the CGI process content) in embodiment of this invention. 本発明の実施の形態におけるWebサービス変更処理(CGI処理内容の変更)におけるテスト項目テーブルを示す図である。It is a figure which shows the test item table in the Web service change process (change of the CGI process content) in embodiment of this invention. 本発明の実施の形態におけるWebサービス変更処理(画面デザインの変更)の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the Web service change process (change of a screen design) in embodiment of this invention. 本発明の実施の形態におけるWebサービス変更処理(画面デザインの変更)において、テスト項目テーブルを示す図である。It is a figure which shows a test item table in the Web service change process (change of a screen design) in embodiment of this invention. 本発明の実施の形態におけるCGI作成部のデザイン設定画面を示す図である。It is a figure which shows the design setting screen of the CGI preparation part in embodiment of this invention. 本発明の実施の形態において、Webサービステスト装置が生成するHTMLファイルの例を示す図である。In an embodiment of the invention, it is a figure showing an example of an HTML file which a Web service test device generates. 本発明の実施の形態において、ブラウザからWebサーバに送信されるデータの例を示す図である。In an embodiment of the invention, it is a figure showing an example of data transmitted to a Web server from a browser.

符号の説明Explanation of symbols

100 Webサービステスト装置
110 デザイン入力部
120 CGI作成部
130 テスト処理部
140 テスト項目生成部
151 表示部品記憶部
152 テキスト記憶部
153 リンク記憶部
154 CGI記憶部
155 画面遷移記憶部
156 テスト項目記憶部
161 表示部品テーブル
162 テキストテーブル
163 リンクテーブル
164 CGIテーブル
165 画面遷移テーブル
166 テスト項目テーブル
171 画面遷移トリガ設定テーブル
172 CGI設定テーブル
173 分岐条件設定テーブル
181 デザイン設定画面
200 Webサーバ
300 ブラウザ
DESCRIPTION OF SYMBOLS 100 Web service test apparatus 110 Design input part 120 CGI preparation part 130 Test processing part 140 Test item production | generation part 151 Display component memory | storage part 152 Text memory | storage part 153 Link memory | storage part 154 CGI memory | storage part 155 Screen transition memory | storage part 161 Display component table 162 Text table 163 Link table 164 CGI table 165 Screen transition table 166 Test item table 171 Screen transition trigger setting table 172 CGI setting table 173 Branch condition setting table 181 Design setting screen 200 Web server 300 Browser

Claims (15)

Webサービスの画面のデザインを記憶するリンク記憶手段と、
前記画面上で発生したイベントに対して実行するCGIと前記CGIの実行結果により遷移する前記画面を記憶する画面遷移記憶手段と、
前記CGIの処理内容を記憶するCGI記憶手段と、
ブラウザからWebサーバを経由して送信された前記イベントに対して、前記画面遷移記憶手段の内容にもとづき前記CGIを選択、実行し、前記CGIの処理結果により画面遷移先を決定し、前記リンク記憶手段の内容にもとづき当該遷移先の前記画面のHTMLファイルを生成し、前記Webサーバを経由して前記ブラウザへ送信するテスト手段と
を備えたことを特徴とするWebサービステスト装置。
Link storage means for storing the design of the web service screen;
Screen transition storage means for storing the CGI to be executed for an event that has occurred on the screen and the screen to be transitioned according to the execution result of the CGI;
CGI storage means for storing the processing content of the CGI;
For the event transmitted from the browser via the Web server, the CGI is selected and executed based on the contents of the screen transition storage means, the screen transition destination is determined based on the processing result of the CGI, and the link storage A web service test apparatus comprising: test means for generating an HTML file of the screen at the transition destination based on the contents of the means and transmitting the HTML file to the browser via the web server.
前記Webサービステスト装置は、さらに、前記画面に表示する表示部品を記憶する表示部品記憶手段と、前記画面に表示するテキストを記憶するテキスト記憶手段とを備え、
前記リンク記憶手段は、前記画面のデザインを、前記表示部品記憶手段に記憶される表示部品と前記テキスト記憶手段に記憶されるテキストを用いて記述し、
前記テスト手段は、前記表示部品記憶手段、前記テキスト記憶手段、及び、前記リンク記憶手段の内容にもとづき前記HTMLファイルの作成を行うことを特徴とする請求項1記載のWebサービステスト装置。
The Web service test apparatus further includes display component storage means for storing display components to be displayed on the screen, and text storage means for storing text to be displayed on the screen.
The link storage means describes the design of the screen using display parts stored in the display part storage means and text stored in the text storage means,
2. The Web service test apparatus according to claim 1, wherein the test means creates the HTML file based on contents of the display component storage means, the text storage means, and the link storage means.
前記Webサービステスト装置は、さらに、ユーザから前記画面のデザインの入力を受け付け、前記リンク記憶手段に保存するデザイン入力手段と、
前記ユーザから前記CGIの処理内容の入力を受け付け、前記CGI記憶手段に保存し、画面遷移のトリガとなる前記イベント、前記イベント発生時に実行される前記CGI、前記CGIの処理結果に対する前記画面遷移先の入力を受け付け、前記画面遷移記憶手段に保存するCGI作成手段と
を備えたことを特徴とする請求項1または請求項2記載のWebサービステスト装置。
The web service test apparatus further receives a design input of the screen from a user and stores the design input means in the link storage means;
Accepting the input of the CGI processing content from the user, storing it in the CGI storage means, the event that triggers screen transition, the CGI that is executed when the event occurs, and the screen transition destination for the CGI processing result The Web service test apparatus according to claim 1, further comprising: a CGI creation unit that accepts an input of the URL and saves the input in the screen transition storage unit.
前記Webサービステスト装置は、さらに、前記画面遷移記憶手段の内容にもとづき、前記画面遷移のテストを行うためのテストパタンを作成し、テスト項目記憶部に保存するテスト項目作成手段を備えたことを特徴とする請求項1乃至請求項3のいずれかに記載のWebサービステスト装置。 The Web service test apparatus further comprises test item creation means for creating a test pattern for testing the screen transition based on the contents of the screen transition storage means and storing the test pattern in a test item storage unit. 4. The Web service test apparatus according to claim 1, wherein the Web service test apparatus is characterized in that: 前記テスト項目作成手段は、前記CGI記憶手段、前記画面遷移記憶手段、及び前記リンク記憶手段の内容の変更履歴にもとづき、前記テストパタンのうち前記変更履歴に関係するパタンを再テスト対象パタンとして前記テスト項目記憶部に保存することを特徴とする請求項4記載のWebサービステスト装置。 The test item creation means, based on the change history of the contents of the CGI storage means, the screen transition storage means, and the link storage means, the pattern related to the change history as the retest target pattern among the test patterns. The Web service test apparatus according to claim 4, wherein the Web service test apparatus is stored in a test item storage unit. ブラウザからWebサーバを経由して送信されたイベントに対して、前記イベントに対して実行するCGIと前記CGIの実行結果により遷移する画面を記憶する画面遷移記憶手段の内容にもとづき前記CGIを選択、実行し、前記CGIの処理結果により画面遷移先を決定し、前記画面のデザインを記憶するリンク記憶手段の内容にもとづき当該遷移先の前記画面のHTMLファイルを生成し、前記Webサーバを経由して前記ブラウザへ送信するテストステップを含むことを特徴とするWebサービステスト方法。 In response to an event transmitted from a browser via a Web server, the CGI is selected based on the content of the screen transition storage means for storing a CGI executed for the event and a screen that changes according to the execution result of the CGI. Execute, determine the screen transition destination based on the processing result of the CGI, generate an HTML file of the screen at the transition destination based on the contents of the link storage means for storing the design of the screen, and via the Web server A Web service test method comprising a test step of transmitting to the browser. 前記リンク記憶手段は、前記画面のデザインを、前記画面に表示する表示部品を記憶する表示部品記憶手段に記憶される表示部品と前記画面に表示するテキストを記憶するテキスト記憶手段に記憶されるテキストを用いて記述し、
前記テストステップは、前記表示部品記憶手段、前記テキスト記憶手段、及び、前記リンク記憶手段の内容にもとづき前記HTMLファイルの作成を行うことを特徴とする請求項6記載のWebサービステスト方法。
The link storage means stores the display design stored in the display component storage means for storing the display components displayed on the screen and the text storage means for storing the text to be displayed on the screen. Is described using
7. The Web service test method according to claim 6, wherein in the test step, the HTML file is created based on contents of the display component storage unit, the text storage unit, and the link storage unit.
ユーザから前記画面のデザインの入力を受け付け、前記リンク記憶手段に保存するデザイン入力ステップと、
前記ユーザから前記CGIの処理内容の入力を受け付け、前記CGI記憶手段に保存し、画面遷移のトリガとなる前記イベント、前記イベント発生時に実行される前記CGI、前記CGIの処理結果に対する前記画面遷移先の入力を受け付け、前記画面遷移記憶手段に保存するCGI作成ステップと
をさらに含むことを特徴とする請求項6または請求項7記載のWebサービステスト方法。
A design input step of accepting input of the design of the screen from the user and storing it in the link storage means;
Accepting the input of the CGI processing content from the user, storing it in the CGI storage means, the event that triggers screen transition, the CGI that is executed when the event occurs, and the screen transition destination for the CGI processing result The Web service test method according to claim 6, further comprising: a CGI creation step of accepting an input of and storing the input in the screen transition storage unit.
前記画面遷移記憶手段の内容にもとづき、前記画面遷移のテストを行うためのテストパタンを作成し、テスト項目記憶部に保存するテスト項目作成ステップをさらに含むことを特徴とする請求項6乃至請求項8のいずれかに記載のWebサービステスト方法。 The test item creation step of creating a test pattern for performing the screen transition test based on the contents of the screen transition storage means and storing the test pattern in a test item storage unit. 9. The Web service test method according to any one of 8. 前記テスト項目作成ステップは、前記CGI記憶手段、前記画面遷移記憶手段、及び前記リンク記憶手段の内容の変更履歴にもとづき、前記テストパタンのうち前記変更履歴に関係するパタンを再テスト対象パタンとして前記テスト項目記憶部に保存することを特徴とする請求項9記載のWebサービステスト方法。 In the test item creation step, based on the change history of the contents of the CGI storage means, the screen transition storage means, and the link storage means, a pattern related to the change history among the test patterns is used as a retest target pattern. The Web service test method according to claim 9, wherein the test is stored in a test item storage unit. ブラウザからWebサーバを経由して送信されたイベントに対して、前記イベントに対して実行するCGIと前記CGIの実行結果により遷移する画面を記憶する画面遷移記憶手段の内容にもとづき前記CGIを選択、実行し、前記CGIの処理結果により画面遷移先を決定し、前記画面のデザインを記憶するリンク記憶手段の内容にもとづき当該遷移先の前記画面のHTMLファイルを生成し、前記Webサーバを経由して前記ブラウザへ送信するテスト処理をWebサービステスト装置に行わせることを特徴とするプログラム。 In response to an event transmitted from a browser via a Web server, the CGI is selected based on the content of the screen transition storage means for storing a CGI executed for the event and a screen that changes according to the execution result of the CGI. Execute, determine the screen transition destination based on the processing result of the CGI, generate an HTML file of the screen at the transition destination based on the contents of the link storage means for storing the design of the screen, and via the Web server A program for causing a Web service test apparatus to perform a test process to be transmitted to the browser. 前記リンク記憶手段は、前記画面のデザインを、前記画面に表示する表示部品を記憶する表示部品記憶手段に記憶される表示部品と前記画面に表示するテキストを記憶するテキスト記憶手段に記憶されるテキストを用いて記述し、
前記テスト処理は、前記表示部品記憶手段、前記テキスト記憶手段、及び、前記リンク記憶手段の内容にもとづき前記HTMLファイルの作成を行うことを特徴とする請求項11記載のプログラム。
The link storage means stores the display design stored in the display component storage means for storing the display components displayed on the screen and the text storage means for storing the text to be displayed on the screen. Is described using
12. The program according to claim 11, wherein the test process creates the HTML file based on contents of the display component storage unit, the text storage unit, and the link storage unit.
ユーザから前記画面のデザインの入力を受け付け、前記リンク記憶手段に保存するデザイン入力処理と、
前記ユーザから前記CGIの処理内容の入力を受け付け、前記CGI記憶手段に保存し、画面遷移のトリガとなる前記イベント、前記イベント発生時に実行される前記CGI、前記CGIの処理結果に対する前記画面遷移先の入力を受け付け、前記画面遷移記憶手段に保存するCGI作成処理と
をさらにWebサービステスト装置に行わせることを特徴とする請求項11または請求項12記載のプログラム。
A design input process for receiving an input of the design of the screen from the user and storing it in the link storage means;
Accepting the input of the CGI processing content from the user, storing it in the CGI storage means, the event that triggers screen transition, the CGI that is executed when the event occurs, and the screen transition destination for the CGI processing result 13. The program according to claim 11, further comprising: causing the Web service test apparatus to perform a CGI creation process for receiving the input of the CGI and storing the input in the screen transition storage unit.
前記画面遷移記憶手段の内容にもとづき、前記画面遷移のテストを行うためのテストパタンを作成し、テスト項目記憶部に保存するテスト項目作成処理をさらにWebサービステスト装置に行わせることを特徴とする請求項11乃至請求項13のいずれかに記載のプログラム。 Based on the contents of the screen transition storage means, a test pattern for performing the screen transition test is created, and a test item creation process for storing the test pattern in the test item storage unit is further performed by the Web service test apparatus. The program according to any one of claims 11 to 13. 前記テスト項目作成処理は、前記CGI記憶手段、前記画面遷移記憶手段、及び前記リンク記憶手段の内容の変更履歴にもとづき、前記テストパタンのうち前記変更履歴に関係するパタンを再テスト対象パタンとして前記テスト項目記憶部に保存することを特徴とする請求項14記載のプログラム。 Based on the change history of the contents of the CGI storage means, the screen transition storage means, and the link storage means, the test item creation processing uses the pattern related to the change history as the retest target pattern among the test patterns. The program according to claim 14, wherein the program is stored in a test item storage unit.
JP2006264440A 2006-09-28 2006-09-28 Web service test apparatus, web service test method, and program Active JP4860415B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006264440A JP4860415B2 (en) 2006-09-28 2006-09-28 Web service test apparatus, web service test method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006264440A JP4860415B2 (en) 2006-09-28 2006-09-28 Web service test apparatus, web service test method, and program

Publications (2)

Publication Number Publication Date
JP2008084082A true JP2008084082A (en) 2008-04-10
JP4860415B2 JP4860415B2 (en) 2012-01-25

Family

ID=39354887

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006264440A Active JP4860415B2 (en) 2006-09-28 2006-09-28 Web service test apparatus, web service test method, and program

Country Status (1)

Country Link
JP (1) JP4860415B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020209139A1 (en) * 2019-04-10 2020-10-15 日本電信電話株式会社 Similar transition identification device, similar transition identification method, and program

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10247202A (en) * 1997-01-05 1998-09-14 Fujitsu Ltd Retrieval system and recording medium
JP2002259161A (en) * 2001-03-02 2002-09-13 Hitachi Ltd Device for automatically generating test script
JP2003173275A (en) * 2001-12-05 2003-06-20 Hitachi Software Eng Co Ltd Apparatus and method for supporting development of web application
JP2003233501A (en) * 2002-02-12 2003-08-22 Fujitsu Ltd Server program
JP2004013694A (en) * 2002-06-10 2004-01-15 Nri & Ncc Co Ltd Information processing system with front end processing function
JP2005078294A (en) * 2003-08-29 2005-03-24 Hitachi Koukiyou Syst Eng Kk Providing system, providing method and registration method of web image and text information

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10247202A (en) * 1997-01-05 1998-09-14 Fujitsu Ltd Retrieval system and recording medium
JP2002259161A (en) * 2001-03-02 2002-09-13 Hitachi Ltd Device for automatically generating test script
JP2003173275A (en) * 2001-12-05 2003-06-20 Hitachi Software Eng Co Ltd Apparatus and method for supporting development of web application
JP2003233501A (en) * 2002-02-12 2003-08-22 Fujitsu Ltd Server program
JP2004013694A (en) * 2002-06-10 2004-01-15 Nri & Ncc Co Ltd Information processing system with front end processing function
JP2005078294A (en) * 2003-08-29 2005-03-24 Hitachi Koukiyou Syst Eng Kk Providing system, providing method and registration method of web image and text information

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020209139A1 (en) * 2019-04-10 2020-10-15 日本電信電話株式会社 Similar transition identification device, similar transition identification method, and program
JP2020173615A (en) * 2019-04-10 2020-10-22 日本電信電話株式会社 Similar transition identifying device, similar transition identifying method and program
JP7127601B2 (en) 2019-04-10 2022-08-30 日本電信電話株式会社 Similar Transition Identifying Device, Similar Transition Identifying Method, and Program

Also Published As

Publication number Publication date
JP4860415B2 (en) 2012-01-25

Similar Documents

Publication Publication Date Title
CN104933078B (en) A kind of Web five application pages rendering optimization method
CN104572114B (en) A kind of binding device, using updating device and method
CN101078987B (en) Method, device and system for establishing customizable wrappers for web applications
US20090019133A1 (en) System, method and computer program for updating a web page in a web browser
US20140282357A1 (en) Smart endpoint architecture
CN104391786B (en) Webpage automatization test system and its method
US8516111B2 (en) System for enabling rich network applications
US20100161713A1 (en) Method and system for personalizing a desktop widget
WO2015029193A1 (en) Web server system, application development assistance system, multilingual support method in web server system, multi-device support method in web server system, and application development assistance method
JP2008140194A (en) System, method and program for creating application program for computer
JP5209016B2 (en) WebAPI creation support apparatus and WebAPI creation support method
CN102609264A (en) Method and device for generating calling codes by calling application programming interfaces
CN105808701B (en) Realize the method and system communicated between list automatic Verification and multisystem
CN104866327A (en) PHP development method and frame
CN107688529A (en) Component adjustment method and device
US8707177B1 (en) Resource guide generator for resource pages
CN111008051A (en) Dynamic layout based on multidimensional rules
JP2008276690A (en) Development system, server for development system, and development method
JP4860415B2 (en) Web service test apparatus, web service test method, and program
CN108958855A (en) The method, apparatus and system of page jump
JP2008171151A (en) Display screen configuration device
US8127234B2 (en) Display screen structuring apparatus
JP6097231B2 (en) Program generating apparatus and method
CN114706580A (en) Front-end webpage development method and device, storage medium and electronic equipment
CN114296833A (en) Business interface component configuration method and device, equipment and medium thereof

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20080617

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20090601

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110222

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110413

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110510

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110624

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20110712

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110726

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110922

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111102

R150 Certificate of patent or registration of utility model

Ref document number: 4860415

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141111

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250