📄️ assert, assertEquals, assertNotSame
See also
📄️ click, clickButton, clickRow
Also look at: Web Benchmark recordable actions
📄️ comment
See also
📄️ delay
See also
📄️ gotoDataSet
See also: Web Benchmark recordable actions
📄️ invoke
The invoke recordable action provides the usage of subtests by making it possible to call the execution of some subtest from the execution of an embedding (invoking) test. Short frequently used tests can be recorded as normal tests, and then be invoked as subtests.
📄️ message
The message recordable action in Web Benchmark is the presentation of a message. This may be a message from the server (Page Engine), or a locally displayed message. This includes developer messages.
📄️ navigateMenu
The navigateMenu recordable action in Web Benchmark is a click on an item in a MenuControl.
📄️ navigateToLookup
The navigateToLookup recordable action in Web Benchmark is a click on an InputControl’s lookup button:
📄️ nextDataSet, previousDataSet
The nextDataSet recordable action in Web Benchmark is a click on the nextDataSet icon of a DataSetNumbersControl:
📄️ script
The script recordable action in Web Benchmark is the execution of a script, and the test of its result value.
📄️ setValue
The setValue recordable action in Web Benchmark change in any InputControl. The target can be an actual InputControl, but also a field in an input dialog, or a field in dynamically generated HTML or custom controls.
📄️ test
See also