I am trying to digest how robot framework would help me to automate system test. I have following requirement I have multiple agents that pushing data to central server and UI connects to server to show that data.I have multiple paths to test agent to server and server to UI. Along with this I need to validate end to end test from agent to UI (validate Data sent by the agent in the UI). I am trying to understand how robot framework can help me.
I have the following requirement:-
- I need to run test cases for testing multiple paths on different systems
- Tests could be in java(Junit) python or Jasmine tests
- I should be able to collect all logs or reports to central system
It just talks about writing the keyword driven test cases but how do I write the actual test cases? Is this just a driver for all test cases? How does it help for remote execution?