From the course: Robot Framework Test Automation: Level 1 (Selenium)
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Advanced run options - Selenium Tutorial
From the course: Robot Framework Test Automation: Level 1 (Selenium)
Advanced run options
Robot Framework is a very powerful generic test automation framework. And there are lots of amazing things it can do, including running multiple scripts, execution order and randomization. We can use different script patterns and tag patterns to be able to run subsets of our scripts. We could halt execution on any failure. We can run using the DEBUG log level to see more information if we want to learn more about certain failures. There are argument files we can pass in to make it easier to do command line execution, so you can just pass in the name of a file instead of a bunch of command line arguments. Robot Framework has the ability to automatically re-run failed tests and then combine the results files into one result file to make things easier to analyze. And then, of course, there's a whole world to Jenkins continuous integration and continuous testing. All of these things are advanced topics and they're covered in my other videos. Robot Framework Level 2 and beyond, and also…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
Overview1m 23s
-
(Locked)
Robot vs. pybot41s
-
(Locked)
Running from PyCharm1m 41s
-
(Locked)
Running from a command window1m 28s
-
(Locked)
Running from a batch file2m 50s
-
(Locked)
Running from the Task Scheduler3m 30s
-
(Locked)
Running on SauceLabs.com browsers3m
-
(Locked)
Running and scheduling from Jenkins6m 42s
-
(Locked)
Running multiple suites5m 24s
-
(Locked)
Running a single test case5m 23s
-
(Locked)
Advanced run options1m 10s
-
-
-
-
-
-
-
-