API Examples and Methods

The GenRocket runtime application interface allows programmers to access the GenRocket runtime directly create scenarios from their own programs.

API Method - clientRepoCaseLoad
Description This method loads a Test Data Case to be used. Exceptions The following GenRocket Exception may be thrown by this method: A RepoName mus...
Sat, 26 Feb, 2022 at 6:56 AM
API Method - clientRepoRuleLoad
Description This method loads a TestDataRule. Exceptions The following GenRocket Exception may be thrown by this method: A RepoName must be defined ...
Sat, 26 Feb, 2022 at 6:56 AM
API Method - clientRepoQueryLoad
Description This method loads a Test Data Query. Exceptions The following GenRocket Exception may be thrown by this method: A RepoName must be defin...
Sat, 26 Feb, 2022 at 6:55 AM
API Method - clientRepoStoryRun
Description This method loads and runs a Test Data Story. Exceptions The following GenRocket Exception may be thrown by this method: Repo name requi...
Sat, 26 Feb, 2022 at 7:13 AM
API Method - clientRepoEpicRun
Description This method loads and runs a Test Data Epic. Exceptions The following GenRocket Exception may be thrown by this method: Repo name is req...
Sat, 26 Feb, 2022 at 7:19 AM
API Method - clientRepoRun
Description This method runs a Scenario, ScenarioChain, or ScenarioChainSet after the appropriate setup of a Scenario, ScenarioChain, or ScenarioChainSet. ...
Sat, 26 Feb, 2022 at 7:37 AM
API Method - clientRepoRun(String command)
Description This method runs any G-Repository Client commands as command-line arguments. Exceptions The following GenRocket Exception may be thrown by...
Sat, 26 Feb, 2022 at 7:42 AM
API Method - ReceiverAddDynamicFileConfig
Description This method is used to control the file creation event for a Receiver. Example: A Receiver can be configured to generate a new file after ev...
Fri, 6 May, 2022 at 9:07 AM
API Method - ReceiverAddDynamicDirConfig
Description This method is used to control the directory creation event for a Receiver. Example: A Reciever can be configured to generate a new director...
Fri, 6 May, 2022 at 9:14 AM
API Method - ReceiverAddDynamicFileNameConfig
Description This method is used to control the naming convention used for the file(s) generated by a Receiver.  Note: This will only work for Receivers...
Fri, 6 May, 2022 at 9:27 AM