GitHub

GitHub

In this course, you will learn,

  • Git's core functionality and how and why it's utilized in many organizations.
  • How to keep a track of multiple versions of your code and configuration files using Git. 
  • How to sign up for a GitHub account and use it to establish your own remote repositories. 
  • Fundamental and complex features such as branches and merging. 
  • How to use a version control system (VCS) like Git, which may save your life during an emergency or troubleshooting.

Jenkins

Jenkins

DevOps is a software development approach that involves Continuous Development, Continuous Testing, Continuous Integration, Continuous Deployment, and Continuous Monitoring of the software throughout its development life cycle. Jenkins is on the other hand, an open-source automation server written in Java. Jenkins detects changes in Subversion/GIT and performs tasks, repeatedly such as Build, Test, Deploy, Package, and Integrate. 

Robot Framework

Robot Framework

Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). Have basic programming knowledge, then this hands-on training is for you.

Mobile App Automation Appium

Mobile App Automation Appium

Appium is an open-source test automation tool developed and supported by Sauce Labs to automate native and hybrid mobile apps. It uses JSON wire protocol internally to interact with iOS and Android native apps using the Selenium WebDriver. This course is step-by-step instructions to download & install the Appium tool.



Using Selenium for Web UI Automation with Java

Selenium webdriver

WebDriver is a web automation framework that allows you to execute your tests against different browsers. This course will help you understand Selenium and its application.