From the course: Robot Framework Test Automation: Level 2

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Multi-app end-to-end overview

Multi-app end-to-end overview

- If you work as a test engineer for any length of time there's a good chance you might come across a situation where you have to create a test automation script that covers a multi-app scenario, which means kind of an end to end work flow. And what I'm talking about is if you have one or more applications that have interactions with one another that one, for instance, is a contact form, and you can see that I'm inputting something that I'm calling A and when I submit you can see that it writes to the contact database and then it's read by the administration app. And what we want to do is make sure that the output that we get in the administration app is also A and maybe there's an SLA for how fast this needs to happen. So you want to create a test automation scenario that open up web app 1, provides the input, submits, and then moves onto web app 2 to check if we get a result in the appropriate amount of time. Now achieving this isn't really rocket science. We're just going to put…

Contents