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 - RecordingStart
Description This method is used to start Recording. Exceptions The following GenRocket exceptions may be thrown by this method: No recording has not...
Wed, 31 Oct, 2018 at 2:25 AM
API Method - RecordingPause
Description This method is used to pause a Recording. Exceptions The following GenRocket exceptions may be thrown by this method: No recording has n...
Wed, 31 Oct, 2018 at 2:29 AM
API Method - RecordingStop
Description This method is used to stop Recording. Exceptions The following GenRocket exceptions may be thrown by this method: No recording has not ...
Wed, 31 Oct, 2018 at 2:32 AM
API Method - RecordingPlay
Description This method is used to play a Recording. Exceptions The following GenRocket exceptions may be thrown by this method: No recording has no...
Wed, 31 Oct, 2018 at 9:08 AM
API Method - RecordingLoad
Description This method is used to create loads a Recording. Recording Naming Convention A recording name should have the format of organizationName.r...
Wed, 31 Oct, 2018 at 2:55 AM
API Method - RecordingDelete
Description This method is used to delete a Recording. Recording Naming Convention A recording name should have the format of organizationName.recordi...
Wed, 31 Oct, 2018 at 9:08 AM
API Method - Recordings
Description This method returns a list of all recordings by their recordName. Recording Naming Convention A recording name should have the format of o...
Wed, 31 Oct, 2018 at 9:15 AM
API Method - RecordingShow
Description This method is used to retrieve and show the methods and parameters of given Recording. Recording Naming Convention A recording name shoul...
Wed, 31 Oct, 2018 at 3:44 AM
API Method - ReceiverEnable
Description The ReceiverEnable method is used to enable or disable a Receiver. Exceptions The following GenRocket exceptions may be thrown by this met...
Mon, 30 Dec, 2019 at 1:09 PM
API Method TestDataCaseAdd
Description The TestDataCaseAdd method, adds a TestDataCase to a given Scenario.  The Scenario is then modified by the contents defined within the given Te...
Tue, 24 Dec, 2019 at 12:54 AM