JP2017010088A - Program, device and method for automating screen transition of gui - Google Patents

Program, device and method for automating screen transition of gui Download PDF

Info

Publication number
JP2017010088A
JP2017010088A JP2015121491A JP2015121491A JP2017010088A JP 2017010088 A JP2017010088 A JP 2017010088A JP 2015121491 A JP2015121491 A JP 2015121491A JP 2015121491 A JP2015121491 A JP 2015121491A JP 2017010088 A JP2017010088 A JP 2017010088A
Authority
JP
Japan
Prior art keywords
screen
script
screens
directed
transition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2015121491A
Other languages
Japanese (ja)
Other versions
JP6440200B2 (en
Inventor
大輔 荒井
Daisuke Arai
大輔 荒井
智彦 大岸
Tomohiko Ogishi
智彦 大岸
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.)
KDDI Corp
Original Assignee
KDDI Corp
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 KDDI Corp filed Critical KDDI Corp
Priority to JP2015121491A priority Critical patent/JP6440200B2/en
Publication of JP2017010088A publication Critical patent/JP2017010088A/en
Application granted granted Critical
Publication of JP6440200B2 publication Critical patent/JP6440200B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a program, device and method for realizing the automatization of operation management by configuring with a highly reusable script for even screen transitions of a GUI.SOLUTION: The present invention makes a computer function as: path search means for searching, for each diagraph using a script that executes a transition process, a path from a current display screen to a transition destination screen on the basis of a digraph when the transition destination screen is designated by a user, the digraph consisting of screens displayable by a user operation as vertexes and a transition to other screens transitionable from each screen by one instance of operation as a directed link; script selection means for selecting a script based on one or more directed links passing through a path; and script execution means for executing selected scripts in order of path.SELECTED DRAWING: Figure 3

Description

本発明は、GUI(Graphic User Interface)の操作を自動化する技術に関する。   The present invention relates to a technique for automating GUI (Graphic User Interface) operations.

通信事業者(通信キャリア、サービスプロバイダ、クラウドサービス等の事業者)は、高速・大容量なネットワークを介して、ユーザ操作の端末に対して計算機リソースやクラウドサービスを提供する。このようなネットワークには、大量の通信事業設備(通信機器やサーバ装置)が設置されており、具体的には1つのデータセンタで10万〜20万台程度のノードが運用管理されている。通信事業者にとって、これら大規模な通信事業設備を、低コストで且つ自動的(効率的)に運用管理することが重要となる。   A communication carrier (communication carrier, service provider, cloud service, etc.) provides computer resources and cloud services to a user-operated terminal via a high-speed, large-capacity network. A large amount of communication business facilities (communication equipment and server devices) are installed in such a network, and specifically, about 100,000 to 200,000 nodes are managed and managed in one data center. It is important for telecommunications carriers to operate and manage these large-scale telecommunications business facilities automatically at low cost and automatically (efficiently).

通信事業設備の群には、標準化された自動化プロトコルに対応した機能がインストールされている。オペレータから大規模なシステム全体を統一的に運用管理するために、例えばTelnet又はSSH(Secure Shell)のようなCLI(Command Line Interface)や、SNMP(Simple Network Management Protocol)を用いる場合が多い。   A function corresponding to a standardized automation protocol is installed in a group of communication business facilities. In many cases, for example, a CLI (Command Line Interface) such as Telnet or SSH (Secure Shell) or SNMP (Simple Network Management Protocol) is used in order to uniformly operate and manage the entire large-scale system from the operator.

例えばGoogle(登録商標)やFacebook(登録商標)のデータセンタでは、大規模な通信事業設備に対して先進的な運用管理がなされている。Googleによれば、通信事業設備自体を自ら専用に開発し、画一的に運用管理できるように構成している(例えば非特許文献1参照)。
また、Facebookによれば、OCP(Open Compute Project、例えば非特許文献2参照)を提唱し、スケーラブルなコンピューティングにとって、最も効率のよいサーバ/ストレージ/データセンタなどのハードウェアを設計している。
勿論、これら取組みは、単一の通信事業者が、大量の通信事業設備を購入できるケースでは有効である。一方で、その他の一般的な通信事業者の通信事業設備は、異なる機器ベンダや通信機器が混在した、マルチベンダ・マルチデバイス環境が一般的である。これは、機器導入の安定性のリスクや、コストの低減を勘案したものであって、画一的な通信事業設備を構成することは難しい。
For example, in the data centers of Google (registered trademark) and Facebook (registered trademark), advanced operation management is performed for large-scale communication business facilities. According to Google, the communication business equipment itself is developed for its own use, and is configured so that it can be uniformly operated and managed (for example, see Non-Patent Document 1).
According to Facebook, OCP (Open Compute Project, see Non-Patent Document 2, for example) is proposed, and hardware such as a server / storage / data center that is most efficient for scalable computing is designed.
Of course, these efforts are effective in the case where a single telecommunications carrier can purchase a large amount of telecommunications business equipment. On the other hand, the communication business facilities of other general communication carriers are generally multi-vendor / multi-device environments in which different device vendors and communication devices are mixed. This is in consideration of the risk of equipment introduction stability and cost reduction, and it is difficult to construct a uniform communication business facility.

また、運用対象機器となる大量のサーバ装置に、予めクライアント機能をインストールすることによって、管理サーバから集中的に運用管理する自動化技術がある(例えば非特許文献3参照)。この技術によれば、管理サーバが、運用管理用のrubyスクリプトを登録し、その運用管理情報が、クライアント機能によって各機器に反映される。特にサービスプロバイダによって積極的に採用されている。
また、OS(Operating System)で駆動するネットワーク機器に対しても、Linux(登録商標)等の汎用OSを採用することによって、統一的な運用管理を実現しようとしている。但し、既設の(拡張性の少ない)ネットワーク機器に対してまで、運用管理用のクライアント機能の追加導入を適用することはできない。
In addition, there is an automation technique that performs centralized operation management from a management server by installing a client function in advance in a large number of server devices that are operation target devices (see, for example, Non-Patent Document 3). According to this technology, the management server registers a ruby script for operation management, and the operation management information is reflected on each device by a client function. In particular, it has been actively adopted by service providers.
Also, unified operation management is being realized for network devices driven by an OS (Operating System) by adopting a general-purpose OS such as Linux (registered trademark). However, additional installation of client functions for operation management cannot be applied to existing (less expandable) network devices.

