Robot Framework Test Automation: Jenkins CI and Git Version Control

Go to class
Write Review

Free Online Course: Robot Framework Test Automation: Jenkins CI and Git Version Control provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Robot Framework Test Automation: Jenkins CI and Git Version Control is taught by Bryan Lamb.

Overview
  • Incorporate version control and automated continuous testing into your Robot Framework skillset with Git and Jenkins.

Syllabus
  • Introduction

    • Overview
    • About me
    1. Git Version Control: Fundamentals
    • Version control overview
    • Install a local instance of Git
    • Configure PyCharm for Git
    2. Git Version Control: GitHub.com
    • Create a GitHub account
    • Add scripts to a remote GitHub repo
    • Clone an existing repo to local disk
    • Save script changes to a remote repo
    3. Git Version Control: Microsoft Team Foundation Server
    • New TFS interface
    • Create a Team Foundation Server (TFS) account
    • Configure PyCharm for TFS
    • Add scripts to a remote TFS repo
    • Clone an existing TFS repo to disk
    • Save script changes to a remote repo
    4. Git: Advanced Techniques
    • Branching and merging overview
    • Branch and merge basics
    • Handling merge conflicts
    5. Jenkins Continuous Testing
    • Jenkins overview
    • Installation steps overview
    • Jenkins web app installation
    • Overview of configuration options
    • Create, update, and copy a job
    • Run a job and view results
    • Configure job-level permissions
    • Set up a master-slave configuration