1
0
mirror of https://github.com/IRPTeam/IRP.git synced 2026-04-24 03:53:25 +02:00
Files
Dmitry Kinash e8db4b193a Issue #1484 - preparing to use a mock server (#1519)
Using test settings for a test base #1484
Always use test settings for test base
Added logging of service exchanges
Add http-service and dictionary for working with mock data.
Improved work with the history of service exchanges:
- added constant to enable history recording;
- added the ability to save or reload from a file for the request body.
Added form for mock data testing
Improved testing form and its call
1. Implemented search mock date on http-request
2. Implemented simple response completion (without macros)
3. Saving the request body always as binary data
4. Parallel work with the request body as binary data and as a string.
Added output of variables and macros to the answer
Parsing the request body in XML and JSON format
Added work with zip and base64 in the request body
New identifiers for localization
1. The logging setting has been moved from a constant to catalog IntegrationSettings
2. Form Refactoring - Added "ThisObject" for form attributes
3. Added editing of the request and response body in the date mock element
4. Added help for forming body variables
5. Minor improvements
Added working with SCV-format of body
Add new common function for getting multiple atrributes from any ref
Added data content analyzer
Extracting the data content analyzer into a separate tool
Loading any text or file to data content analyzer
Added a content analysis tree
Add unit test for CommonFunctionsServer.GetAttributesFromRef
Added content preview in HTML
Added URL parameter decoding for internal tests
New filter for mock data and view HTML-content
2022-10-07 11:44:09 +03:00
..