更に、ネットワーク機器を対象とした設定管理プロトコルの標準化技術(例えば非特許文献4参照)や、それを活用したマルチベンダ・マルチデバイス環境の運用自動化技術がある(例えば非特許文献5参照)。これら技術も、NETCONFに代表される自動化プロトコルをサポートする機器や、前述したCLI又はSNMPによる運用管理を前提としている。   Furthermore, there are standardization techniques for setting management protocols for network devices (see, for example, Non-Patent Document 4) and operation automation techniques for multi-vendor / multi-device environments using the same (for example, see Non-Patent Document 5). These technologies are also premised on equipment that supports an automation protocol represented by NETCONF and operation management by the above-described CLI or SNMP.

S. Jain et al., ”B4: Experience with a Globally-Deployed Software Defined WAN, ” proc. of the ACM SIGCOMM 2013, pp. 3-14S. Jain et al., “B4: Experience with a Globally-Deployed Software Defined WAN,” proc. Of the ACM SIGCOMM 2013, pp. 3-14 Open Compute Project (OCP)、[online]、[平成27年6月3日検索]、インターネット<URL:http://opencompute.org/>Open Compute Project (OCP), [online], [Search June 3, 2015], Internet <URL: http://opencompute.org/> Chef、[online]、[平成27年6月3日検索]、インターネット<URL:https://www.chef.io/chef/>Chef, [online], [Search June 3, 2015], Internet <URL: https://www.chef.io/chef/> IETF RFC6241 NETCONF (Network Configuration Protocol)、[online]、[平成27年6月3日検索]、インターネット<URL:https://tools.ietf.org/html/rfc6241>IETF RFC6241 NETCONF (Network Configuration Protocol), [online], [Search June 3, 2015], Internet <URL: https://tools.ietf.org/html/rfc6241> Cisco、[online]、[平成27年6月3日検索]、インターネット<URL:http://www.tail-f.com/>Cisco, [online], [Search June 3, 2015], Internet <URL: http://www.tail-f.com/> Sikuli、[online]、[平成27年6月3日検索]、インターネット<URL:http://www.sikuli.org/>Sikuli, [online], [Search June 3, 2015], Internet <URL: http://www.sikuli.org/> T.H. Chang et al., ”GUI Testing Using Computer Vision,” proc. of the SIGCHI Conference on Human Factors in Computing Systems 2010 (CHI’ 10), pp. 1535-1544T.H. Chang et al., “GUI Testing Using Computer Vision,” proc. Of the SIGCHI Conference on Human Factors in Computing Systems 2010 (CHI ’10), pp. 1535-1544 Pywinauto、[online]、[平成27年6月3日検索]、インターネット<URL:https://code.google.com/p/pywinauto/>Pywinauto, [online], [Search June 3, 2015], Internet <URL: https: //code.google.com/p/pywinauto/> A. Memon et al., ”The first decade of GUI ripping: Extensions, applications, and broader impacts, ” proc. of 20th Working Conference on Reverse Engineering (WCRE), 2013 pp. 11-20A. Memon et al., “The first decade of GUI ripping: Extensions, applications, and broader impacts,” proc. Of 20th Working Conference on Reverse Engineering (WCRE), 2013 pp. 11-20

通信機器には、ユーザからの設定や状態確認を容易にするために、専用GUIによって遠隔から運用管理できるようにしたものがあるが、その機種毎に個々に、専用GUIを用いて運用管理することは難しい。しかしながら、現実的には、オペレータに対するユーザインタフェースとして、専用GUI経由でしか操作を許可しない通信機器も存在する。このような通信機器であっても、導入コストの観点から、通信事業設備として運用せざるを得ないケースも多い。ここで、このような専用GUI経由でしか操作を許可しない通信機器に対する運用管理の自動化が重要となる。   Some communication devices can be remotely operated and managed by a dedicated GUI to facilitate setting and status confirmation from the user. However, each type of communication device is individually managed and operated by using a dedicated GUI. It ’s difficult. However, in reality, there is a communication device that permits an operation only through a dedicated GUI as a user interface for an operator. Even with such communication devices, there are many cases in which they must be operated as communication business facilities from the viewpoint of introduction costs. Here, it is important to automate operation management for a communication device that permits operation only through such a dedicated GUI.

図1は、コマンドラインインタフェースとグラフィックユーザインタフェースとを比較した運用管理の遷移を表す説明図である。   FIG. 1 is an explanatory diagram showing a transition of operation management comparing a command line interface and a graphic user interface.

図1(a)によれば、オペレータの運用管理を自動化する基本的な3つの作業ステップを表す。
S1:状態確認(機器の現時点の設定状態を確認する)
S2:設定(機器の設定を変更する)
S3:状態確認(機器の現時点の設定状態を再度確認する)
FIG. 1A shows three basic work steps for automating operator management.
S1: Status check (checks the current setting status of the device)
S2: Setting (changing device settings)
S3: Status check (check the current setting status of the device again)

図1(b)によれば、図1(a)に対応して、TelnetやSSHのようなCLIに基づく操作内容を表す。CLIを用いる場合、作業ステップと対応付けてコマンドを入力することできる。ここで、設定や状態確認の作業ステップ毎に、1つ以上のコマンド列から構成したモジュール(スクリプト)を作成することによって、そのモジュールを再利用(同一処理を実行)することができる。   According to FIG.1 (b), the operation content based on CLI like Telnet and SSH is represented corresponding to Fig.1 (a). When using CLI, a command can be input in association with a work step. Here, by creating a module (script) composed of one or more command strings for each setting and status confirmation work step, the module can be reused (same processing is executed).

図1(c)によれば、図1(a)に対応したGUIの画面(ページ)を表す。ここでも同様に、作業ステップと対応付けた画面を表示させることができる。   FIG. 1C shows a GUI screen (page) corresponding to FIG. Similarly, a screen associated with the work step can be displayed.

