Skip to content
workhop online

Testing with Go

DevOps Masterclass

chart Level: advanced clock Duration: 3 days uk-flag Language: English

This 3-day workshop will start with the basics of Go language and then dive into TDD and various testing libraries and techniques to implement effective Go applications.

books About the Testing with Go Course

Go is the language used for creating many of the popular DevOps tools and libraries. It's being used for writing high-performing micro-services. It is simple and allows you getting fast binaries for all the major platofrms from the same source code. This 3-day workshop will start with the basics of Go language and then dive into TDD and various testing libraries and techniques to implement effective Go applications.

target What You'll Learn in This workhop

slides Testing with Go Outline

1. Day 1: Go language basics

  • Preparing working environment: tools, IDE, references
  • Introduction to Go syntax: types, vars, consts, functions, loops, conditionals
  • Organizing Go code base
  • Overview of Go standard library
  • Working with data structures: structs, arrays, slices, maps
  • Working with I/O primitives: files, channels
  • Working with functional primitives and parallel execution: functions, closures, threads, goroutines
  • Introduction to TDD

2. Day 2: Deep dive into unit testing

  • Introduction to TDD: test driven development actually works (Test-first approach, TDD schools: London vs. Detroit)
  • Overview of Go testing libraries: testing, testify, gocheck, gopwt
  • Organizing test code base (writing readable tests, making error message readable, creating test domain specific languages)
  • Using mocks & stubs (with gomock)

3. Day 3: Advanced testing techniques

  • Unit tests vs integration tests
  • Generating test data (with faker)
  • Behavior driven development (BDD) with ginkgo
  • ATDD (acceptance test driven development)
  • Mutation testing with go-mutetesting

org Who Should Attend

gem What's Included

gem Unique content - real-life use cases, modern infrastructure, CI/CD/GitOps principles shown in practice.
certificate Certificate of attendance - you will get a shareable online certificate.
exam Exam after the course - you may pass an optional 1-hour exam and get your score printed on the certificate.
video-call Workshop happens online - join from the convenience of your office or home.
video-recording Video recordings will be available after the course - you can revisit some topics later.
live Live and interactive - you can ask questions in the chat or over audio and get live clarifications.
qa Q&A session in the end of each day - you will to get answers to more complex questions in a 1-hour long Q&A session.
quiz Quizzes and polls during the course - learning should be fun!
cloud-lab Practical exercises with solutions - lots of simple and not-so-simple tasks to practice with during the course; Solutions will be provided afterwards.
home Additional home work - for those who want to practice more after the course; Homework will be reviewed and supplemented by constructive feedback.
email Lifetime e-mail support - you can get answers on anything related to the course content as well as advice based on your company specific situation.

dollar Pricing

Company

8500€

per team

of up to 20 attendees

qa Frequently Asked Questions

Ready to Get Started?

Register now and take your skills to the next level.

books Related Courses