RAP is a tool that lets you analyse Ampersand models, generate functional specifications and make prototypes of information systems. It is the primary tool for students of the Open University of the Netherlands in the course Rule Based Design.
Before we can test the API calls in RAP we need to determine which ones are being used. By doing so we can make a list of taskt we still need to do and make a more concrete list of DoD's for the tests needed for the API call in question.
[x] Go through the RAP sollution and find all the API calls used by the program
Test tools such as Gatling and JMeter have a recording function that lets you record a session, so you don't have to figure out all the API calls yourself....
Before we can test the API calls in RAP we need to determine which ones are being used. By doing so we can make a list of taskt we still need to do and make a more concrete list of DoD's for the tests needed for the API call in question.