しかしながら、GUIは、オペレータ所望の目標画面を自動的に開くためには、ページ毎に遷移可能な状態管理が必要となる(stateful)。GUIの場合、「目標画面」への遷移経路は、「現表示画面」によって異なる。そのために、「目標画面」までの遷移経路を自動化したスクリプトは、「現表示画面」毎に作成する必要があり、その再利用性は低くなる。全く同じ「現表示画面」「目標画面」の組み合わせでしか、そのスクリプトを再利用することができない。即ち、再利用可能なスクリプトを繰り返し利用することによって、自動化手順の品質が向上することを期待できない。
また、意図しない画面から目標画面へ遷移することができず、全ての画面から目標画面へ遷移するようにプログラムする必要もある。特に、機器の設定状態に応じて、例えば注意喚起やエラーを表示するためのポップアップ画面が表示された場合には、これらの画面からの遷移も考慮する必要がある。
However, in order to automatically open the target screen desired by the operator, the GUI needs state management that can be changed for each page (stateful). In the case of GUI, the transition path to the “target screen” differs depending on the “current display screen”. Therefore, a script that automates the transition path to the “target screen” needs to be created for each “current display screen”, and its reusability is low. The script can be reused only with the same combination of “current display screen” and “target screen”. That is, it cannot be expected that the quality of the automated procedure is improved by repeatedly using the reusable script.
In addition, it is necessary to program the transition from the unintended screen to the target screen and the transition from all screens to the target screen. In particular, when a pop-up screen for displaying an alert or an error is displayed according to the setting state of the device, it is necessary to consider transitions from these screens.

図2は、グラフィックユーザインタフェースにおける画面遷移の切替を表す説明図である。   FIG. 2 is an explanatory diagram showing screen transition switching in the graphic user interface.

図2によれば、図1(c)のような画面を開くために、最短で8回もの画面遷移を要する。
トップ画面A->画面1->「状態確認画面B」->画面1->画面2->画面3
->「設定画面C」->画面2->「状態確認画面B」
ここで、「状態確認画面B」を表示する場合であっても、画面1から遷移する場合もあれば、画面2から遷移する場合もある。また、「設定画面C」を表示する場合には、必ず画面3から遷移する必要がある。このようにGUIの場合、画面毎に遷移可能な状態を持つこととなる。状態管理が不要な図1(b)のCLIのように、画面遷移の処理モジュールを再利用することが難しい。
According to FIG. 2, in order to open the screen as shown in FIG.
Top screen A-> Screen 1->"Status check screen B"-> Screen 1-> Screen 2-> Screen 3
->"Setting screen C"-> Screen 2->"Status confirmation screen B"
Here, even when the “state confirmation screen B” is displayed, there may be a transition from the screen 1 or a transition from the screen 2. In addition, when displaying the “setting screen C”, it is necessary to make a transition from the screen 3 without fail. Thus, in the case of GUI, it has the state which can be changed for every screen. It is difficult to reuse the screen transition processing module like the CLI in FIG. 1B that does not require state management.

そこで、本発明は、GUIの画面遷移を再利用性の高いスクリプトで構成することによって、運用管理の自動化を実現するプログラム、装置及び方法を提供することを目的とする。   Therefore, an object of the present invention is to provide a program, an apparatus, and a method that realize automation of operation management by configuring GUI screen transitions with highly reusable scripts.

本発明によれば、複数の画面を遷移するグラフィックユーザインタフェースとしてコンピュータを機能させるユーザインタフェースプログラムにおいて、
ユーザ操作によって表示可能な全ての各画面を頂点とし、各画面から1回の操作で遷移可能な他の画面への遷移を有向辺とした有向グラフについて、有向辺毎に、遷移処理を実行するスクリプトを用いて、
ユーザによって遷移先画面が指定された際に、有向グラフに基づいて、現表示画面から遷移先画面までの経路を探索する経路探索手段と、
経路を通過する1つ以上の有向辺に基づくスクリプトを選択するスクリプト選択手段と、
選択されたスクリプトを経路順に実行するスクリプト実行手段と
してコンピュータを機能させることを特徴とする。
According to the present invention, in a user interface program that causes a computer to function as a graphic user interface that transitions between a plurality of screens,
Executes transition processing for each directed edge for a directed graph with all the screens that can be displayed by user operations as vertices and transitions from each screen to other screens that can be transitioned with a single operation. Using a script to
A route search means for searching a route from the current display screen to the transition destination screen based on the directed graph when the transition destination screen is designated by the user;
Script selection means for selecting a script based on one or more directed edges passing through the route;
The computer is caused to function as script execution means for executing the selected scripts in the order of paths.

本発明のユーザインタフェースプログラムにおける他の実施形態によれば、
ユーザ操作によって表示可能な全ての各画面を頂点とし、各画面から1回の操作で遷移可能な他の画面への遷移を有向辺として、有向グラフを生成する有向グラフ生成手段と、
有向辺毎に、遷移処理を実行するスクリプトを生成するスクリプト生成手段と
してコンピュータを更に機能させることも好ましい。
According to another embodiment of the user interface program of the present invention,
Directed graph generation means for generating a directed graph with all the screens that can be displayed by user operation as vertices and transitions from each screen to other screens that can be transitioned by one operation as directed edges;
It is also preferable to further cause the computer to function as script generation means for generating a script for executing a transition process for each directed side.

本発明のユーザインタフェースプログラムにおける他の実施形態によれば、
遷移先画面毎に、コマンドを割り当て、
経路探索手段は、ユーザによってコマンドが命令された際に、現表示画面から、当該コマンドに対応する遷移先画面までの経路を探索する
ようにコンピュータを機能させることも好ましい。
According to another embodiment of the user interface program of the present invention,
Assign a command to each transition destination screen,
The route search means preferably causes the computer to function so as to search for a route from the current display screen to the transition destination screen corresponding to the command when a command is issued by the user.

本発明のユーザインタフェースプログラムにおける他の実施形態によれば、
コマンドラインインタフェースとして、グラフィックユーザインタフェースの画面間の遷移が制御される
ようにコンピュータを機能させることも好ましい。
According to another embodiment of the user interface program of the present invention,
It is also preferred that the computer function as a command line interface so that transitions between screens of the graphic user interface are controlled.

本発明のユーザインタフェースプログラムにおける他の実施形態によれば、
経路探索手段は、幅優先探索(breadth first search)に基づいて最短経路を探索する
ようにコンピュータを機能させることも好ましい。
According to another embodiment of the user interface program of the present invention,
The route search means preferably causes the computer to search for the shortest route based on a breadth first search.

