Runtime Application Interface (API) Overview
The GenRocket Runtime Application Interface (API) allows programmers to access th...
Send us your queries using the form below and we will get back to you with a solution.
The GenRocket runtime application interface allows programmers to access the GenRocket runtime directly create scenarios from their own programs.
The GenRocket Runtime Application Interface (API) allows programmers to access th...
CURL Commands can be used to do the following in the REST API: Login API CURL COM...
Attribute API Methods public List<String> attributes(String domainName) pub...
The following code defines the Groovy Interface for the GenRocket API. The Groovy...
This section describes the three API JSON payload request and response formats fo...
This a Groovy example that shows how to use the GenRocket API to build an absolut...
This is an example of how the conditions of a Scenario can be modified, using the...
This a Groovy code example that shows how to use the GenRocket API to build a sce...
This example shows a complete end to end test of an ATM Banking Application. By W...
Prerequisites: Java (See GenRocket Runtime Overview for Supported Versions) GenRo...
There are 2 ways you can add Business Rules to existing Scenarios: Using G-Rules ...
The GenRocket API helps to update the Scenario at runtime just before execution f...
This method is used to initialize a Scenario prior to calling the method scenario...
This method is used to load a GenRocket Scenario, Scenario Chain & Scenario C...
This method returns the list of Scenario names. This method is useful for retriev...
This method is used to remove all Domains and Receivers from a Scenario; this wil...
This method is used to run a Scenario. Exceptions The following GenRocket excepti...
This method is used to run Scenario and returns the results in memory only. In th...
This method renames the current name of a Scenario. Requirements The GenRocket AP...
This method is used to execute a single loop of the GenRocket engine. Use this me...
The executeShutdown method must be used in conjunction with the API Method Scenar...
This method returns the list of Domain names. Exceptions This method does not thr...
This method is used to add a Domain to a Scenario. The following actions will als...
This method is used to set a Domain's loopCount. Exceptions The following GenRock...
This method is used to remove a Domain from a Scenario. Exceptions The following ...
This method is used to remove all Domains from a Scenario. Exceptions The followi...
This method returns the value of a given domain parameter. Exceptions The followi...
This method sets the value of a given Domain parameter. Exceptions The following ...
This method adds a Domain as a parent to a given Domain. Exceptions The following...
This method removes a Domain as a parent from a given Domain. Exceptions The foll...
This method returns the name of the parent Domain for the given Domain or null if...
This method renames the current name of a Domain. Exceptions The following GenRoc...
This method adds a Domain as a Sibling to a given Domain. Exceptions The followin...
This method removes a Domain as a Sibling from a given Domain. Exceptions The fol...
This method returns the name of the all Sibling Domains for the given Domain or n...
This method is used to list the Attribute names of a given Domain. Attribute Nami...
This method adds an Attribute to a given Domain. Original Name vs GenRocket Name ...
This method adds one or more attributes to a Domain. This method does not add Gen...
This method converts the name of the attributeName to its GenRocket equivalent na...
This method returns the name of the primary Attribute for the given domainName. E...
This method removes an Attribute from a given Domain. Attribute Naming Convention...
This method removes all sibling Domains from a given Domain. Exceptions The follo...
This method renames the current name of an Attribute. Exceptions The following Ge...
This method is used to list the Generator names of a given Attribute. Exceptions ...
This method adds a Generator to a given Attribute. Generator Naming Convention A ...
This method returns the name of a Generator for a given Attribute for a given pos...
This method removes a Generator from a given Attribute. Exceptions The following ...
This method removes all Generators from a given Attribute. Exceptions The followi...
This method returns the value of a given Generator parameter. Exceptions The foll...
This method returns the map of generatorParameterName/Value pairs for a given Gen...
This method sets the value of a given Generator parameter. Exceptions The followi...
This method sets one or more Generator parameter values by passing a map of param...
This method replaces a Generator within a given Attribute. The generatorPosition ...
This method is used to list the generatorType for a given Generator within a give...
This method is used to list the Receiver names of a given Domain. Exceptions The ...
This method adds a Receiver to a given Domain. Exceptions The following GenRocket...
This method sets the value of a given Receiver parameter. Exceptions The followin...
This method sets the values of one or more Receiver parameters by passing a map o...
This method renames the current name of a Receiver. Exceptions The following GenR...
This method removes a Receiver from a given Domain. Exceptions The following GenR...
This method removes all Receivers from a given Domain. Exceptions The following G...
This method returns the value of a given receiver parameter. Exceptions The follo...
This method returns the map of receiverParameterName/Value pairs for a given Rece...
This method returns the value of a given ReceiverPropertyKey. Exceptions The foll...
This method sets the value of a given ReceiverPropertyKey. Exceptions The followi...
This method sets the values of one or more Receiver parameters by passing a map o...
This method lists the Organization Variables that are being used in the Scenario....
This method lists the Domain Variables that are being used in the Scenario. Runti...
This method sets/updates the value of a given Organization Variable; any Attribut...
This method sets/updates the value of a given Domain Variable; any Attribute who'...
The API Recording feature works just like a digital record to allow API method ca...
This method is used to create a new Scenario Recording. Recording Naming Conventi...
This method is used to start Recording. Exceptions The following GenRocket except...
This method is used to pause a Recording. Exceptions The following GenRocket exce...
This method is used to stop Recording. Exceptions The following GenRocket excepti...
This method is used to play a Recording. Exceptions The following GenRocket excep...
This method is used to create loads a Recording. Recording Naming Convention A re...
This method is used to delete a Recording. Recording Naming Convention A recordin...
This method returns a list of all recordings by their recordName. Recording Namin...
This method is used to retrieve and show the methods and parameters of a given Re...
The ReceiverEnable method is used to enable or disable a Receiver. Exceptions The...
The TestDataCaseAdd method, adds a TestDataCase to a given Scenario. The Scenario...
This method is used to list all the Test Data Case Names for a Test Data Category...
The TestDataRulesAdd method, adds a TestDataRules to the current TestDataCase loa...
The TestDataQueriesAdd method, adds a TestDataQuery to the current TestDataCase l...
The DomainToggle method is used to enable or disable a Domain row to be generated...
This method allows you to change the visibility status of an Attribute. Runtime M...
This method sets the local repository the client will use. Exceptions The followi...
This method loads the Scenario. Exceptions The following GenRocket Exception may ...
This method loads the ScenarioChain. Exceptions The following GenRocket Exception...
This method loads a ScenarioChainSet. Exceptions The following GenRocket Exceptio...
This method loads a Test Data Case to be used. Exceptions The following GenRocket...
This method loads a TestDataRule. Exceptions The following GenRocket Exception ma...
This method loads a Test Data Query. Exceptions The following GenRocket Exception...
This method loads and runs a Test Data Story. Exceptions The following GenRocket ...
This method loads and runs a Test Data Epic. Exceptions The following GenRocket E...
This method runs a Scenario, ScenarioChain, or ScenarioChainSet after the appropr...
This method runs any G-Repository Client commands as command-line arguments. Exce...
This method is used to control the file creation event for a Receiver. Example: ...
This method is used to control the directory creation event for a Receiver. Examp...
This method is used to control the naming convention used for the file(s) generat...
This method is used to control the naming convention used for the directory(s) ge...
This method is used to control the file/directory creation event and the naming c...
Error: java.lang.NoClassDefFoundError: Could not initialize class com.genRocket.e...