Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
IT & Software Other IT & Software Automation Testing

Learn Automation with Geb and Spock

Another wrapper on Selenium WebDriver to resolve your Automation need, So learn Geb and Spock to automate
Rating: 4.0 out of 54.0 (232 ratings)
972 students
Created by Abode QA
Last updated 2/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Learn Geb from scratch
  • Learn page object modelling and its implementation
  • Understand the meaningful use of Spock Testing Framework
  • Quantitative understanding of CSS Selector
  • Learn basics of Groovy Script

Requirements

  • No need of prior knowledge of Groovy, Selenium WebDriver or Geb.

Description

Geb:
Geb is a testing framework for automation of browser which is written on top of Selenium WebDriver library so it can works on all browsers that is supported by Selenium. We have two added benefit in one way we are working with Geb that provides an extra layer of convenience and productivity but we have freedom to switch back to Selenium to perform all the automation in Selenium Ways.

Geb uses the dynamic language features of Groovy to provide a powerful content definition DSL (for modelling content for reuse) and key concepts from jQuery to provide a powerful content inspection and traveral API (for finding and interacting with content). So in another word we could say 

GEB = Selenium WebDriver + Java +Groovy +Jquery

Spock:
In this course we would be learning one more testing framework Spock that is again a very sophisticated testing and specification based framework for Java and Groovy. Spock Testing framework uses a very expressive and to the point specification language. 

Please watch this course at 1.25X or 1.5X speed to avoid long wait in speech.

This course is going to give you confidence in web application automation with Geb and Spock.
So wish you all a happy learning and hope for the birth of one more Automation Engineer.

Note:  I would be happy to help you through answering your GEB and SPOCK related query in Q&A section. So don't hesitate to ask your query in Q&A section of this course

Who this course is for:

  • Passionate individual who want to advance in career with little or no knowledge of Automation
  • Manual Testers
  • Anyone who want to learn about new Automation tool
  • Automation Engineer

Course content

14 sections • 70 lectures • 6h 25m total length

  • Preview03:00
  • Advantages of Geb over Selenium WebDriver
    00:58

  • Java Installation on windows machine
    04:07
  • Setting Java Path
    04:51
  • Eclipse Installation
    07:52
  • Groovy Plugin Installation
    08:40

  • What Is Groovy
    02:26
  • Creating groovy project in eclipse
    01:38
  • Comments
    03:26
  • Converting java to groovy
    05:57
  • Exercise 1
    00:03
  • Exercise 1:Answer
    00:19
  • Creating first groovy class/scipt
    05:09
  • Script in detail
    02:29
  • Identifier in Groovy
    01:11
  • Variables in Groovy
    11:36
  • Preview16:22
  • Loops in groovy
    13:04
  • Array in groovy
    09:31
  • List in groovy
    19:26
  • Map in groovy
    05:35
  • Reading File in Groovy
    01:23
  • Reading file line by line
    03:02
  • Reading file word by word
    03:59
  • Writing a file
    01:38
  • Other File Operations
    03:19

  • Geb installation in eclipse using maven
    08:31
  • First Geb Script
    06:14
  • Importing archive project in Eclipse
    00:31

  • Launching chrome browser in geb
    06:43
  • Launching internet explorer in geb
    00:29

  • Introduction of Interaction of Content on page
    01:25
  • JQuery Plugin Installation
    01:07
  • jQuery Selector
    03:11
  • CSS Selector Part 1
    11:56
  • CSS Selector Part 2
    14:38
  • Navigator API in Geb
    15:26

  • Identifying element on webpage
    03:48
  • Handling button
    00:24
  • Handling Text-box to enter value
    03:41
  • Checking radio button in geb
    02:06
  • Handling checkbox using Geb
    02:27
  • Selecting options from drop-down in geb
    05:13
  • File upload in geb(One Approach)
    03:15

  • Configuration in Geb(GebConfig.groovy
    10:26
  • Use of driver() method
    05:47

  • Introduction of spock
    03:12
  • Environment setup for spock
    04:55
  • Compatibility of spock core jar and active groovy compiler version
    03:30
  • Preview03:20
  • Building blocks of Spock Test Case
    01:21
  • Build block of test case : Import, Specification Class and Instance field
    05:29
  • Feature Method
    04:20
  • Blocks in Spock
    11:25
  • Fixture method in spock
    03:04
  • Extensions in Spock
    05:14

  • Introduction of Page Object Model
    08:50
  • Generic template of page classes
    02:26
  • Creating first real time page class
    15:29
  • Preview02:50
  • to() method in page object model
    00:48
  • via method in page object model in geb
    01:15

Instructor

Abode QA
Abode QA
  • 4.0 Instructor Rating
  • 692 Reviews
  • 5,960 Students
  • 5 Courses

Wish you all a very happy learning and hope to hear your honest feedback on all published course.

As a software tester, I have spend more than half of decade working with various fortune 500 clients and have also made to work with few of the finest product based companies those are having direct relationship with more than millions in daily works

In this journey, have got opportunity to learn whole lot of stuff, in which listing few of them those are shaking the testing world with profound coverage and their uses

- Selenium WebDriver

- SOAP UI

-Jmeter

- Geb and Spock

and many more.

So if anyone have doubt or query related to these courses or technologies, can directly contact here or could get contact detail on my attached blog.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.