本発明のユーザインタフェースプログラムにおける他の実施形態によれば、
スクリプト生成手段は、画面内の操作及び画面遷移の操作を自動化するためにSikuli(登録商標)を用いる
ようにコンピュータを機能させることも好ましい。
According to another embodiment of the user interface program of the present invention,
The script generation means preferably causes the computer to function so as to use Sikuli (registered trademark) in order to automate the operation in the screen and the operation of the screen transition.

本発明によれば、複数の画面を遷移するグラフィックユーザインタフェースをユーザに表示する装置において、
ユーザ操作によって表示可能な全ての各画面を頂点とし、各画面から1回の操作で遷移可能な他の画面への遷移を有向辺とした有向グラフについて、有向辺毎に、遷移処理を実行するスクリプトを用いて、
ユーザによって遷移先画面が指定された際に、有向グラフに基づいて、現表示画面から遷移先画面までの経路を探索する経路探索手段と、
経路を通過する1つ以上の有向辺に基づくスクリプトを選択するスクリプト選択手段と、
選択されたスクリプトを経路順に実行するスクリプト実行手段と
を有することを特徴とする。
According to the present invention, in an apparatus for displaying a graphic user interface for transitioning a plurality of screens to a user,
Executes transition processing for each directed edge for a directed graph with all the screens that can be displayed by user operations as vertices and transitions from each screen to other screens that can be transitioned with a single operation. Using a script to
A route search means for searching a route from the current display screen to the transition destination screen based on the directed graph when the transition destination screen is designated by the user;
Script selection means for selecting a script based on one or more directed edges passing through the route;
Script execution means for executing the selected script in the path order.

本発明によれば、複数の画面を遷移するグラフィックユーザインタフェースを有する装置の画面遷移方法において、
ユーザ操作によって表示可能な全ての各画面を頂点とし、各画面から1回の操作で遷移可能な他の画面への遷移を有向辺とした有向グラフについて、有向辺毎に、遷移処理を実行するスクリプトを用いて、
ユーザによって遷移先画面が指定された際に、有向グラフに基づいて、現表示画面から遷移先画面までの経路を探索するステップと、
経路を通過する1つ以上の有向辺に基づくスクリプトを選択するステップと、
選択されたスクリプトを経路順に実行するステップと
を有することを特徴とする。
According to the present invention, in a screen transition method of a device having a graphic user interface for transitioning a plurality of screens,
Executes transition processing for each directed edge for a directed graph with all the screens that can be displayed by user operations as vertices and transitions from each screen to other screens that can be transitioned with a single operation. Using a script to
Searching for a route from the current display screen to the transition destination screen based on the directed graph when the transition destination screen is designated by the user;
Selecting a script based on one or more directed edges passing through the path;
And executing the selected script in the order of the paths.

本発明のプログラム、装置及び方法によれば、GUIの画面遷移を再利用性の高いスクリプトで構成することによって、運用管理の自動化を実現することができる。   According to the program, apparatus and method of the present invention, automation of operation management can be realized by configuring GUI screen transitions with highly reusable scripts.

コマンドラインインタフェースとグラフィックユーザインタフェースとを比較した運用管理の遷移を表す説明図である。It is explanatory drawing showing the transition of the operation management which compared the command line interface and the graphic user interface. グラフィックユーザインタフェースにおける画面遷移の切替を表す説明図である。It is explanatory drawing showing switching of the screen transition in a graphic user interface. 本発明のグラフィックユーザインタフェースプログラムにおける機能構成図である。It is a functional block diagram in the graphic user interface program of this invention. 画面遷移の有向グラフを表す説明図である。It is explanatory drawing showing the directed graph of a screen transition. 本発明における有向辺スクリプトの画面遷移を表す説明図である。It is explanatory drawing showing the screen transition of the directed side script in this invention. 本発明の画面遷移の処理を表すプログラムコードである。It is a program code showing the process of the screen transition of this invention.

以下、本発明の実施の形態について、図面を用いて詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図3は、本発明のグラフィックユーザインタフェースプログラムにおける機能構成図である。   FIG. 3 is a functional configuration diagram of the graphic user interface program of the present invention.

図3によれば、端末1は、専用GUIを持つ対象機器を運用管理するものであって、オペレータによって操作される。GUIの画面は、遠隔の対象機器を操作するためのものであって、例えばHTML(Hypertext Markup Language)のようなテキストマークアップ言語によって記述されたものであってもよい。   According to FIG. 3, the terminal 1 operates and manages a target device having a dedicated GUI, and is operated by an operator. The GUI screen is for operating a remote target device, and may be described in a text markup language such as HTML (Hypertext Markup Language).

図3によれば、端末1にインストールされたグラフィックユーザインタフェースプログラムは、有向グラフ生成部11と、有向グラフ蓄積部110と、スクリプト生成部12と、スクリプト蓄積部120と、経路探索部13と、スクリプト選択部14と、スクリプト実行部15とを有する。これら機能構成部は、端末(装置)に搭載されたコンピュータを機能させるプログラムを実行することによって実現される。尚、これら機能構成部の処理の流れは、画面遷移方法としても理解できる。   According to FIG. 3, the graphic user interface program installed in the terminal 1 includes a directed graph generation unit 11, a directed graph storage unit 110, a script generation unit 12, a script storage unit 120, a route search unit 13, and a script selection. Unit 14 and script execution unit 15. These functional components are realized by executing a program that causes a computer mounted on a terminal (device) to function. The processing flow of these functional components can be understood as a screen transition method.

[有向グラフ生成部11・有向グラフ蓄積部110]
有向グラフ生成部11は、GUIの画面間を結ぶ有向グラフを生成する。
・ユーザ操作によって表示可能な全ての各画面(ページ)を「頂点」とする。
・各画面から1回の操作で遷移可能な他の画面への遷移を「有向辺」とする。
ここでの有向グラフは、単に頂点間を結ぶ辺であって、重み無しのものであってもよい。
[Directed Graph Generation Unit 11 / Directed Graph Accumulation Unit 110]
The directed graph generation unit 11 generates a directed graph that connects GUI screens.
All the screens (pages) that can be displayed by user operation are set as “vertices”.
A transition from one screen to another screen that can be transitioned with a single operation is defined as a “directed side”.
The directed graph here is simply an edge connecting vertices and may have no weight.

