WO2006072977A1 - Webサーバ、Webアプリケーションテスト方法、Webアプリケーションテストプログラム - Google Patents

Webサーバ、Webアプリケーションテスト方法、Webアプリケーションテストプログラム Download PDF

Info

Publication number
WO2006072977A1
WO2006072977A1 PCT/JP2005/000028 JP2005000028W WO2006072977A1 WO 2006072977 A1 WO2006072977 A1 WO 2006072977A1 JP 2005000028 W JP2005000028 W JP 2005000028W WO 2006072977 A1 WO2006072977 A1 WO 2006072977A1
Authority
WO
WIPO (PCT)
Prior art keywords
test
input area
web application
client
test program
Prior art date
Application number
PCT/JP2005/000028
Other languages
English (en)
French (fr)
Inventor
Yoshio Koike
Original Assignee
Fujitsu Limited
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 Fujitsu Limited filed Critical Fujitsu Limited
Priority to PCT/JP2005/000028 priority Critical patent/WO2006072977A1/ja
Priority to JP2006550554A priority patent/JP4169771B2/ja
Publication of WO2006072977A1 publication Critical patent/WO2006072977A1/ja
Priority to US11/808,004 priority patent/US8464220B2/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software

Definitions

  • the present invention relates to a web application test server that automates user operations in a web browser on a client and tests the web application system in a web application system.
  • test user operates the Web browser on the test client in the same manner as when operating, and trace data is acquired by tracing the send / receive data between the client and the Web server. The operation was confirmed using the client's simulation program.
  • Patent Document 1 As a related art related to the present invention, for example, Patent Document 1 shown below is known.
  • This Web application session management method confirms the continuity of a connection called a session by repeatedly sending and receiving request data at regular intervals regardless of user operations on the client machine.
  • Patent Document 1 Japanese Patent Laid-Open No. 2003-233585 (Page 45, Fig. 1)
  • the cost has been enormous.
  • the test can be performed only by repeating the previous operation, timing, data, load, etc. The different tests were unsuccessful.
  • the present invention has been made to solve the above-described problems, and performs a Web sano, a Web application test method, and a Web application test program that perform efficient operation check without performing operations on a client.
  • the purpose is to provide.
  • the present invention is a Web server capable of testing a Web application, which processes POST data received from a client !, and based on the result of the processing By embedding in the document a test program for automatically transmitting POST data from the client to the Web server when performing the test, and a Web application processing unit that generates a document to be transmitted to the client. And a test processing unit for executing the test program in the client.
  • the document is displayed on the Web browser on the client, and the test program is executed.
  • the test processing unit further embeds information related to the abnormality in the document when the result of the processing by the Web application processing unit is abnormal. And displaying information related to abnormality in the client.
  • the test processing unit further determines a waiting time of the client, and the test program transmits the POST data after waiting for the waiting time. It is characterized by performing.
  • the test program further transmits the waiting time value from the client to the Web server by including the waiting time value in POST data.
  • the test processing unit determines the waiting time in the next test program based on the waiting time in the POST data received from the client.
  • the document includes at least one input area for a user to input, and the test processing unit further includes input that is data to be set in the input area The area setting data is determined, and the test program further inputs the input area setting data into the input area.
  • the test program further includes a POST number that is a number of POST data
  • the test processing unit further includes an input area based on the POST number! The setting data is determined and the POST number is updated.
  • the Web server according to the present invention further includes a test data storage unit that stores input area setting data candidates in advance for each input area, and the test processing unit further includes the test data storage.
  • the input area setting data is determined by selecting the candidate power of the input area setting data stored in the section.
  • the Web server according to the present invention further includes a test data storage unit that stores a range of input area setting data in advance for each input area, and the test processing unit further includes the test data storage unit. This is characterized in that it is determined within the range of the input area setting data stored in the department.
  • the test program further includes the numerical range specification in POST data, so that the range specification is transmitted from the client to the Web server, and the test processing is performed.
  • the unit determines input area setting data in the next test program based on the range designation in the POST data received from the client.
  • the present invention is a Web application test method for testing a Web application on a Web server, which processes POST data received from a client, and based on the result of the processing, A web application processing step for generating a document to be transmitted to the client, and a test program for automatically transmitting POST data from the client to the web server when the test is performed.
  • a test processing step for executing the test program in the client is provided.
  • the document is displayed on the Web browser on the client, and the test program is executed. .
  • the test processing unit further includes information on the abnormality in the document when the result of the processing in the Web application processing step is abnormal. By embedding, information regarding abnormality is displayed on the client.
  • the test processing step further determines the waiting time of the client, and the test program waits for the waiting time.
  • the POST data is transmitted.
  • the test program further includes the waiting time value in POST data, thereby transmitting the waiting time value from the client to the Web server.
  • the test processing step is characterized in that the waiting time in the next test program is determined based on the waiting time in the POST data received from the client.
  • the document includes at least one input area for a user to input, and the test processing step is further set to the input area.
  • the input area setting data which is data is determined, and the test program further inputs the input area setting data into the input area.
  • the test program further includes a POST number that is a POST data number, and the test processing step is further based on the POST number.
  • the input area setting data is determined and the PO ST number is updated.
  • the Web application test method further includes a test data storage step for storing input area setting data candidates in advance for each input area, and the test processing step further includes the test process step.
  • Input area setting memorized by test data storage step Data candidate power is characterized by selecting and determining input area setting data
  • the Web application test method further includes a test data storage step for storing the range of the input area setting data for each input area in advance, and the test processing step further includes the test processing step.
  • the test data storage step is determined within the range of the input area setting data stored and stored.
  • the test program further includes a numerical range specification in the POST data, whereby the range specification is transmitted from the client to the Web server. And the test processing step determines input area setting data in a next test program based on the range specification in the POST data received from the client.
  • the present invention also provides a Web application test program for causing a computer to execute a Web application test method for testing a Web application on a Web server,
  • FIG. 1 is a block diagram showing an example of a configuration of a Web application test system according to the present invention.
  • FIG. 2 is a flowchart showing an example of the operation of the Web server according to the present invention.
  • FIG. 3 is a table showing an example of an input area setting data table according to the present invention.
  • FIG. 4 is a source code showing an example of an input area setting script according to the present invention.
  • FIG. 5 is a flowchart showing an example of POST number processing according to the present invention.
  • FIG. 6 is a source code showing an example of a continuation script according to the present invention. BEST MODE FOR CARRYING OUT THE INVENTION
  • FIG. 1 is a block diagram showing an example of the configuration of the Web application test system according to the present invention.
  • This web application test system has a client 1 and a web server 2.
  • the client 1 includes a Web browser 11 and a display unit 12.
  • the Web server 2 includes a test processing unit 21, a Web application processing unit 22, and a test data storage unit 31.
  • An HTML document is transmitted from the Web server 2 to the client 1.
  • the HTML document is interpreted by the Web browser 11 and displayed on the display unit 12.
  • the HTML document includes at least one input area for the user to input data during operation and a Submit button for instructing transmission of POST data.
  • the client 1 user at the time of operation inputs data in the input area and then instructs transmission by pressing the Submit button.
  • POST data is sent from client 1 to Web server 2.
  • the POST data includes input area acquisition data that is data input to the input area.
  • FIG. 2 is a flowchart showing an example of the operation of the Web server according to the present invention.
  • the test processing unit 21 receives the POST data transmitted from the client 1 (S11).
  • the POST data includes the input number acquisition data and the POST number used for testing.
  • the test processing unit 21 processes the POST number (S21).
  • the Web application processing unit 22 processes the received input area acquisition data, and generates an HTML document to be transmitted to the client according to the processing result (S22).
  • the test processing unit 21 determines whether the force is satisfied or not (S30).
  • the termination condition is, for example, that the processing result of the input area acquisition data becomes abnormal.
  • test processing unit 21 embeds the data at the time of continuation in the HTML document (S31), transmits the HTML document (S40), and ends this flow. To do.
  • the test processing unit 21 includes a continuation script, which is a script for automatically continuing the test, in the HTML document generated by the Web application processing unit 22, and the client automatically sends POST data. Waiting time before sending, input area setting data that is set instead of input area acquisition data in the input area, POST number that is the number assigned to the POST data
  • the display information at the time of continuation for displaying information when continuing is embedded.
  • the test processing unit 21 embeds the data at the time of stopping in the HTML document (S32), and proceeds to processing S40.
  • generation of an HTML document at the time of stop will be described.
  • the test processing unit 21 includes, in the HTML document generated by the Web application processing unit 22, a stop script that is a script for stopping the test, display information at the time of stop for displaying information when the test is stopped, etc. Perform embedding.
  • Non-input area setting data is data that is not displayed like input area setting data but is included in POST data.
  • the number of input areas in the HTML document is N, and the POST number is 0 to M. Since the input area setting data is required for each POST number and for each input area, it is stored in advance in the test data storage unit 31 as an input area setting data table having (M + 1) XN input area setting data. Yes.
  • FIG. 3 is a table showing an example of the input area setting data table according to the present invention. A set of input area setting data for each POST number is represented as a row, and a set of input area setting data for each input area is represented as a column.
  • FIG. 4 is a source code showing an example of an input area setting script according to the present invention.
  • $ seqDat is the POST number and is included in the POST data without being displayed as non-input area setting data.
  • the above-described embedding of the input area setting data is performed by embedding the input area setting data according to the POST number.
  • the input area setting data tape is independent of the POST number.
  • the input area setting data selected by Luka may be embedded.
  • an input area setting data table having SXN input area setting data is prepared in advance, and S is the number of options of the input area setting data.
  • the test processing unit 21 selects one of the S random numbers for each input area, or selects one of the S medium power orders for each input area, and sets the input area for the corresponding input area.
  • the input area setting data is a numerical value
  • a value within a predetermined range may be embedded as the input area setting data.
  • a start value and an end value are prepared for each input area in the test data storage unit 31 in advance.
  • the test processing unit 21 determines a value within the range specified by the start value and the end value for each input area, and embeds it in the HTML document as input area setting data. There are a random value, ascending value, descending value, etc. as a method for determining a value within a predetermined range.
  • test processing unit 21 embeds the numerical range specification as non-input area setting data in the HTML document, and the test processing unit 21 that receives the POST data inputs the next input according to the range specification included in the POST data.
  • the area setting data may be determined.
  • the POST number is a count of POST data transmitted from the same Web browser 11 of the same client 1.
  • FIG. 5 is a flowchart showing an example of the processing of the POST number according to the present invention.
  • the test processing unit 21 determines whether or not the received POST data includes a POST number! /, The power (S61).
  • the process proceeds to S64.
  • the test processing unit 21 updates the POST number by adding 1 to the POST number (S62).
  • the test processing unit 21 determines whether or not the POST number is a preset final number (S63). If it is not the final number (S63, N), this flow is terminated. On the other hand, if it is the final number (S63, Y), the POST number is initialized (S64), and this flow is terminated.
  • the Web browser 11 of a certain client 1 can also perform processing according to the number of POSTs, and can confirm processing in order. .
  • the force using the POST number is used without using the POST number. You may be made to perform processing unrelated to the number of POSTs from the client.
  • the continuation script and the stop script are stored in the test data storage unit 31 in advance.
  • the continuation script is, for example, an HTML document that sets the input area setting data in the input area, and then automatically presses the Submit button after a predetermined waiting time.
  • the stop script is, for example, the automatic press of the Submit button. It is a script that does not execute.
  • FIG. 6 is a source code showing an example of a continuation script according to the present invention. This continuation script uses onload to automatically press the Submit button.
  • $ waitTime is a numerical value indicating the waiting time.
  • the waiting time is a predetermined value stored in advance in the test data storage unit 31, a value set at random within a predetermined range stored in advance in the test data storage unit 31, or stored in the test data storage unit 31 in advance. It is the value taken out from the tape in order.
  • the $ waitTime in the continuation script is included in the POST data as it is and sent to the Web server 2, and the test processing unit 21 receives the received $ waitTime. Based on the value! /, You may calculate $ waitTime for the next continuation script. For example, the next $ waitTime is calculated using a predetermined rule, such as adding 1 minute to the received $ waitTime value to obtain the next $ waitTime.
  • the end condition may be that the number of POSTs from the client reaches a predetermined number of repetitions until the processing result is determined to be abnormal.
  • the POST number is compared with a predetermined number of repetitions. If the predetermined number of repetitions has not been reached, a continuation script is embedded in the HTML document, and if the predetermined number of repetitions has been reached, a stop script is included in the HTML document.
  • a single client 1 is used. There may be a plurality of clients 1. Thus, by providing a plurality of clients 1, even a test using a plurality of clients can be easily realized at a low cost without requiring a user.
  • the power of one Web browser 11 operating on one client 1 may be one.
  • Multiple Web browsers 11 may operate on one client 1. In this way, by operating multiple Web browsers 11 on a single client 1, even a test that assumes multiple clients and multiple users can be easily performed at low cost with a small number of clients without the need for users. realizable.
  • a program for causing a computer constituting the Web server to execute the above steps can be provided as a Web server program.
  • the above-described program can be executed by a computer constituting the Web server by storing the program in a computer-readable recording medium.
  • a portable storage medium such as a CD-ROM, a flexible disk, a DVD disk, a magneto-optical disk, an IC card, a database holding a computer program, or other It includes computers and their databases, as well as transmission media on the line.
  • test program corresponds to the continuation script in the embodiment.
  • the present invention by providing a plurality of clients 1, even a test using a plurality of clients can be easily realized at a low cost without requiring a user.
  • a test that assumes multiple clients and multiple users can be implemented easily and inexpensively with a small number of clients without requiring users.
  • by embedding a continuation script or a stop script in an HTML document it is possible to control the client's POST repetition according to the test status.
  • the standby time can be set arbitrarily, it is possible to simulate variations by users.
  • processing can be performed according to the number of POSTs, and orderly processing can be confirmed.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

 Webアプリケーションのテストを行うことができるWebサーバ2であって、クライアント1から受信したPOSTデータの処理を行い、処理の結果に基づいてクライアント1へ送信する文書を生成するWebアプリケーション処理部22と、テストを行う場合に、クライアント1からWebサーバ2へのPOSTデータの送信を自動で行うテスト用プログラムを文書に埋め込むことにより、クライアント1においてテスト用プログラムを実行させるテスト処理部21とを備えた。

