コマンドリスト

From GXtest Wiki
Revision as of 20:44, 6 February 2014 by Ferperez (Talk | contribs)

Jump to: navigation, search
Spanish.gif
English.gif
link= {{{3}}}

Contents

Command List

GXtest Commands are grouped in three categories: accions, events or validations.


イベント

Actions
このコマンドはブラウザーの [戻る] ボタンをクリックするために使用します
このコマンドは GeneXus のコントロールをクリックするために使用します
このコマンドはリンクをクリックするために使用します。アプリケーションの構築方法によっては、同じコントロールに複数の名前がある場合があります。このような場合、Click イベントではなく ClickLinkByCaption を使用して、コントロールするリンクの名前を指定します
このコマンドはメニュー項目をクリックするために使用します
このコマンドは GXPortal で開発したアプリケーションの特定のメニューを開くために使用します
このコマンドはプロンプトを開いてリストから値を選択するために使用します
このコマンドは ClickPrompt コマンドと同じですが、テーブル内のフィールドが対象です
このコマンドはテーブル内のコントロールをクリックするために使用します
このコマンドはグリッドの列のヘッダーをクリックするために使用します
このコマンドはリンクのキャプションを指定してテーブル内のリンクをクリックするために使用します
このコマンドは、GeneXus X で ExtJS のユーザーコントロールを使用して作成したアプリケーションにおいて、ツールバーボタンをクリックするために使用します
このコマンドは、GeneXus X で ExtJS のユーザーコントロールを使用して作成したアプリケーションにおいて、ExtJS TreeMenu を使用して開発されたメニューを開くために使用します
このコマンドはウィンドウを閉じるために使用します
このコマンドは何もしません。イベントを実行せずにページを切り替えます

Events

Events
Back The same as clicking the Back button in a browser
Go The same as typing a web address (URL) into a browser
GoAndLogin The same as the Go command except that it allows you to enter a username and password for applications that require it
Click Clicks on a GeneXus control
ClickLinkByCaption Clicks on a link. The difference between this event and the previous is that sometimes because of how an application is constructed the same control has more than one name. In these cases ClickLinkByCaption is used to specify the name of the link to be controlled
ClickMenu Allows you to click in a menu item
ClickTable Allows you to click on a control that is located in a table
ClickPrompt Allows you to open a prompt to select values from a list
ClickPromptInTable The same as the above except for fields that are located in a table
ClickPortalMenu Allows you to open a specific menu of an application developed with GXPortal
ClickToolbarButton Allows you to click on a toolbar button in an application made with GeneXus X and that uses a User Control with ExtJS
ClickTree Allows you to open a menu developed with ExtJS TreeMenu (in an application made with GeneXus X and that uses a User Control with ExtJS)
Close Closes a window
DummyEvent Does nothing. Used to go form one page to another without performing an event
LoginPortal Allows you to login to an application that uses GXPortal for security
PressKey Idem to the action, but for those keys that produces a transition to other page (like an enter)
SeleniumCommand Allows to define Selenium commands for execute in GXtest.

Validations

Validations
AppearBalloon* Checks if a balloon appears on a control
AppearBalloonTable* Similar to AppearBalloon but used for controls within grids
AppearText Checks if a specific text is or is not on the screen. It can also be used for validations performed by Ajax. If it indicates a GeneXus object associated with the node where the command is being run, it will search the text in the frame that contains this object. If it is not indicated then it will look in the main frame
Equals Compares each other two Data Pool, Variables or values
IsItemInList Verifies if an especific item exists in a list of items
TableOrderedBy Checks to see if a table is sorted by a given column
TableRowsNumber Checks the number of rows of a given table
VerifyColumnVisible Verifies if a column is visble in a grid
VerifyControlEnable Verifies that a control is enabled
VerifyControlEnableTable Same as VerifyControlEnable but used for controls that are found in a table
VerifyControlVisible Verifies that a control is visible
VerifyControlVisibleTable Same as VerifyControlVisible but used for controls that are found in a table
VerifyControlFocus Verifies if the current application focus is in the right control
VerifyControlFocusTable Same as VerifyControlFocus but used for controls that are found in a table
VerifyControlText Compares a value displayed by a control with another value
VerifyControlTextTable Same as VerifyControlText but used for controls that are found in a table
VerifyControlValidation* Compares a value displayed in a balloon in a control
VerifyControlValidationTable* Similar to VerifyControlValidation but used for controls within grids
VerifyItemsInList Checks the list of elements in a list
VerifyItemsInListTable Same as VerifyItemsInList but used for controls within grids
VerifyItemsInSuggestion Checks the list of elements in a input suggestion list.
VerifyItemsInSuggestionTable Same as VerifyItemsInSuggestion but used for controls within grids
* When execute a command above a balloon, GXtest waits to disappear the balloon to continue with the next command to execute.