有向グラフ自体は、既存のGUIリッピング技術を用いて生成することができる(例えば非特許文献9参照)。この技術によれば、画面の中でページ遷移可能な全てのボタンを順次クリックしながら、リバースエンジニアリングによって画面遷移を辿っていき、最終的に画面の有向グラフ(テストシナリオ)を生成する。この技術は、主にGUIアプリケーションを開発する開発者が、画面表示を網羅的に確認するためのテストツールである。
また、有向グラフ蓄積部110は、有向グラフ生成部11によって生成された有向グラフを蓄積する。
The directed graph itself can be generated using an existing GUI ripping technique (see, for example, Non-Patent Document 9). According to this technique, screen transition is traced by reverse engineering while sequentially clicking all the buttons that allow page transition in the screen, and finally a directed graph (test scenario) of the screen is generated. This technology is a test tool for a developer who mainly develops a GUI application to comprehensively check the screen display.
In addition, the directed graph storage unit 110 stores the directed graph generated by the directed graph generation unit 11.

図4は、画面遷移の有向グラフを表す説明図である。   FIG. 4 is an explanatory diagram showing a directed graph of screen transition.

図4によれば、7枚の画面(頂点)が、11個の有向辺によって結ばれている。これは、有向グラフ生成部11のGUIリッピングによって自動的に生成されたものである。   According to FIG. 4, seven screens (vertices) are connected by eleven directed sides. This is automatically generated by the GUI ripping of the directed graph generation unit 11.

[スクリプト生成部12・スクリプト蓄積部120]
スクリプト生成部12は、有向辺毎に、遷移処理を実行するスクリプトを生成する。「スクリプト」とは、機械語へのコンパイル(変換)を実行する必要がない簡易プログラムをいう。一般に、実行形式のプログラムは、ソースコードを機械語にコンパイルする必要があるのに対して、スクリプトはコンパイルを必要としない。
[Script generation unit 12 / script storage unit 120]
The script generation unit 12 generates a script for executing a transition process for each directed side. A “script” refers to a simple program that does not need to be compiled (converted) into machine language. In general, executable programs need to compile source code into machine language, whereas scripts do not require compilation.

ここで、スクリプト生成部12は、画面内の操作及び画面遷移の操作を自動化するために、例えばSikuli(登録商標)を用いる。この技術は、例えば「検索欄に単語を入力して検索ボタンを押下」のような操作を自動化することができる。操作対象のユーザインタフェース部品を自動的に発見するために、「画像認識」機能を搭載している。そのユーザインタフェース部品の画像(スクリーンショット)と、その部品に対する操作方法とを一緒にスクリプトとして記述することができる。スクリプト記述言語としては、例えばJythonやJRubyが用いられる。Sikuliによれば、アプリケーションに対する起動、停止、カーソル移動、マウスクリック、ドラッグ&ドロップ、キーボード入力等、様々な操作を自動化することができる。   Here, the script generation unit 12 uses, for example, Sikuli (registered trademark) in order to automate the operation in the screen and the operation of the screen transition. This technique can automate operations such as “input a word in the search field and press the search button”. In order to automatically find the user interface component to be operated, an “image recognition” function is installed. An image (screen shot) of the user interface component and an operation method for the component can be described together as a script. For example, Jython or JRuby is used as the script description language. According to Sikuli, various operations such as starting, stopping, moving the cursor, clicking the mouse, dragging and dropping, and keyboard input can be automated.

GUIによれば、例えばページ(画面)に表示されたページ遷移ボタンをクリックすることによって、次のページへ遷移することができる。ここで、スクリプト生成部12は、有向辺毎に、その画面の「ページ遷移ボタン」をクリックするように、Sikuliでプログラムする。これによって、画面遷移自体をスクリプトによって自動化することができる。   According to the GUI, for example, by clicking a page transition button displayed on a page (screen), it is possible to transition to the next page. Here, the script generation unit 12 is programmed with Sikuli to click the “page transition button” on the screen for each directed side. Thereby, the screen transition itself can be automated by the script.

尚、ページ内容を判断する他のGUI制御技術もある(例えば非特許文献7及び8参照)。これら技術は、GUIの表示内容をプログラムが解釈し、マウスクリックや文字入力をプログラムから実行可能としている。非特許文献7に記載の技術は、画像認識に基づいて画面の表示内容を判断することができる。また、非特許文献8に記載の技術は、Windows(登録商標)システムがページ毎に内部的に割り当てたウィンドウコントローラによって、表示内容を判断することができる。   There are other GUI control techniques for determining page contents (see, for example, Non-Patent Documents 7 and 8). In these techniques, a program interprets GUI display contents, and mouse clicks and character input can be executed from the program. The technique described in Non-Patent Document 7 can determine the display content of the screen based on image recognition. The technique described in Non-Patent Document 8 can determine the display contents by a window controller that is internally allocated for each page by the Windows (registered trademark) system.

[経路探索部13]
経路探索部13は、ユーザによって遷移先画面が指定された際に、有向グラフに基づいて、現表示画面から遷移先画面までの最短経路を探索する。有向グラフが、辺に対する重み無しのものである場合、最も簡易な、例えば幅優先探索(breadth first search)アルゴリズムを用いることができる。このアルゴリズムは、1つのノード(頂点・画面)から、隣接した全てのノードを、総当たり的に探索する。その隣接したノードもこれを繰り返すことによって、網羅的に展開して目標ノード(目標画面)を探索する。辺に対する重みが無いために、単に有向辺の数が最も少ない経路が選択される。
[Route search unit 13]
When the transition destination screen is designated by the user, the route search unit 13 searches for the shortest route from the current display screen to the transition destination screen based on the directed graph. If the directed graph has no weight for edges, the simplest, for example, breadth first search algorithm can be used. This algorithm searches all adjacent nodes from one node (vertex / screen) in a brute force manner. By repeating this also for the adjacent nodes, the target node (target screen) is searched exhaustively. Since there is no weight for the edge, the path with the least number of directed edges is selected.

[スクリプト選択部14]
スクリプト選択部14は、最短経路を通過する1つ以上の有向辺に基づくスクリプトを選択する。
[Script selection unit 14]
The script selection unit 14 selects a script based on one or more directed sides that pass through the shortest path.

