The thesis defines a testing solution for the CIM software developed by GDB d.o.o., which enhances electric energy distribution efficiency, communication and control. The company already had a test program, but it was unsuitable and it could not be automated.
Thus, the main goal is to fully automate the entire testing process. Initially, the tests are added to a new project with a simple user interface. We added comparison of objects that is performed in a recursive function by means of reflection. The product requires a properly configured configuration file, database and network ports to function. Consequently, we have automated all these processes. The product also requires message queues (MSMQ), which must be generated when the test program is installed. Finally, we added the ability to rollback all the changes made by the tests, so that it does not leave any traces.
The test program is developed using the C\# programming language, the automation of the tests was configured with Jenkins and PsExec remote control tool. This has relieved the developers of the company and saved them time they can now devote to development.
|