Description

Webサーバ、 Webアプリケーションテスト方法、 Webアプリケーションテス トプログラム
技術分野
[0001] 本発明は、 Webアプリケーションシステムにおいて、クライアント上の Webブラウザ におけるユーザの操作を自動化し、 Webアプリケーションシステムのテストを行う Web アプリケーションテストサーバに関するものである。
背景技術
[0002] クライアント上の Webブラウザの操作に応じて Webサーバが処理を行う Webアプリ ケーシヨンシステムにおいて、運用前の動作確認が必要となる。従来の Webアプリケ ーシヨンシステムにおける運用前の動作確認として、多数のテスト用クライアントとこれ らを操作する多数のテスト用ユーザを用意し、テスト用ユーザがテスト用クライアント 上の Webブラウザを運用時と同様に操作することにより、動作確認を行っていた。
[0003] また、テスト用ユーザがテスト用クライアント上の Webブラウザを運用時と同様に操 作し、クライアントと Webサーバ間の送受データをトレースすることによりトレースデー タを取得し、トレースデータと同様の動作を繰り返す、クライアント 'シミュレーションプ ログラムを用いて、動作確認を行っていた。
[0004] なお、本発明の関連ある従来技術として、例えば、下記に示す特許文献 1が知られ ている。この Webアプリケーションのセッション管理方法は、クライアントマシンにおけ る利用者の操作とは無関係に一定間隔でリクエストデータの送受信を繰り返すことに より、セッションと呼ばれる接続の存続を確認するものである。
特許文献 1 :特開 2003— 233585号公報 (第 4 5頁、第 1図)
発明の開示
発明が解決しょうとする課題
[0005] し力しながら、多数のテスト用クライアントと多数のテスト用ユーザを用意する場合、 コストが膨大となっていた。また、クライアント 'シミュレーションプログラムを用いる場合 、事前の操作の繰り返しでしかテストを行うことができず、タイミング、データ、負荷等 の異なるテストはできな力つた。また、クライアント上の Webブラウザの表示を確認す ることはできな力 た。
[0006] 本発明は上述した問題点を解決するためになされたものであり、クライアントにおけ る操作を行うことなく効率的な動作確認を行う Webサーノ 、 Webアプリケーションテス ト方法、 Webアプリケーションテストプログラムを提供することを目的とする。
課題を解決するための手段
[0007] 上述した課題を解決するため、本発明は、 Webアプリケーションのテストを行うこと ができる Webサーバであって、クライアントから受信した POSTデータの処理を行!、、 該処理の結果に基づいて前記クライアントへ送信する文書を生成する Webアプリケ ーシヨン処理部と、前記テストを行う場合に、前記クライアントから前記 Webサーバへ の POSTデータの送信を自動で行うテスト用プログラムを前記文書に埋め込むことに より、前記クライアントにおいて前記テスト用プログラムを実行させるテスト処理部とを 備えたものである。
[0008] また、本発明に係る Webサーバにおいて、前記文書は、前記クライアント上の Web ブラウザにおいて、表示され、前記テスト用プログラムが実行されることを特徴とするも のである。
[0009] また、本発明に係る Webサーバにおいて、前記テスト処理部は更に、前記 Webァ プリケーシヨン処理部による処理の結果が異常であった場合に、前記異常に関する 情報を前記文書に埋め込むことにより、前記クライアントにおいて異常に関する情報 を表示させることを特徴とするものである。
[0010] また、本発明に係る Webサーバにおいて、前記テスト処理部は更に、前記クライァ ントの待機時間の決定を行い、前記テスト用プログラムは、前記待機時間だけ待機し た後に前記 POSTデータの送信を行うことを特徴とするものである。
[0011] また、本発明に係る Webサーバにおいて、前記テスト用プログラムは更に、前記待 機時間の値を POSTデータに含めることにより、前記待機時間の値を前記クライアン トから前記 Webサーバへ送信し、前記テスト処理部は、前記クライアントから受信した POSTデータ内の待機時間に基づいて、次のテスト用プログラムにおける待機時間 の決定を行うことを特徴とするものである。 [0012] また、本発明に係る Webサーバにおいて、前記文書は、ユーザが入力するための 少なくとも 1つの入力域を含み、前記テスト処理部は更に、前記入力域に設定するデ ータである入力域設定データを決定し、前記テスト用プログラムは更に、前記入力域 設定データを前記入力域に入力することを特徴とするものである。
[0013] また、本発明に係る Webサーバにおいて、前記テスト用プログラムは更に、 POST データの番号である POST番号を含み、前記テスト処理部は更に、前記 POST番号 に基づ!/、て入力域設定データを決定すると共に、前記 POST番号を更新することを 特徴とするものである。
[0014] また、本発明に係る Webサーバにおいて、更に、予め入力域毎に入力域設定デー タの候補を記憶しているテストデータ記憶部を備え、前記テスト処理部は更に、前記 テストデータ記憶部が記憶している入力域設定データの候補力 選択して入力域設 定データを決定することを特徴とするものである。
[0015] また、本発明に係る Webサーバにおいて、更に、予め入力域毎に入力域設定デー タの範囲を記憶しているテストデータ記憶部を備え、前記テスト処理部は更に、前記 テストデータ記憶部が記憶している入力域設定データの範囲内で決定することを特 徴とするちのである。
[0016] また、本発明に係る Webサーバにおいて、前記テスト用プログラムは更に、数値の 範囲指定を POSTデータに含めることにより、前記範囲指定を前記クライアントから前 記 Webサーバへ送信し、前記テスト処理部は、前記クライアントから受信した POST データ内の前記範囲指定に基づいて、次のテスト用プログラムにおける入力域設定 データの決定を行うことを特徴とするものである。
[0017] また、本発明は、 Webサーバにおいて Webアプリケーションのテストを行う Webァプ リケーシヨンテスト方法であって、クライアントから受信した POSTデータの処理を行!ヽ 、該処理の結果に基づ 、て前記クライアントへ送信する文書を生成する Webアプリケ ーシヨン処理ステップと、前記テストを行う場合に、前記クライアントから前記 Webサー バへの POSTデータの送信を自動で行うテスト用プログラムを前記文書に埋め込む ことにより、前記クライアントにおいて前記テスト用プログラムを実行させるテスト処理 ステップとを備えたものである。 [0018] また、本発明に係る Webアプリケーションテスト方法にぉ 、て、前記文書は、前記ク ライアント上の Webブラウザにおいて、表示され、前記テスト用プログラムが実行され ることを特徴とするちのである。
[0019] また、本発明に係る Webアプリケーションテスト方法にぉ 、て、前記テスト処理部は 更に、前記 Webアプリケーション処理ステップによる処理の結果が異常であった場合 に、前記異常に関する情報を前記文書に埋め込むことにより、前記クライアントにお いて異常に関する情報を表示させることを特徴とするものである。
[0020] また、本発明に係る Webアプリケーションテスト方法にぉ 、て、前記テスト処理ステ ップは更に、前記クライアントの待機時間の決定を行い、前記テスト用プログラムは、 前記待機時間だけ待機した後に前記 POSTデータの送信を行うことを特徴とするも のである。
[0021] また、本発明に係る Webアプリケーションテスト方法において、前記テスト用プログ ラムは更に、前記待機時間の値を POSTデータに含めることにより、前記待機時間の 値を前記クライアントから前記 Webサーバへ送信し、前記テスト処理ステップは、前 記クライアントから受信した POSTデータ内の待機時間に基づいて、次のテスト用プ ログラムにおける待機時間の決定を行うことを特徴とするものである。
[0022] また、本発明に係る Webアプリケーションテスト方法にぉ 、て、前記文書は、ユーザ が入力するための少なくとも 1つの入力域を含み、前記テスト処理ステップは更に、前 記入力域に設定するデータである入力域設定データを決定し、前記テスト用プロダラ ムは更に、前記入力域設定データを前記入力域に入力することを特徴とするもので ある。
[0023] また、本発明に係る Webアプリケーションテスト方法にぉ 、て、前記テスト用プログ ラムは更に、 POSTデータの番号である POST番号を含み、前記テスト処理ステップ は更に、前記 POST番号に基づいて入力域設定データを決定すると共に、前記 PO ST番号を更新することを特徴とするものである。
[0024] また、本発明に係る Webアプリケーションテスト方法において、更に、予め入力域毎 に入力域設定データの候補を記憶して 、るテストデータ記憶ステップを備え、前記テ スト処理ステップは更に、前記テストデータ記憶ステップが記憶して ヽる入力域設定 データの候補力 選択して入力域設定データを決定することを特徴とするものである
[0025] また、本発明に係る Webアプリケーションテスト方法において、更に、予め入力域毎 に入力域設定データの範囲を記憶して 、るテストデータ記憶ステップを備え、前記テ スト処理ステップは更に、前記テストデータ記憶ステップが記憶して ヽる入力域設定 データの範囲内で決定することを特徴とするものである。
[0026] また、本発明に係る Webアプリケーションテスト方法にぉ 、て、前記テスト用プログ ラムは更に、数値の範囲指定を POSTデータに含めることにより、前記範囲指定を前 記クライアントから前記 Webサーバへ送信し、前記テスト処理ステップは、前記クライ アントから受信した POSTデータ内の前記範囲指定に基づいて、次のテスト用プログ ラムにおける入力域設定データの決定を行うことを特徴とするものである。
[0027] また、本発明は、 Webサーバにおいて Webアプリケーションのテストを行う Webァプ リケーシヨンテスト方法をコンピュータに実行させる Webアプリケーションテストプログ ラムであって、
クライアントから受信した POSTデータの処理を行 、、該処理の結果に基づ!/、て前 記クライアントへ送信する文書を生成する Webアプリケーション処理ステップと、 前記テストを行う場合に、前記クライアントから前記 Webサーバへの POSTデータ の送信を自動で行うテスト用プログラムを前記文書に埋め込むことにより、前記クライ アントにおいて前記テスト用プログラムを実行させるテスト処理ステップとをコンビユー タに実行させるものである。
図面の簡単な説明
[0028] [図 1]本発明に係る Webアプリケーションテストシステムの構成の一例を示すブロック 図である。
[図 2]本発明に係る Webサーバの動作の一例を示すフローチャートである。
[図 3]本発明に係る入力域設定データテーブルの一例を示す表である。
[図 4]本発明に係る入力域設定スクリプトの一例を示すソースコードである。
[図 5]本発明に係る POST番号の処理の一例を示すフローチャートである。
[図 6]本発明に係る継続用スクリプトの一例を示すソースコードである。 発明を実施するための最良の形態
[0029] 以下、本発明の実施の形態について図面を参照しつつ説明する。
[0030] まず、本発明に係る Webアプリケーションテストシステムの構成について説明する。
[0031] 図 1は、本発明に係る Webアプリケーションテストシステムの構成の一例を示すブロ ック図である。この Webアプリケーションテストシステムはクライアント 1と Webサーバ 2 を備える。クライアント 1は、 Webブラウザ 11、表示部 12を備える。 Webサーバ 2は、 テスト処理部 21、 Webアプリケーション処理部 22、テストデータ記憶部 31を備える。
[0032] Webサーバ 2からクライアント 1へは、 HTML文書が送信される。 HTML文書は、 Webブラウザ 11で解釈され、表示部 12で表示される。 HTML文書は、運用時にお いてユーザがデータを入力するための少なくとも 1つの入力域と、 POSTデータの送 信を指示するための Submitボタンを含む。運用時におけるクライアント 1のユーザは 、入力域にデータを入力した後、 Submitボタンの押下により送信の指示を行う。クラ イアント 1から Webサーバ 2へは、 POSTデータが送信される。 POSTデータは、入力 域に入力されたデータである入力域取得データを含む。
[0033] 次に、本発明に係る Webサーバの動作について説明する。
[0034] 図 2は、本発明に係る Webサーバの動作の一例を示すフローチャートである。まず 、テスト処理部 21は、クライアント 1から送信された POSTデータの受信を行う(S 11) 。 POSTデータは、入力域取得データの他、テストのために用いる POST番号等を 含む。次に、テスト処理部 21は、 POST番号の処理を行う(S21)。次に、 Webアプリ ケーシヨン処理部 22は、受信した入力域取得データの処理を行い、処理結果に応じ てクライアントへ送信する HTML文書の生成を行う(S22)。次に、テスト処理部 21は 終了条件を満たした力否力の判断を行う(S30)。終了条件とは例えば、入力域取得 データの処理結果が異常となることである。
[0035] 終了条件を満たさない場合 (S30, N)、テスト処理部 21は、 HTML文書に継続時 のデータの埋め込みを行い(S31)、 HTML文書の送信を行い(S40)、このフローを 終了する。ここで、継続時の HTML文書の生成について説明する。テスト処理部 21 は、 Webアプリケーション処理部 22が生成した HTML文書に、テストを自動的に継 続するためのスクリプトである継続用スクリプト、クライアントが自動的に POSTデータ を送信するまでの待機時間、入力域において入力域取得データの代わりに設定する データである入力域設定データ、 POSTデータに付けられた番号である POST番号
、継続する場合の情報の表示を行うための継続時表示情報、等の埋め込みを行う。
[0036] 一方、終了条件を満たした場合 (S30, Y)、テスト処理部 21は、 HTML文書に停 止時のデータの埋め込みを行い(S32)、処理 S40へ移行する。ここで、停止時の H TML文書の生成について説明する。テスト処理部 21は、 Webアプリケーション処理 部 22が生成した HTML文書に、テストを停止するためのスクリプトである停止用スク リブト、停止する場合の情報の表示を行うための停止時表示情報、等の埋め込みを 行う。
[0037] 更に Webサーバ 2は、このフローを終了すると、再びこのフローを開始する。
[0038] 次に、入力域設定データと POST番号の埋め込みについて説明する。
[0039] ここでは、 POST番号に対応した入力域設定データを埋め込むと共に、 POST番 号を非入力域設定データとして埋め込む場合にっ 、て説明する。非入力域設定デ ータとは、入力域設定データのように表示されないが、 POSTデータには含まれるデ ータのことである。
[0040] HTML文書における入力域の数を N、 POST番号を 0から Mまでとする。入力域設 定データは、 POST番号毎、入力域毎に必要であるため、(M+ 1) X N個の入力域 設定データを持つ入力域設定データテーブルとしてテストデータ記憶部 31に予め格 納されている。図 3は、本発明に係る入力域設定データテーブルの一例を示す表で ある。 POST番号毎の入力域設定データの組を行として、入力域毎の入力域設定デ 一タの組を列として表して 、る。
[0041] 図 4は、本発明に係る入力域設定スクリプトの一例を示すソースコードである。 $ da tOl— $ datONは POST番号 =0における入力域 1一 Nの入力域設定データであり 、 Webブラウザ 11上の入力域へ自動的に値が入力され、 POSTデータに含められる 。 $ seqDatは POST番号であり、非入力域設定データとして表示されずに POSTデ ータに含められる。
[0042] なお、上述した入力域設定データの埋め込みは、 POST番号に応じた入力域設定 データの埋め込みであった力 POST番号とは無関係に入力域設定データテープ ルカゝら選択された入力域設定データの埋め込みであっても良い。この場合、予め S X N個の入力域設定データを持つ入力域設定データテーブルを用意し、 Sは入力 域設定データの選択肢の数とする。テスト処理部 21は、入力域毎に S個の中からラン ダムに 1つを選択し、または入力域毎に S個の中力 順番に 1つを選択し、対応する 入力域の入力域設定データとして HTML文書へ埋め込む。
[0043] また、入力域設定データが数値である場合、所定の範囲内の値を入力域設定デー タとして埋め込んでも良い。この場合、テストデータ記憶部 31に予め入力域毎に開始 値と終了値を用意する。テスト処理部 21は、入力域毎に開始値と終了値で指定され た範囲内で値を決定し、入力域設定データとして HTML文書へ埋め込む。所定の 範囲内の値の決定方法としては、ランダム値、昇順値、降順値等がある。
[0044] また、テスト処理部 21が HTML文書へ数値の範囲指定を非入力域設定データとし て埋め込み、 POSTデータを受信したテスト処理部 21が POSTデータに含まれた範 囲指定に従って次の入力域設定データを決定しても良い。
[0045] 次に、 POST番号の処理について説明する。
[0046] POST番号は、同じクライアント 1の同じ Webブラウザ 11から送信された POSTデ ータをカウントするものである。図 5は、本発明に係る POST番号の処理の一例を示 すフローチャートである。まず、テスト処理部 21は、受信した POSTデータに POST 番号が含まれて!/、る力否かの判断を行う(S61)。
[0047] POST番号が含まれて!/、な!/、場合(S61 , N)、処理 S64へ移行する。一方、 POS T番号が含まれている場合(S61, Y)、テスト処理部 21は、 POST番号に 1を加算す ることにより、 POST番号の更新を行う(S62)。次に、テスト処理部 21は、 POST番号 が予め設定された最終の番号である力否かの判断を行う(S63)。最終の番号でない 場合 (S63, N)、このフローを終了する。一方、最終の番号である場合 (S63, Y)、 P OST番号の初期化を行 、 (S64)、このフローを終了する。
[0048] このように POST番号の処理を行うことにより、あるクライアント 1の Webブラウザ 11 力も POSTされた回数に応じた処理を行うことができ、順序性のある処理の確認を行 うことができる。
[0049] なお、本実施の形態においては、 POST番号を用いた力 POST番号を用いずに クライアントから POSTされた回数とは無関係の処理を行うようにしても良い。
[0050] 次に、継続用スクリプトと停止用スクリプトの埋め込みについて説明する。
[0051] 継続用スクリプトと停止用スクリプトは、予めテストデータ記憶部 31に格納されてい る。継続用スクリプトは例えば、 HTML文書において、入力域へ入力域設定データ を設定した後、所定の待機時間後に Submitボタンの自動押下を実行するスクリプト であり、停止用スクリプトは例えば、 Submitボタンの自動押下を実行しないスクリプト である。
[0052] 図 6は、本発明に係る継続用スクリプトの一例を示すソースコードである。この継続 用スクリプトは、 onloadを利用して Submitボタンの自動押下を実行するものである。 $ waitTimeは、待機時間を表す数値である。待機時間は、テストデータ記憶部 31 に予め格納された所定値、またはテストデータ記憶部 31に予め格納された所定範囲 内でランダムに設定される値、またはテストデータ記憶部 31に予め格納されたテープ ルから順番に取り出した値である。
[0053] また、クライアント 1において継続用スクリプト内の $ waitTimeをそのまま POSTデ ータに含めて Webサーバ 2へ送信するような継続用スクリプトとすると共に、テスト処 理部 21は受信した $ waitTimeの値に基づ!/、て次の継続用スクリプトに用いる $ wa itTimeを算出するようにしても良い。例えば、受信した $ waitTimeの値に 1分を加 算し、次の $ waitTimeとする等、所定の規則を用いて次の $ waitTimeの算出を行
[0054] このように、 «続用スクリプトまたは停止用スクリプトを HTML文書に埋め込むことに より、テストの状況に応じてクライアントの POSTの繰り返しを制御することができる。ま た、待機時間を任意に設定できることにより、ユーザによるばらつきを模擬することが できる。
[0055] なお、上述した例では、処理結果が異常と判断されるまで無限に繰り返されることに なる力 クライアントからの POSTの回数が所定の繰り返し回数に達することを終了条 件としても良い。この方法においては、 POST番号を所定の繰り返し回数と比較し、 所定の繰り返し回数に達していなければ HTML文書に継続用スクリプトを埋め込み 、所定の繰り返し回数に達して 、れば HTML文書に停止用スクリプトを埋め込む。 [0056] なお、本実施の形態において、クライアント 1は 1つとした力 クライアント 1が複数存 在しても良い。このように、クライアント 1を複数備えることにより、複数のクライアントを 用いるテストであってもユーザを必要とせず容易に低コストで実現できる。また、 1つ のクライアント 1において動作する Webブラウザ 11は 1つとした力 1つのクライアント 1に Webブラウザ 11が複数動作しても良い。このように、 1つのクライアント 1において Webブラウザ 11を複数動作させることにより、複数のクライアントと複数のユーザを想 定したテストであっても、ユーザを必要とせず少数のクライアントで容易に低コストで 実現できる。
[0057] 更に、 Webサーバを構成するコンピュータに上述した各ステップを実行させるプロ グラムを、 Webサーバプログラムとして提供することができる。上述したプログラムは、 コンピュータにより読取り可能な記録媒体に記憶させることによって、 Webサーバを 構成するコンピュータに実行させることが可能となる。ここで、上記コンピュータにより 読取り可能な記録媒体としては、 CD— ROMやフレキシブルディスク、 DVDディスク、 光磁気ディスク、 ICカード等の可搬型記憶媒体や、コンピュータプログラムを保持す るデータベース、或いは、他のコンピュータ並びにそのデータベースや、更に回線上 の伝送媒体をも含むものである。
[0058] なお、テスト用プログラムとは、実施の形態における継続用スクリプトに対応する。
産業上の利用可能性
[0059] 本発明によれば、クライアント 1を複数備えることにより、複数のクライアントを用いる テストであってもユーザを必要とせず容易に低コストで実現できる。また、 1つのクライ アントにおいて Webブラウザを複数動作させることにより、複数のクライアントと複数の ユーザを想定したテストであっても、ユーザを必要とせず少数のクライアントで容易に 低コストで実現できる。また、継続用スクリプトまたは停止用スクリプトを HTML文書に 埋め込むことにより、テストの状況に応じてクライアントの POSTの繰り返しを制御する ことができる。また、待機時間を任意に設定できることにより、ユーザによるばらつきを 模擬することができる。また、 POSTされた回数に応じた処理を行うことができ、順序 性のある処理の確認を行うことができる。

