Release Notes (Test case History, HTTP Requests, More extensive table validations, Grab values from rows/columns)
Blog post from testRigor
In recent updates, enhancements were made to test case history management and table validation capabilities, alongside the introduction of new functionalities for HTTP request data collection and value grabbing in tables. Each single re-test now generates a unique execution link, preserving the history of test executions, which can be accessed via the Edit test case button. The Quick edit link allows script editing without navigating away from the current page. Users can enable the collection of browser HTTP requests through the settings menu, and detailed information can be accessed by clicking More details on the relevant step. New commands have been added to validate collective values in table rows or columns, such as checking the count, sum, average, and order of values, although these validations currently support only HTML-tagged tables. The grab command has been extended to allow users to grab multiple values from a table row or column, storing them as a JSON array string in a specified variable.