図5は、本発明における有向辺スクリプトの画面遷移を表す説明図である。   FIG. 5 is an explanatory diagram showing screen transition of the directed side script in the present invention.

(S1)最初に、有向グラフを用いて、現表示画面A(トップ画面)から、次の遷移先画面B(状態確認画面)までの最短経路を探索する。
画面A-(有向辺1)->画面1-(有向辺2)->画面B
ここでは、有向辺1及び2のスクリプトが経路順に実行され、画面B(状態確認画面)へ遷移する。
(S2)次に、有向グラフを用いて、現表示画面B(状態確認画面)から、次の遷移先画面C(設定画面)までの最短経路を探索する。
画面B-(有向辺3)->画面1-(有向辺5)->画面2-(有向辺10)->画面3
-(有向辺11)->画面C
ここでは、有向辺3、5、10及び11のスクリプトが経路順に実行され、画面C(設定画面)へ遷移する。
(S3)次に、有向グラフを用いて、現表示画面C(設定画面)から、次の遷移先画面B(状態確認画面)までの最短経路を探索する。
画面C-(有向辺9)->画面2-(有向辺6)->画面B
ここでは、有向辺9及び6のスクリプトが経路順に実行され、画面B(状態確認画面)へ遷移する。
(S1) First, the shortest path from the current display screen A (top screen) to the next transition destination screen B (state confirmation screen) is searched using a directed graph.
Screen A- (Directed edge 1)-> Screen 1- (Directed edge 2)-> Screen B
Here, the scripts of directed sides 1 and 2 are executed in the order of the path, and the screen transits to screen B (state confirmation screen).
(S2) Next, the shortest path from the current display screen B (state confirmation screen) to the next transition destination screen C (setting screen) is searched using the directed graph.
Screen B- (Directed edge 3)-> Screen 1- (Directed edge 5)-> Screen 2- (Directed edge 10)-> Screen 3
-(Directed side 11)-> Screen C
Here, the scripts for directed sides 3, 5, 10 and 11 are executed in the order of the paths, and the screen transitions to screen C (setting screen).
(S3) Next, the shortest path from the current display screen C (setting screen) to the next transition destination screen B (state confirmation screen) is searched using the directed graph.
Screen C- (Directed side 9)-> Screen 2- (Directed side 6)-> Screen B
Here, the scripts of the directed sides 9 and 6 are executed in the order of the paths, and the screen transits to the screen B (state confirmation screen).

[スクリプト実行部15]
スクリプト実行部15は、選択されたスクリプトを経路順に実行することによって、遷移先画面をユーザに表示する。スクリプトは、大きく以下の2つの処理を実行する。
(1)有向辺に対する画面遷移処理
(2)頂点(画面自体)に対する操作処理
本発明によれば特に、有向辺に対する画面遷移処理を再利用可能なスクリプトとして構成することによって、専用GUIを持つ機器に対する操作を自動化することができる。
[Script execution unit 15]
The script execution unit 15 displays the transition destination screen to the user by executing the selected script in the order of the route. The script largely executes the following two processes.
(1) Screen transition processing for a directed edge (2) Operation processing for a vertex (screen itself) According to the present invention, in particular, by configuring the screen transition processing for a directed edge as a reusable script, It is possible to automate the operation on the devices that you have.

図6は、本発明の画面遷移の処理を表すプログラムコードである。   FIG. 6 is a program code representing the screen transition process of the present invention.

図6によれば、経路探索処理(S13)、スクリプト選択処理(S14)、スクリプト実行処理(S15)が表されている。このプログラムコードを実行することによって、画面遷移及び画面操作のスクリプトを実行し、専用GUIであっても運用管理の自動化を実現することができる。   FIG. 6 shows a route search process (S13), a script selection process (S14), and a script execution process (S15). By executing this program code, screen transition and screen operation scripts are executed, and automation of operation management can be realized even with a dedicated GUI.

他の実施形態として、本発明によれば、図1(b)のCLIのように、遷移先画面毎にコマンドを割り当てて、GUIの運用管理を自動化することができる。即ち、コマンドラインインタフェースとして、グラフィックユーザインタフェースの画面間の遷移を制御することができる。ユーザによってコマンドが命令された際に、現表示画面から、当該コマンドに対応する遷移先画面までの最短経路を探索する(経路探索部13)だけである。   As another embodiment, according to the present invention, as in the CLI in FIG. 1B, a command is assigned to each transition destination screen, and GUI operation management can be automated. That is, as a command line interface, transition between screens of the graphic user interface can be controlled. When a command is issued by the user, only the shortest route from the current display screen to the transition destination screen corresponding to the command is searched (route search unit 13).

以上、詳細に説明したように、本発明のプログラム、装置及び方法によれば、GUIの画面遷移を再利用性の高いスクリプトで構成することによって、運用管理の自動化を実現することができる。例えばSikuliを用いることによって、GUIに対する画面操作及び画面遷移をスクリプトとして生成することができる。このスクリプトは、GUIであってもCLIのように再利用可能なモジュールとして構成される。   As described above in detail, according to the program, apparatus, and method of the present invention, automation of operation management can be realized by configuring GUI screen transitions with highly reusable scripts. For example, by using Sikuli, screen operations and screen transitions for the GUI can be generated as scripts. This script is configured as a reusable module like CLI even if it is a GUI.

前述した本発明の種々の実施形態について、本発明の技術思想及び見地の範囲の種々の変更、修正及び省略は、当業者によれば容易に行うことができる。前述の説明はあくまで例であって、何ら制約しようとするものではない。本発明は、特許請求の範囲及びその均等物として限定するものにのみ制約される。   Various changes, modifications, and omissions of the above-described various embodiments of the present invention can be easily made by those skilled in the art. The above description is merely an example, and is not intended to be restrictive. The invention is limited only as defined in the following claims and the equivalents thereto.

1 グラフィックユーザインタフェースプログラム
10 リッピング検出部
11 有向グラフ生成部
110 有向グラフ蓄積部
12 スクリプト生成部
120 スクリプト蓄積部
13 経路探索部
14 スクリプト選択部
15 スクリプト実行部
DESCRIPTION OF SYMBOLS 1 Graphic user interface program 10 Ripping detection part 11 Directed graph generation part 110 Directed graph storage part 12 Script generation part 120 Script storage part 13 Path search part 14 Script selection part 15 Script execution part

