Giter Site home page Giter Site logo

whitelist's Introduction

Automation Testing Workshop

=====================

Course Outline

Test Automation Strategy (2h)

  • Planning for Automation
  • Skills/Tools/Workflows

Automation Frameworks(23h)

  • UI Testing(15h)
  • Selenium
  • Junit Framework
  • Cucumber Framework

API Testing(8h)

  • Introduction to API
  • TestNG
  • restassured

Performance/Load Testing (4h)

  • Jmeter Testing

Testing and Continuous Integration(3h)

  • Build environments
  • Structure regression
  • Business facing regression
  • Static analysis
  • Jenkins CI

Job Search and Interview(2h)

  • Job Search
  • Building Resume
  • Interview Questions

Project Design/internship is added on request.

Setup Environment

JDK

The major java version used in the project is java1.8

IDEA

Maven

The project is managed by maven

Download Old Version Firefox

https://www.mozilla.org/en-US/firefox/releases/

Version 52.0 would be a good candidate for xpath checker and Selenium IDE.

https://ftp.mozilla.org/pub/firefox/releases/52.0.1/

Git

https://git-scm.com/download

Cucumber Framework

http://www.seleniumframework.com/cucumber-jvm-3/cucumber-jvm-and-selenium/

Open project

Open IDEA,
File -> Open-> pom.xml under automation-testing
Choose open as a project
Wait untile maven build completed.

Terminal and Start / Stop daemon in Mac

You want to use launchctl to start and stop Jenkins.

Start Jenkins: sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist

Stop Jenkins: sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist

sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist sudo mv /Library/LaunchDaemons/org.jenkins-ci.plist /Library/LaunchAgents/org.jenkins-ci.plist

whitelist's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.