Client’s system
The platform is an original, custom client’s solution. It has a web and a mobile versions allowing you to buy, sell contracts, place stop-loss final orders, use leverage, etc.
Challenges
- Extensive Technology Stack – the platform uses a variety of technologies and tools that are connected via dozens of small APIs.
- Conducting tests at unit level is not possible.
Software development
Web and mobile platforms use a common API and integrate with different services via dozens of smaller APIs. In August 2021, our first .NET developer joined the project to rewrite outdated API connections into newer microservice technologies. The Inetum specialist also carried out tasks that require programming in pairs, which fosters development of a high-quality code.
Automated testing
After a successful start of the collaboration, automating testers from Inetum joined the project.
Because of the number of technologies used
(so-called polyglot services), developers cannot perform unit testing (tests at the unit level would require engaging an additional, highly expertized developer). The versatile
gRPC platform is to link all these modules, for which the customer did not have any test tools chosen.
The client also needed support in creating test concepts and test cases based on user stories. Our testers outlined a test concept and suggested using Python and Robot Framework for automated testing, which would then be integrated into cloud-based tools for Continuous Integration and Continuous Development (CI / CD).
Benefits for the client
- Modification of C# code in the old technology
- Modification of stored procedures based on the new table structure in SQL Server,
- API review and deletion of unused connections in consultation with other specialists engaged in the project,
- Creating test concept and running automated tests