Claims (8)

複数の画面を遷移するグラフィックユーザインタフェースとしてコンピュータを機能させるユーザインタフェースプログラムにおいて、
ユーザ操作によって表示可能な全ての各画面を頂点とし、各画面から1回の操作で遷移可能な他の画面への遷移を有向辺とした有向グラフについて、前記有向辺毎に、遷移処理を実行するスクリプトを用いて、
ユーザによって遷移先画面が指定された際に、前記有向グラフに基づいて、現表示画面から遷移先画面までの経路を探索する経路探索手段と、
前記経路を通過する1つ以上の有向辺に基づくスクリプトを選択するスクリプト選択手段と、
選択された前記スクリプトを経路順に実行するスクリプト実行手段と
してコンピュータを機能させることを特徴とするユーザインタフェースプログラム。
In a user interface program that causes a computer to function as a graphic user interface that transitions between multiple screens,
For each directed edge, a transition process is performed for each directed edge, with all the screens that can be displayed by user operation as vertices and transitions from each screen to other screens that can be transitioned by a single operation as directed edges. Using a script to execute
A route search means for searching for a route from the current display screen to the transition destination screen based on the directed graph when a transition destination screen is designated by the user;
Script selection means for selecting a script based on one or more directed edges passing through the path;
A user interface program that causes a computer to function as script execution means for executing the selected scripts in order of path.
ユーザ操作によって表示可能な全ての各画面を頂点とし、各画面から1回の操作で遷移可能な他の画面への遷移を有向辺として、有向グラフを生成する有向グラフ生成手段と、
有向辺毎に、遷移処理を実行するスクリプトを生成するスクリプト生成手段と
してコンピュータを更に機能させることを特徴とする請求項1に記載のユーザインタフェースプログラム。
Directed graph generation means for generating a directed graph with all the screens that can be displayed by user operation as vertices and transitions from each screen to other screens that can be transitioned by one operation as directed edges;
The user interface program according to claim 1, further causing a computer to function as script generation means for generating a script for executing a transition process for each directed side.
前記遷移先画面毎に、コマンドを割り当て、
前記経路探索手段は、ユーザによって前記コマンドが命令された際に、現表示画面から、当該コマンドに対応する前記遷移先画面までの経路を探索する
ようにコンピュータを機能させることを特徴とする請求項1又は2に記載のユーザインタフェースプログラム。
Assign a command to each transition destination screen,
The route search means causes the computer to function to search for a route from a current display screen to the transition destination screen corresponding to the command when the command is issued by a user. The user interface program according to 1 or 2.
コマンドラインインタフェースとして、前記グラフィックユーザインタフェースの画面間の遷移が制御される
ようにコンピュータを機能させることを特徴とする請求項3に記載のユーザインタフェースプログラム。
4. The user interface program according to claim 3, wherein the computer functions as a command line interface so that transition between screens of the graphic user interface is controlled.
前記経路探索手段は、幅優先探索(breadth first search)に基づいて最短経路を探索する
ようにコンピュータを機能させることを特徴とする請求項1から4のいずれか1項に記載のユーザインタフェースプログラム。
5. The user interface program according to claim 1, wherein the route search means causes the computer to search for the shortest route based on a breadth first search. 6.
前記スクリプト生成手段は、画面内の操作及び画面遷移の操作を自動化するためにSikuli(登録商標)を用いる
ようにコンピュータを機能させることを特徴とする請求項1から5のいずれか1項に記載のユーザインタフェースプログラム。
The said script production | generation means makes a computer function so that Sikuli (trademark) may be used in order to automate the operation in a screen, and the operation of a screen transition, The any one of Claim 1 to 5 characterized by the above-mentioned. User interface program.
複数の画面を遷移するグラフィックユーザインタフェースをユーザに表示する装置において、
ユーザ操作によって表示可能な全ての各画面を頂点とし、各画面から1回の操作で遷移可能な他の画面への遷移を有向辺とした有向グラフについて、前記有向辺毎に、遷移処理を実行するスクリプトを用いて、
ユーザによって遷移先画面が指定された際に、前記有向グラフに基づいて、現表示画面から遷移先画面までの経路を探索する経路探索手段と、
前記経路を通過する1つ以上の有向辺に基づくスクリプトを選択するスクリプト選択手段と、
選択された前記スクリプトを経路順に実行するスクリプト実行手段と
を有することを特徴とする装置。
In an apparatus for displaying a graphic user interface for transitioning a plurality of screens to a user,
For each directed edge, a transition process is performed for each directed edge, with all the screens that can be displayed by user operation as vertices and transitions from each screen to other screens that can be transitioned by a single operation as directed edges. Using a script to execute
A route search means for searching for a route from the current display screen to the transition destination screen based on the directed graph when a transition destination screen is designated by the user;
Script selection means for selecting a script based on one or more directed edges passing through the path;
An apparatus comprising script execution means for executing the selected scripts in order of paths.
複数の画面を遷移するグラフィックユーザインタフェースを有する装置の画面遷移方法において、
ユーザ操作によって表示可能な全ての各画面を頂点とし、各画面から1回の操作で遷移可能な他の画面への遷移を有向辺とした有向グラフについて、前記有向辺毎に、遷移処理を実行するスクリプトを用いて、
ユーザによって遷移先画面が指定された際に、前記有向グラフに基づいて、現表示画面から遷移先画面までの経路を探索するステップと、
前記経路を通過する1つ以上の有向辺に基づくスクリプトを選択するステップと、
選択された前記スクリプトを経路順に実行するステップと
を有することを特徴とする装置の画面遷移方法。
In a screen transition method of a device having a graphic user interface for transitioning a plurality of screens,
For each directed edge, a transition process is performed for each directed edge, with all the screens that can be displayed by user operation as vertices and transitions from each screen to other screens that can be transitioned by a single operation as directed edges. Using a script to execute
Searching for a route from the current display screen to the transition destination screen based on the directed graph when a transition destination screen is designated by the user;
Selecting a script based on one or more directed edges passing through the path;
And a step of executing the selected script in the order of the path.
JP2015121491A 2015-06-16 2015-06-16 Program, apparatus and method for automating GUI screen transition Active JP6440200B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015121491A JP6440200B2 (en) 2015-06-16 2015-06-16 Program, apparatus and method for automating GUI screen transition

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015121491A JP6440200B2 (en) 2015-06-16 2015-06-16 Program, apparatus and method for automating GUI screen transition