Claims

請求の範囲
[1] Webアプリケーションのテストを行うことができる Webサーバであって、
クライアントから受信した POSTデータの処理を行 、、該処理の結果に基づ!/、て前 記クライアントへ送信する文書を生成する Webアプリケーション処理部と、
前記テストを行う場合に、前記クライアントから前記 Webサーバへの POSTデータ の送信を自動で行うテスト用プログラムを前記文書に埋め込むことにより、前記クライ アントにおいて前記テスト用プログラムを実行させるテスト処理部と、
を備えてなる Webサーバ。
[2] 請求項 1に記載の Webサーバにおいて、
前記文書は、前記クライアント上の Webブラウザにおいて、表示され、前記テスト用 プログラムが実行されることを特徴とする Webサーバ。
[3] 請求項 1に記載の Webサーバにおいて、
前記テスト処理部は更に、前記 Webアプリケーション処理部による処理の結果が異 常であった場合に、前記異常に関する情報を前記文書に埋め込むことにより、前記ク ライアントにおいて異常に関する情報を表示させることを特徴とする Webサーバ。
[4] 請求項 1に記載の Webサーバにおいて、
前記テスト処理部は更に、前記クライアントの待機時間の決定を行 、、
前記テスト用プログラムは、前記待機時間だけ待機した後に前記 POSTデータの 送信を行うことを特徴とする Webサーバ。
[5] 請求項 4に記載の Webサーバにおいて、
前記テスト用プログラムは更に、前記待機時間の値を POSTデータに含めることに より、前記待機時間の値を前記クライアントから前記 Webサーバへ送信し、
前記テスト処理部は、前記クライアントから受信した POSTデータ内の待機時間に 基づいて、次のテスト用プログラムにおける待機時間の決定を行うことを特徴とする W ebサーバ。
[6] 請求項 1に記載の Webサーバにおいて、
前記文書は、ユーザが入力するための少なくとも 1つの入力域を含み、 前記テスト処理部は更に、前記入力域に設定するデータである入力域設定データ を決定し、
前記テスト用プログラムは更に、前記入力域設定データを前記入力域に入力するこ とを特徴とする Webサーバ。
[7] 請求項 6に記載の Webサーバにおいて、
前記テスト用プログラムは更に、 POSTデータの番号である POST番号を含み、 前記テスト処理部は更に、前記 POST番号に基づいて入力域設定データを決定す ると共に、前記 POST番号を更新することを特徴とする Webサーバ。
[8] 請求項 6に記載の Webサーバにおいて、
更に、予め入力域毎に入力域設定データの候補を記憶しているテストデータ記憶 部を備え、
前記テスト処理部は更に、前記テストデータ記憶部が記憶して!/、る入力域設定デ ータの候補から選択して入力域設定データを決定することを特徴とする Webサーバ
[9] 請求項 6に記載の Webサーバにおいて、
更に、予め入力域毎に入力域設定データの範囲を記憶しているテストデータ記憶 部を備え、
前記テスト処理部は更に、前記テストデータ記憶部が記憶して!/、る入力域設定デ ータの範囲内で決定することを特徴とする Webサーバ。
[10] 請求項 6に記載の Webサーバにおいて、
前記テスト用プログラムは更に、数値の範囲指定を POSTデータに含めることにより 、前記範囲指定を前記クライアントから前記 Webサーバへ送信し、
前記テスト処理部は、前記クライアントから受信した POSTデータ内の前記範囲指 定に基づいて、次のテスト用プログラムにおける入力域設定データの決定を行うこと を特徴とする Webサーバ。
[11] Webサーバにおいて Webアプリケーションのテストを行う Webアプリケーションテス ト方法であって、
クライアントから受信した POSTデータの処理を行 、、該処理の結果に基づ!/、て前 記クライアントへ送信する文書を生成する Webアプリケーション処理ステップと、 前記テストを行う場合に、前記クライアントから前記 Webサーバへの POSTデータ の送信を自動で行うテスト用プログラムを前記文書に埋め込むことにより、前記クライ アントにおいて前記テスト用プログラムを実行させるテスト処理ステップと、
を備えてなる Webアプリケーションテスト方法。
[12] 請求項 11に記載の Webアプリケーションテスト方法にぉ 、て、
前記文書は、前記クライアント上の Webブラウザにおいて、表示され、前記テスト用 プログラムが実行されることを特徴とする Webアプリケーションテスト方法。
[13] 請求項 11に記載の Webアプリケーションテスト方法にぉ 、て、
前記テスト処理部は更に、前記 Webアプリケーション処理ステップによる処理の結 果が異常であった場合に、前記異常に関する情報を前記文書に埋め込むことにより 、前記クライアントにおいて異常に関する情報を表示させることを特徴とする Webァ プリケーシヨンテスト方法。
[14] 請求項 11に記載の Webアプリケーションテスト方法にぉ 、て、
前記テスト処理ステップは更に、前記クライアントの待機時間の決定を行 、、 前記テスト用プログラムは、前記待機時間だけ待機した後に前記 POSTデータの 送信を行うことを特徴とする Webアプリケーションテスト方法。
[15] 請求項 14に記載の Webアプリケーションテスト方法において、
前記テスト用プログラムは更に、前記待機時間の値を POSTデータに含めることに より、前記待機時間の値を前記クライアントから前記 Webサーバへ送信し、
前記テスト処理ステップは、前記クライアントから受信した POSTデータ内の待機時 間に基づいて、次のテスト用プログラムにおける待機時間の決定を行うことを特徴と する Webアプリケーションテスト方法。
[16] 請求項 11に記載の Webアプリケーションテスト方法にぉ 、て、
前記文書は、ユーザが入力するための少なくとも 1つの入力域を含み、 前記テスト処理ステップは更に、前記入力域に設定するデータである入力域設定 データを決定し、
前記テスト用プログラムは更に、前記入力域設定データを前記入力域に入力するこ とを特徴とする Webアプリケーションテスト方法。
[17] 請求項 16に記載の Webアプリケーションテスト方法において、
前記テスト用プログラムは更に、 POSTデータの番号である POST番号を含み、 前記テスト処理ステップは更に、前記 POST番号に基づ 、て入力域設定データを 決定すると共に、前記 POST番号を更新することを特徴とする Webアプリケーション テスト方法。
[18] 請求項 16に記載の Webアプリケーションテスト方法において、
更に、予め入力域毎に入力域設定データの候補を記憶しているテストデータ記憶 ステップを備え、
前記テスト処理ステップは更に、前記テストデータ記憶ステップが記憶して 、る入力 域設定データの候補から選択して入力域設定データを決定することを特徴とする We bアプリケーションテスト方法。
[19] 請求項 16に記載の Webアプリケーションテスト方法において、
更に、予め入力域毎に入力域設定データの範囲を記憶しているテストデータ記憶 ステップを備え、
前記テスト処理ステップは更に、前記テストデータ記憶ステップが記憶して 、る入力 域設定データの範囲内で決定することを特徴とする Webアプリケーションテスト方法
[20] 請求項 16に記載の Webアプリケーションテスト方法において、
前記テスト用プログラムは更に、数値の範囲指定を POSTデータに含めることにより 、前記範囲指定を前記クライアントから前記 Webサーバへ送信し、
前記テスト処理ステップは、前記クライアントから受信した POSTデータ内の前記範 囲指定に基づいて、次のテスト用プログラムにおける入力域設定データの決定を行う ことを特徴とする Webアプリケーションテスト方法。
[21] Webサーバにおいて Webアプリケーションのテストを行う Webアプリケーションテス ト方法をコンピュータに実行させる Webアプリケーションテストプログラムであって、 クライアントから受信した POSTデータの処理を行 、、該処理の結果に基づ!/、て前 記クライアントへ送信する文書を生成する Webアプリケーション処理ステップと、 前記テストを行う場合に、前記クライアントから前記 Webサーバへの POSTデータ の送信を自動で行うテスト用プログラムを前記文書に埋め込むことにより、前記クライ アントにおいて前記テスト用プログラムを実行させるテスト処理ステップと、
をコンピュータに実行させる Webアプリケーションテストプログラム。
[22] 請求項 21に記載の Webアプリケーションテストプログラムにおいて、
前記文書は、前記クライアント上の Webブラウザにおいて、表示され、前記テスト用 プログラムが実行されることを特徴とする Webアプリケーションテストプログラム。
[23] 請求項 21に記載の Webアプリケーションテストプログラムにおいて、
前記テスト処理部は更に、前記 Webアプリケーション処理ステップによる処理の結 果が異常であった場合に、前記異常に関する情報を前記文書に埋め込むことにより 、前記クライアントにおいて異常に関する情報を表示させることを特徴とする Webァ プリケーシヨンテストプログラム。
[24] 請求項 21に記載の Webアプリケーションテストプログラムにお!/、て、
前記テスト処理ステップは更に、前記クライアントの待機時間の決定を行 、、 前記テスト用プログラムは、前記待機時間だけ待機した後に前記 POSTデータの 送信を行うことを特徴とする Webアプリケーションテストプログラム。
[25] 請求項 24に記載の Webアプリケーションテストプログラムにおいて、
前記テスト用プログラムは更に、前記待機時間の値を POSTデータに含めることに より、前記待機時間の値を前記クライアントから前記 Webサーバへ送信し、
前記テスト処理ステップは、前記クライアントから受信した POSTデータ内の待機時 間に基づいて、次のテスト用プログラムにおける待機時間の決定を行うことを特徴と する Webアプリケーションテストプログラム。
[26] 請求項 21に記載の Webアプリケーションテストプログラムにおいて、
前記文書は、ユーザが入力するための少なくとも 1つの入力域を含み、 前記テスト処理ステップは更に、前記入力域に設定するデータである入力域設定 データを決定し、
前記テスト用プログラムは更に、前記入力域設定データを前記入力域に入力するこ とを特徴とする Webアプリケーションテストプログラム。
[27] 請求項 26に記載の Webアプリケーションテストプログラムにおいて、 前記テスト用プログラムは更に、 POSTデータの番号である POST番号を含み、 前記テスト処理ステップは更に、前記 POST番号に基づ 、て入力域設定データを 決定すると共に、前記 POST番号を更新することを特徴とする Webアプリケーション テストプログラム。
[28] 請求項 26に記載の Webアプリケーションテストプログラムにおいて、
更に、予め入力域毎に入力域設定データの候補を記憶しているテストデータ記憶 ステップを備え、
前記テスト処理ステップは更に、前記テストデータ記憶ステップが記憶して 、る入力 域設定データの候補から選択して入力域設定データを決定することを特徴とする We bアプリケーションテストプログラム。
[29] 請求項 26に記載の Webアプリケーションテストプログラムにおいて、
更に、予め入力域毎に入力域設定データの範囲を記憶しているテストデータ記憶 ステップを備え、
前記テスト処理ステップは更に、前記テストデータ記憶ステップが記憶して 、る入力 域設定データの範囲内で決定することを特徴とする Webアプリケーションテストプロ グラム。
[30] 請求項 26に記載の Webアプリケーションテストプログラムにおいて、
前記テスト用プログラムは更に、数値の範囲指定を POSTデータに含めることにより
、前記範囲指定を前記クライアントから前記 Webサーバへ送信し、
前記テスト処理ステップは、前記クライアントから受信した POSTデータ内の前記範 囲指定に基づいて、次のテスト用プログラムにおける入力域設定データの決定を行う ことを特徴とする Webアプリケーションテストプログラム。
PCT/JP2005/000028 2005-01-05 2005-01-05 Webサーバ、Webアプリケーションテスト方法、Webアプリケーションテストプログラム WO2006072977A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/JP2005/000028 WO2006072977A1 (ja) 2005-01-05 2005-01-05 Webサーバ、Webアプリケーションテスト方法、Webアプリケーションテストプログラム
JP2006550554A JP4169771B2 (ja) 2005-01-05 2005-01-05 Webサーバ、Webアプリケーションテスト方法、Webアプリケーションテストプログラム
US11/808,004 US8464220B2 (en) 2005-01-05 2007-06-05 Web server, web application test method, and web application test program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2005/000028 WO2006072977A1 (ja) 2005-01-05 2005-01-05 Webサーバ、Webアプリケーションテスト方法、Webアプリケーションテストプログラム

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/808,004 Continuation US8464220B2 (en) 2005-01-05 2007-06-05 Web server, web application test method, and web application test program

