Financial Remedy Selenium IDE project generator.
Generates a Selenium IDE project file that automates Financial Remedy case creation.
The Selenium IDE extension should be installed in your browser.
Currently, this project only supports generating files that work with the Chrome extension.
In the Chrome Extension Manage Settings the Allow access to file URLs option must be selected.
Run init.sh
to generate a Selenium IDE project file.
./init.sh
You will be prompted to enter some values that will be embedded into the generated file.
The project contains the following tests:
Test | Purpose | Log in as |
---|---|---|
Create Consented Solicitor | Case submission | Applicant solicitor |
Create Contested Solicitor | Case submission | Applicant solicitor |
- Log in to Manage Cases with the user who is going to create the case.
- Import the project file using the Selenium IDE browser extension.
- Select the appropriate Manage Cases URL from the dropdown list.
- Select the test to run.
- Click the Run current test Play button.
A new browser window will open and the Selenium IDE will input the values to create a case.
Once the case has been created the case number will be shown in a popup.
Note you can enter preview PR URLs into the dropdown list to create cases in that environment.