Difference between revisions of "クリックメニューコマンド"

From GXtest Wiki
Jump to: navigation, search
(Created page with "category:GXtest Commands {{Idiomas|Comando ClickMenu|ClickMenu Command}} The ClickMenu command is specifically employed in GxTest for the various and different types of ...")
 
Line 1: Line 1:
[[category:GXtest Commands]]
+
クリックメニューコマンドは、GeneXus で実装可能な異なるタイプのさまざまなメニュー向けに GXtest で使用できる機能です。いくつかのユーザーコントロールもクリックメニューコマンドの対象です。
{{Idiomas|Comando ClickMenu|ClickMenu Command}}
+
  
 +
たとえば、次の外部メニューがサポートされています:
 +
JSCookMenu
 +
SmoothNavMenu
 +
PXToolsMenu
  
The ClickMenu command is specifically employed in GxTest for the various and different types of menus which can be implemented with GeneXus, including some UserControls.
+
これらのコマンドすべてにクリックメニューを使用できます。このとき、メニューとサブメニューをスラッシュで区切って選択する必要があります (メニュー/サブメニュー)。例を示します:
  
Some of the supported external menus are:
+
* ClickMenu(Menu1, 'File/Save As/File PDF')
* JSCookMenu
+
* SmoothNavMenu
+
* PXToolsMenu
+
  
  
 
+
次に、メニューが正しく機能するために必要な追加情報を指定します。
For all of the previously mentioned commands the ClickMenu may be employed, it will require the selection of the menu/sub-menu separated with a slash. For instance:
+
* ClickMenu(Menu1, 'File/Save As/File PDF')
+
 
+
Next, further information is provided about the menus which require additional information to work properly.
+
  
  
== Additional Configuration ==
+
追加構成
 
* PXToolsMenu
 
* PXToolsMenu
  
That menu is not natively supported throughout the recording of a test whilst using GXTest Recorder, nonetheless, it is possible both using it, as well as adding it, to GXTest Designer. Taking that into consideration, the selected path required for testing our application in the form of Menus/Sub-menus/Options can be ran.
+
このメニューは、GXtest Recorder を使用したテストの記録では、ネイティブにサポートされていません。ただし、GXtest Designer に追加して使用できます。これを踏まえ、アプリケーションのテストに必要なパスを「メニュー/サブメニュー/オプション」の形式で展開することで実行できます。
  
The only one requirement, is unzipping and then importing [http://gxtest.abstracta.com.uy/wiki/images/6/6a/PXMenu.zip this file] into the KB of our applicaiton into GXtest, which contains the definition of the control for the menu, and a generic object. Once the import process is completed, the ClickMenu command may be employed against the object.control which was imported as follows:
+
実行するためには、このファイルを解凍し、GXtest でテストするアプリケーションの KB にインポートすることが必要です。このファイルには、メニューの制御の定義とサンプルオブジェクトが含まれます。インポート処理が完了したら、インポートされた object.control に対して、次のようにクリックメニューコマンドを使用できます:
  
 
[[Image:MenuPXToolsExample.PNG]]
 
[[Image:MenuPXToolsExample.PNG]]
  
In that example the option "Objects" is selected from within the menu "Tables"
 
  
 +
この例では、メニュー「Tables」からオプション「Objects」が選択されます。
  
In order to import the file with the definition of the menu, you should go to the menu of Knowledge Base in GXTest Designer, and then pick the option "Update partial KB information"
+
メニューの定義が含まれるファイルをインポートするには、GXtest Designer で [ナレッジベース] メニューから [一部の KB 情報を更新] を選択します。
  
  
 
[[Image:UpdatePartialKB.png]]
 
[[Image:UpdatePartialKB.png]]

Revision as of 17:22, 5 February 2014

クリックメニューコマンドは、GeneXus で実装可能な異なるタイプのさまざまなメニュー向けに GXtest で使用できる機能です。いくつかのユーザーコントロールもクリックメニューコマンドの対象です。

たとえば、次の外部メニューがサポートされています: JSCookMenu SmoothNavMenu PXToolsMenu

これらのコマンドすべてにクリックメニューを使用できます。このとき、メニューとサブメニューをスラッシュで区切って選択する必要があります (メニュー/サブメニュー)。例を示します:

  • ClickMenu(Menu1, 'File/Save As/File PDF')


次に、メニューが正しく機能するために必要な追加情報を指定します。


追加構成

  • PXToolsMenu

このメニューは、GXtest Recorder を使用したテストの記録では、ネイティブにサポートされていません。ただし、GXtest Designer に追加して使用できます。これを踏まえ、アプリケーションのテストに必要なパスを「メニュー/サブメニュー/オプション」の形式で展開することで実行できます。

実行するためには、このファイルを解凍し、GXtest でテストするアプリケーションの KB にインポートすることが必要です。このファイルには、メニューの制御の定義とサンプルオブジェクトが含まれます。インポート処理が完了したら、インポートされた object.control に対して、次のようにクリックメニューコマンドを使用できます:

MenuPXToolsExample.PNG


この例では、メニュー「Tables」からオプション「Objects」が選択されます。

メニューの定義が含まれるファイルをインポートするには、GXtest Designer で [ナレッジベース] メニューから [一部の KB 情報を更新] を選択します。


UpdatePartialKB.png