|
|
link= {{{3}}}
|
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
|
このコマンドはチェックボックスを選択するために使用します
|
このコマンドは Check と同じですが、テーブル内のコントロールに使用します
|
このコマンドはラジオボタンからオプションを選択するために使用します
|
このコマンドは固定値、変数、およびデータプールから取得した値を連結するために使用します
|
このコマンドはデータプールの次の行に移動するために使用します。データプールの使用を開始する前に、必ずデータプール名を指定して DPNext を使用する必要があります
|
このコマンドはデータプールの先頭に戻るために使用します
|
このコマンドはコントロールを別のコントロールまでドラッグするために使用します
|
このコマンドはプロセスを実行するために使用します (exe、bat など)
|
このコマンドはフィールドに値を挿入するために使用します
|
このコマンドはテーブル内のフィールドに値を挿入するために使用します
|
このコマンドはアプリケーションから返された値を取得し、別のコマンドで使用できるように変数に格納するために使用します
|
このコマンドは GetValue と同じですが、テーブル内の値に使用します
|
このコマンドは実行を一定の時間スリープさせるために使用します。スリープする時間をミリ秒単位で指定します
|
このコマンドはユーザーのキー操作のシミュレーションを行うために使用します。異なるキーの特定方法についてはこちらを参照してください
|
このコマンドは数字と文字からなる一定長のランダムシーケンスを生成するために使用します
|
このコマンドは値のリスト (コンボボックス) から値を選択するために使用します
|
このコマンドはテーブル内の値のリスト (コンボボックス) から値を選択するために使用します
|
このコマンドはテーブル内の行を選択するために使用します
|
このコマンドは任意の Selenium コマンドを実行するために使用します
|
このコマンドはチェックボックスに値を設定するために使用します
|
このコマンドはグリッド内のグリッドのコントロールに対するアクションを実行するために使用します。詳細については、「グリッド内のグリッドへの入力」を参照してください
|
このコマンドは選択したデータベースに対して任意の SQL 文を実行するために使用します
|
このコマンドは実行時に 1 つのデータプールに値または変数を保存するために使用します
|
このコマンドは複数の値の合計値を算出するために使用します
|
このコマンドは実行時にページの HTML を保存し、スクリーンショットをキャプチャするために使用します
|
このコマンドはチェックボックスを選択解除するために使用します
|
このコマンドは UnCheck と同じですが、テーブル内のコントロールに使用します
|
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.