-
Notifications
You must be signed in to change notification settings - Fork 6
SDK Integration Tests
The Kount RIS .NET SDK comes with a suite of integration tests, covering the various request modes and service behavior. Some of the internal SDK functionality is also covered by those test cases.
Each Kount client, upon negotiating an NDA, is going to receive the following configuration data:
- RIS server URL
- Merchant ID
- API key
- Confing Key used in encrypting sensitive data.
In order to run the set of integration tests, it is required to correctly configure the Confing Key as a
key/value pair appSeting in App.Config
file(see Adding Configuration).
Within the test suite, there's a test class named KountRisTest.PredictiveResponseTest
. Inside, there are three test cases, expecting predefined results (check the Predictive Response section). You have to set with your personal merchant data in order to test correct connectivity to the RIS server (Adding Configuration).
Settings that need to be modified are:
- Ris.MerchantId
- Ris.Url
- Ris.API.Key
The Confing Key phrase for encrypting sensitive data is set as described above.
- Home
- Installation
- Adding Configuration
-
Making Your First Call
- [[
C#
Example for RIS | Making-First-Call#c-example-for-ris ]] - Explanation
- [[
- Response description
- SDK Integration Tests
- Connection Troubleshooting