Publications (1)

Publication Number Publication Date
WO2006072977A1 true WO2006072977A1 (ja) 2006-07-13

Family

ID=36647465

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2005/000028 WO2006072977A1 (ja) 2005-01-05 2005-01-05 Webサーバ、Webアプリケーションテスト方法、Webアプリケーションテストプログラム

Country Status (3)

Country Link
US (1) US8464220B2 (ja)
JP (1) JP4169771B2 (ja)
WO (1) WO2006072977A1 (ja)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008112300A (ja) * 2006-10-30 2008-05-15 Fujitsu Ltd Webアプリケーション検査プログラム、Webアプリケーション検査装置、およびWebアプリケーション検査方法
JP2020194398A (ja) * 2019-05-29 2020-12-03 株式会社オービック 動作実行装置、動作実行方法および動作実行プログラム

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8341603B2 (en) * 2008-10-03 2012-12-25 Microsoft Corporation Test case management controller web access
JP2011237881A (ja) * 2010-05-06 2011-11-24 Canon Inc 画像処理装置、Webサーバ、インストールシステム、インストール方法及びプログラム
US20140208075A1 (en) * 2011-12-20 2014-07-24 James Earl McCormick, JR. Systems and method for unblocking a pipeline with spontaneous load deferral and conversion to prefetch
CN111026645B (zh) * 2019-11-20 2023-11-28 航天信息股份有限公司 用户界面自动化测试方法、装置、存储介质及电子设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6270943A (ja) * 1985-09-24 1987-04-01 Hitachi Software Eng Co Ltd スクリ−ン対話型プログラムのテスト方式
JP2001125853A (ja) * 1999-10-29 2001-05-11 Toshiba Corp Webサーバ監視システムおよび記録媒体
JP2001356936A (ja) * 2000-04-11 2001-12-26 Fujitsu Ltd Gui系プログラムのテスト支援装置および支援方法
JP2003044318A (ja) * 2001-08-02 2003-02-14 Fujitsu Ltd テスト支援プログラムおよびテスト支援方法

