Automated systems testing

Posted by AffectionateData1252@reddit | ExperiencedDevs | View on Reddit | 4 comments

An IoT device, a mobile application, and cloud services are part of a product ecosystem. Each user has an IoT device and mobile phone. Users are clustered together and produce a ton of data that is synchronized chronologically.

Unit testing is not an issue; the teams have covered that.

I'm looking at building an automated systems test framework that integrates these components to test scalability, load, regression, etc. I don't have a lot of experience in this other than having built testing tools in the past. I'm aware of the pitfalls of automated integration testing.

Googling doesn't produce much guidance on the topic other than "you should buy our amazing test tools".

Does anyone have experience with this kind of endeavor and could point me to some resources? Anecdotal stories are also welcome.