📄️ assert, assertEquals, assertNotSame
Assert
📄️ click, clickButton, clickRow
Click
📄️ comment
The comment recordable action in Web Benchmark can be used to add comments to tests. This has no effect on test execution.
📄️ delay
The delay recordable action in Web Benchmark is a manually inserted, explicit delay. It is used for tests that require explicit delays, e.g. to wait for the ‘Lifetime’ property of a data source to expire.can be used to add comments to tests. This has no effect on test execution.
📄️ gotoDataSet
The gotoDataSet recordable action in Web Benchmark is a click on a number item in a DataSetNumbersControl.a manually inserted, explicit delay. It is used for tests that require explicit delays, e.g. to wait for the ‘Lifetime’ property of a data source to expire.can be used to add comments to tests. This has no effect on test execution.
📄️ 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
The test recordable action in Web Benchmark is a test of the value of a static control (ie., a control that you cannot change by a setValue action). Static controls includes title labels (both of pages and dialog controls), record ranges (TotalNumberOfRecordsControl and RecordRangeControl most specifically), but also the element counts of any select dropdowns. This action can be triggered (ie., added to the teest currently being recorded) by clicking such static controls.