Family Cites Families (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6802061B1 (en) * 1996-12-12 2004-10-05 Microsoft Corporation Automatic software downloading from a computer network
US6347398B1 (en) * 1996-12-12 2002-02-12 Microsoft Corporation Automatic software downloading from a computer network
US6085224A (en) * 1997-03-11 2000-07-04 Intracept, Inc. Method and system for responding to hidden data and programs in a datastream
US6185701B1 (en) * 1997-11-21 2001-02-06 International Business Machines Corporation Automated client-based web application URL link extraction tool for use in testing and verification of internet web servers and associated applications executing thereon
US6044398A (en) * 1997-11-21 2000-03-28 International Business Machines Corporation Virtual dynamic browsing system and method for automated web server and testing
US6157940A (en) * 1997-11-21 2000-12-05 International Business Machines Corporation Automated client-based web server stress tool simulating simultaneous multiple user server accesses
US6151599A (en) * 1998-07-17 2000-11-21 International Business Machines Corporation Web client scripting test architecture for web server-based authentication
US6374359B1 (en) * 1998-11-19 2002-04-16 International Business Machines Corporation Dynamic use and validation of HTTP cookies for authentication
US6880129B1 (en) * 1999-04-29 2005-04-12 Silverstream Software, Llc Method and apparatus for using name spaces in a graphical user interface
US6516053B1 (en) * 1999-06-21 2003-02-04 National Instruments Corporation System and method for testing telecommunication service installations
US6954220B1 (en) * 1999-08-31 2005-10-11 Accenture Llp User context component in environment services patterns
US6907546B1 (en) * 2000-03-27 2005-06-14 Accenture Llp Language-driven interface for an automated testing framework
US6701514B1 (en) * 2000-03-27 2004-03-02 Accenture Llp System, method, and article of manufacture for test maintenance in an automated scripting framework
US20010028359A1 (en) * 2000-04-11 2001-10-11 Makoto Muraishi Test support apparatus and test support method for GUI system program
JP2002082926A (ja) 2000-09-06 2002-03-22 Nippon Telegr & Teleph Corp <Ntt> 分散アプリケーション試験・運用管理システム
US7231606B2 (en) * 2000-10-31 2007-06-12 Software Research, Inc. Method and system for testing websites
US7461369B2 (en) * 2001-03-30 2008-12-02 Bmc Software, Inc. Java application response time analyzer
US7197559B2 (en) * 2001-05-09 2007-03-27 Mercury Interactive Corporation Transaction breakdown feature to facilitate analysis of end user performance of a server system
AU2002216491A1 (en) * 2001-12-12 2003-06-23 Dallaway, Simon, Owen A method of and apparatus for testing a server
US7127713B2 (en) * 2002-01-11 2006-10-24 Akamai Technologies, Inc. Java application framework for use in a content delivery network (CDN)
JP2003233585A (ja) 2002-02-07 2003-08-22 Dainippon Printing Co Ltd Webアプリケーションのセッション管理方法およびHTMLファイル
JP2004094635A (ja) 2002-08-30 2004-03-25 Dainippon Printing Co Ltd 品質管理システム
US7395526B2 (en) * 2002-12-23 2008-07-01 Sun Microsystems, Inc. Method and system for managing application server lifecycle
US7707564B2 (en) * 2003-02-26 2010-04-27 Bea Systems, Inc. Systems and methods for creating network-based software services using source code annotations
US7444548B2 (en) * 2003-10-17 2008-10-28 Oracle International Corporation Methods and systems for automatically testing websites and web applications using knowledge bases of standard inputs and standard errors
US7877736B2 (en) * 2003-10-20 2011-01-25 Oracle International Corp. Computer language interpretation and optimization for server testing
US7334220B2 (en) * 2004-03-11 2008-02-19 Microsoft Corporation Data driven test automation of web sites and web services
US20060101404A1 (en) * 2004-10-22 2006-05-11 Microsoft Corporation Automated system for tresting a web application
US7698688B2 (en) * 2008-03-28 2010-04-13 International Business Machines Corporation Method for automating an internationalization test in a multilingual web application

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6270943A (ja) * 1985-09-24 1987-04-01 Hitachi Software Eng Co Ltd スクリ−ン対話型プログラムのテスト方式
JP2001125853A (ja) * 1999-10-29 2001-05-11 Toshiba Corp Webサーバ監視システムおよび記録媒体
JP2001356936A (ja) * 2000-04-11 2001-12-26 Fujitsu Ltd Gui系プログラムのテスト支援装置および支援方法
JP2003044318A (ja) * 2001-08-02 2003-02-14 Fujitsu Ltd テスト支援プログラムおよびテスト支援方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
IMAMURA M. ET AL: "An Input Method of XML Documents by a WWW browser", INFORMATION PROCESSING SOCIETY OF JAPAN KENKYU HOKOKU, INFORMATION PROCESSING SOCIETY OF JAPAN, vol. 99, no. 25, 12 March 1999 (1999-03-12), pages 1 - 8, AND 99-DD-17-1, XP002999583 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008112300A (ja) * 2006-10-30 2008-05-15 Fujitsu Ltd Webアプリケーション検査プログラム、Webアプリケーション検査装置、およびWebアプリケーション検査方法
JP2020194398A (ja) * 2019-05-29 2020-12-03 株式会社オービック 動作実行装置、動作実行方法および動作実行プログラム

Also Published As

Publication number Publication date
US20070245315A1 (en) 2007-10-18
JPWO2006072977A1 (ja) 2008-06-12
US8464220B2 (en) 2013-06-11
JP4169771B2 (ja) 2008-10-22

Similar Documents

Publication Publication Date Title
CN101174216B (zh) 合并软件配置的计算机方法、装置和系统
CN102033803A (zh) 跨浏览器测试web应用的方法和装置
CN102880532A (zh) 以云端技术为基础的测试系统与方法
CN102270125A (zh) Web应用的开发装置及其开发方法
US7992046B2 (en) Test system with simulation control device for testing functions of electronic devices
CN109977012B (zh) 系统的联调测试方法、装置、设备及计算机可读存储介质
US8464220B2 (en) Web server, web application test method, and web application test program
CN106648769A (zh) 一种升级应用的方法、服务器和用户设备
JP5967091B2 (ja) システムパラメータ設定支援システム、システムパラメータ設定支援装置のデータ処理方法、およびプログラム
CN114357428A (zh) 一种物联网设备的解绑方法及相关装置
CN101405721A (zh) 命令行流水线化
CN110502828A (zh) 一种智能建筑巡检管理方法和系统
JP4906805B2 (ja) プログラムの遠隔テスト実行システム
CN105164594B (zh) 用于提供触觉反馈的呈现的方法,工业机器人系统和便携式操作人员控制设备
CN116911393B (zh) 一种量子芯片设计系统、方法、电子设备和存储介质
CN105683938A (zh) 记录应用测试
CN113742226B (zh) 一种软件性能测试方法、装置、介质及电子设备
Santana et al. A prospect of websites evaluation tools based on event logs
JP6215033B2 (ja) テスト制御装置、通信システム、テスト制御方法、及びテスト制御プログラム
JP6595053B2 (ja) キーボードシステム、キーボードシステムの組込コントローラ、及びスキャンコード送信方法
US20220358611A1 (en) Course Assignment By A Multi-Learning Management System
CN108063695B (zh) 通信指令组态方法、组态装置及数据采集方法、采集装置
CN115357473A (zh) 智能卡动态分布式测试方法及测试系统
CN101770457B (zh) 网络翻译测试系统及其方法
CN115934542A (zh) 一种ui界面测试、监控预警的方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2006550554

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 11808004

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

WWP Wipo information: published in national office

Ref document number: 11808004

Country of ref document: US

122 Ep: pct application non-entry in european phase

Ref document number: 05703301

Country of ref document: EP

Kind code of ref document: A1

WWW Wipo information: withdrawn in national office

Ref document number: 5703301

Country of ref document: EP