Skip to content

saralavanchy/2017

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

TAE BootCamp MDQ 2017

GitHub BootCamp account

Url: https://github.com/bootcamp-tae/2017
Username: bootcamp-tae
Password: bootcamp2017

Globant Guest Wireless Network Access

Within Chill Out:

SSID: Globers Chill    
Password: gl0b4ntgu3st

Within Auditorium:

SSID: Globers    
Password: globersaudi

Software Requirements

You are advised to have the following software already installed in your computer by the time the BootCamp starts:

  • JDK 8

    • Define environment variable JAVA_HOME as JDK installation path
  • Maven 3

    • Set <Maven_path>/bin folder in environment variable PATH
  • Git

    • Make sure to configure your personal information in it:

      git config --global user.name “FirstName LastName”
      git config --global user.email “Your Email”
      git config --global push.default simple
    • Clone this repository to your own computer

      git clone https://github.com/bootcamp-tae/2017.git

Agenda Core Topics

Web UI Testing

  • WebDriver

  • Good Practices

    • Synchronization
    • Page Object pattern
    • Asserts and data validation (soft assertions)
    • Logging

API / Service Testing

  • HTTP verbs, codes and flows
  • Objects (un)marshalling
  • HTTP clients
  • Authorization / Authentication
  • Good Practices

Mobile Automated Testing

Continuous Integration

Distributed testing

Other testing types

About

Globant - MDQ - Bootcamp TAE - 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published