Publications (2)

Publication Number Publication Date
JP2017010088A true JP2017010088A (en) 2017-01-12
JP6440200B2 JP6440200B2 (en) 2018-12-19

Family

ID=57763537

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015121491A Active JP6440200B2 (en) 2015-06-16 2015-06-16 Program, apparatus and method for automating GUI screen transition

Country Status (1)

Country Link
JP (1) JP6440200B2 (en)

Cited By (1)

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

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06187115A (en) * 1992-12-17 1994-07-08 Mitsubishi Electric Corp User interface managing device
JP2001166981A (en) * 1999-12-06 2001-06-22 Fuji Xerox Co Ltd Device and method for analyzing hyper text
JP2003186901A (en) * 2001-12-21 2003-07-04 Nippon Telegr & Teleph Corp <Ntt> Web SITE RETRIEVAL METHOD AND SYSTEM, EXECUTION PROGRAM FOR THE METHOD, AND RECORDING MEDIUM WITH ITS PROGRAM RECORDED THEREON
JP2007079955A (en) * 2005-09-14 2007-03-29 Sony Corp Information processing method and device, recording medium and program
JP2008003833A (en) * 2006-06-22 2008-01-10 Ricoh Co Ltd Image processor, information processor, server device, display control system, and display control method
JP2008065547A (en) * 2006-09-06 2008-03-21 Nec Fielding Ltd Server application support system, server application support method and program
JP2010127781A (en) * 2008-11-27 2010-06-10 Fujitsu Ten Ltd On-vehicle device, and on-vehicle system having same
JP2014085762A (en) * 2012-10-22 2014-05-12 Nippon Telegr & Teleph Corp <Ntt> Analysis system, analysis device, analysis method and analysis program
WO2014108965A1 (en) * 2013-01-09 2014-07-17 パナソニック株式会社 Information display processing system, information display processing device, and portable terminal
US20150121336A1 (en) * 2013-10-27 2015-04-30 International Business Machines Corporation Screen-oriented computing program refactoring

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06187115A (en) * 1992-12-17 1994-07-08 Mitsubishi Electric Corp User interface managing device
JP2001166981A (en) * 1999-12-06 2001-06-22 Fuji Xerox Co Ltd Device and method for analyzing hyper text
JP2003186901A (en) * 2001-12-21 2003-07-04 Nippon Telegr & Teleph Corp <Ntt> Web SITE RETRIEVAL METHOD AND SYSTEM, EXECUTION PROGRAM FOR THE METHOD, AND RECORDING MEDIUM WITH ITS PROGRAM RECORDED THEREON
JP2007079955A (en) * 2005-09-14 2007-03-29 Sony Corp Information processing method and device, recording medium and program
JP2008003833A (en) * 2006-06-22 2008-01-10 Ricoh Co Ltd Image processor, information processor, server device, display control system, and display control method
JP2008065547A (en) * 2006-09-06 2008-03-21 Nec Fielding Ltd Server application support system, server application support method and program
JP2010127781A (en) * 2008-11-27 2010-06-10 Fujitsu Ten Ltd On-vehicle device, and on-vehicle system having same
JP2014085762A (en) * 2012-10-22 2014-05-12 Nippon Telegr & Teleph Corp <Ntt> Analysis system, analysis device, analysis method and analysis program
WO2014108965A1 (en) * 2013-01-09 2014-07-17 パナソニック株式会社 Information display processing system, information display processing device, and portable terminal
US20150121336A1 (en) * 2013-10-27 2015-04-30 International Business Machines Corporation Screen-oriented computing program refactoring

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020209227A1 (en) * 2019-04-09 2020-10-15 日本電信電話株式会社 Analysis device, analysis method, and program
JP2020173570A (en) * 2019-04-09 2020-10-22 日本電信電話株式会社 Analysis apparatus, analysis method, and program
JP7211228B2 (en) 2019-04-09 2023-01-24 日本電信電話株式会社 Analysis device, analysis method, and program

Also Published As

Publication number Publication date
JP6440200B2 (en) 2018-12-19

Similar Documents

Publication Publication Date Title
Garriga Towards a taxonomy of microservices architectures
Diaz et al. Self-service cybersecurity monitoring as enabler for DevSecOps
US11129159B2 (en) Programmatic orchestration of cloud-based services
Giorgetti et al. Control of open and disaggregated transport networks using the Open Network Operating System (ONOS)
US11818161B2 (en) Network security through linking vulnerability management and change management
US20180321796A1 (en) Software Application Portfolio Discovery and Management
US20230146421A1 (en) Low-Code and No-Code Customization User Interface Components
US10846111B2 (en) Customer service management
JP6440200B2 (en) Program, apparatus and method for automating GUI screen transition
US11360801B2 (en) Single nested multi-item workflow display
US11068140B2 (en) Intelligent overflow menu
EP3585000B1 (en) Systems and methods for interactive filtering of configuration management database (cmdb) data
Rendon et al. A mashup-based approach for virtual SDN management
Salsano et al. RDCL 3D, a model agnostic web framework for the design and composition of NFV services
US20030005171A1 (en) System for ordering software methods within an object to be used in a computer network testing scenario
Risdianto et al. Flow-centric visibility tools for OF@ TEIN OpenFlow-based SDN testbed
US20180314612A1 (en) Network control plane design tool
Ahola Cloud monitoring: cloud monitoring with dynatrace
US11868593B2 (en) Software architecture and user interface for process visualization
EP2075691A2 (en) A framework for building an executable scheme
US11115298B2 (en) Digital intellectual capital-based service assurance for intent-based networking
US11250202B2 (en) System and method for large volume data streaming as a service
Roy et al. Automation Testing for Order to Cash Process in Microsoft Dynamics 365.
JP6754338B2 (en) Fault analysis support device, fault analysis support method and fault analysis support program
Shukla et al. Cisco Cloud Infrastructure

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180212

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20181101

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181102

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20181031

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20181115

R150 Certificate of patent or registration of utility model

Ref document number: 6440200

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150