Selenium & Java Training – Regular Batch (27th Jan 2021)
Hi Folks,
Please enrol ASAP. 🙂 This time I’m introducing some amazing content on Java, Selenium and some different approaches on Framework Designing.
This will be a very different content from my YouTube channel.
Next Batch Starting from: 27th Jan, 20201
Duration: 9-10 weeks (Exhaustive Training)
Registration Fee: 3000 INR (50 USD)
Total Fee:
-
17,000 INR (for Candidates in India) – including Registration Fee
-
320 USD (for Candidates in USA/UK/AUS/Europe) – including Registration Fee
Location: Online (Goto Meeting)
ClassesTimings: (Monday to Friday)
-
7 AM IST (Indian Time)
-
8:30 PM EST (US Time)
-
5:30 PM PST (US Time)
-
7:30 PM CST (US Time)
Note:
-
There will be 2 demo sessions.
-
After 2 demo sessions, pending amount (14,000 INR / 270 USD) must be paid.
- In case of any query on training:
Please mail me at: naveenanimation20@gmail.com
What’s app me at: +91-9902233400
Payment Options:
You need to mail me at : naveenanimation20@gmail.com
Account Type : Savings
PayPal Payment:
- If you are paying through PayPal, You need to pay 330 USD (10 USD will be the PayPal Fee).
- Use this PayPal id: http://paypal.me/NaveenKhunteta
UPI to this number: +91-9902233400.
UPI: naveenanimation20@okicici
OR Google ID: naveenanimation20@gmail.
Note:
- There will be 2 demo sessions. In case If you don’t like the sessions or if you want to leave. Full Registration amount will be transferred back to you after 2 sessions.
- After 2 demo sessions, pending amount must be paid.
- I’ll share the meeting id with URL to join the session before the training everyday.
Course Content:
• What is Automation Testing
• Use of automation Testing
• Tools for Automation Testing
• Why automation is important for you career?
• What is Selenium
• Advantage of Selenium
• Introduction to WebDriver
2) Core Java/Programming : This class will set you up for understanding Basic OOPs and java concepts. These concepts will be extremely important for you to become a good Automation tester. This section is specially designed so that can be followed by any Manual test very easily.
- Data Types and Variables
- String Class
- Arithmetic Operators & Concatenation operators
- Conditional & Decision Making
- Single Dimensional Array
- Loops (For, While)
- Classes and Objects
- Class Constructors
- Functions in Java
- Function Input Parameters
- Function Return Types
- Exception Handling
- Inheritance
- Polymorphism
- Encapsulation
- Data Hiding
- Method Overloading
- Method Overriding
- Abstract class
- Interface
- Super/This Keywords
- Final/Finally/Finalize Keywords
- Concept of Garbage Collector and System.gc
- Wrapper Classes
- String Manipulation
- Collections Basics (Array List, HashMap, Set, Hashtable)
- Interview Questions
• How to use Eclipse
• How to run, stop, pause
• How to debug in Eclipse
• Understanding console output
• How to put a break point
• How to add Watch variables
• How to find errors from Problem window
• Usage of step into and Step over debug functionality
- Interview Questions
• Download and install java
• Download and start Eclipse
• Download and configure WebDriver java client
• Set up a project
• Create packages
• Create a First Java test case
• Import WebDriver Source file
- Interview Questions
• Architecture of WebDriver
• WebDriver Interface
• WebElement Interface
• Launching Firefox/Chrome/Safari
- Interview Questions
• How to Open a URL
• Verify Page title
• Strategy to get the Page Source
• Difference between Close & Quit
• Ways to Navigate Back & Forward
• How to Refresh Page
• Another way of Navigating to specific Page
- Interview Questions
• Difference between FindElement & FindElements
• Enter & Clear text from Input field
• How Click action works differently on different elements
• Managing Input fields, Buttons & Links
• Finding all links on the Page
• Extracting More than one object from a page
• Extracting Objects from a specific area of a web page
• Check if element is Present, Displayed, Enabled or Selected
- Interview Questions
• What are locators
• HTML Basics
• HTML language tags and attributes
• ID, Name, Xpath, CSS etc
• Difference between Absolute & Complete Xpath
• Finding your first element
• WebElement Commands
- Interview Questions
• Element Inspector in Mozilla, Chrome and IE
• Element locator tool for FF
• Various HTML locator strategies
• XPath Helper Plug-in for Chrome
• Selection of Effective XPath
• Handling Dynamic objects/ids on the page
- Interview Questions
• Identify table rows and columns
• Extracting values from a cell
• Dynamically Identify Tables Data
• Select class in Selenium
• Drop Down Handle
• Select multiple values from the list
• Select & Deselect operations by Index, Value & Visible Text
- Interview Questions
• Implicit and Explicit waits
• How to use Expected Conditions with Waits
• PageLoadTimeout & SetScriptTimeout property
• Simple use of Thread Sleep
• Concept of Fluent Wait in Selenium
• Strategy to poll for an object
• WebDriverWait and its uses
• Different WaitUntil Conditions
• Managing Ajax based components
• Ways to handle Simple, Confirmation & Prompt Alert
• Concepts of Set Interface in Java
• Difference between Window Handle & Handles
• Switching & Closing Windows, Tabs & PopUps
• Concept of window ID
• Extracting window IDs with Selenium Object reference
- Interview Questions
This gives us power on recently build Application with latest and complex object features. Hovering mouse or simulate Mouse and Keyword operations can be done by using Action Class. A necessary thing to learn in Selenium journey.
• What is Action Class & What can we do with Action Class
• Mouse Hover & Mouse Movement with Action
• Finding Coordinates of a Web Object
• Drag and Drop Action
- Interview Questions
• What is Browser Profile
• How to set up ChromeOptions and Firefox Options
TestNG is a wonderful off the shelf framework that can be used directly to create your test framework. We will learn about this framework here.
• What is TestNG
• Benefits and Features of TestNG
• How to download TestNG
• Annotations in TestNg
• How to run Test Suite in TestNG
• Groups in TestNG
• Depend On in TestNG
• Test Case sequencing in TestNG
• TestNG Reporters
• TestNG Assets
• TestNG Parameters
• Multi Browser testing in TestNG
• Parallel testing in TestNG
- Interview Questions
This class will cover the concepts of Frameworks. After this the participant would got to know that which type of Framework works best for their Application and the pros & cons of the selected framework. Knowledge of frameworks is key skill to learn.
• What is Automation Framework
• Features of Automation Framework
• Benefits of using Automation Framework
• Different types of Automation Framework
• What is Data Driven Framework
- What is Page Object Model Design Pattern with Non Page Factory with OOP concepts
- Interview Questions
In this class we will explore some major frameworks by looking at the code and understanding the key component of the framework.
A real time web application will be taken and framework will be built on top of that which will simulate actual project scenarios.
• Designing Test Data Provider (Excel)
• Designing Run Data Provider (Text/Property file)
• Setting up Maven Build Tool
• Data Provider Design
• Creating Page Objects & Object repository
• Writing Test Script and Fetching Test Data
• Designing Test Runner for Framework
• Asserts, Test Fails & Error logging
• Reporters, TestNG Listeners and Log file Generation
• Running test with different Test Data
• Generating the HTML reports : Extent Report, Allure Report, Emailable Report and PDF Report
• Generating web portal reports sing T-Esults (new web reporting tool)
17) Dev Ops & Continuous Integration
- Jenkins Setup Basics
- Running Script via Jenkins
- Jenkins PipleLine – Classic View
- Jenkins PileLine – Blue Ocean
- Jenkins PipeLine Syntax
- Jenkins Report Generation using Extent Report, Allure, TestNG Report and Tesults Report
- Git WebHook with NgRok to trigger the build automatically
- GIT Repo/GIT HUB
- Learn how to use commit command
- What is cloning in GIT
- My First Code Check-in to GIT
- GIT PULL Request Process
- GIT CheckOut
- GIT Branching
- GIT Merge
- GIT Commit
- GIT ADD
- GIT Push, Fetch & Pull Commands
- GIT Clean
- 18). Docker
- What is Docker
- What is Docker Container
- How to create account on Docker Hub
- Selenium Grid Configuration on Docker Hub
- Run your test cases on Dockerized Selenium Grid Hub – Node setup
- Setup Infrastructure using Docker Compose yml
- Scale up the browsers at the run time
- Shut down the Docker Infrastructure
- Zalenium – Docker Setup
- Zalenium Live Preview
- Zalenium Test Dashboard
- Selenoid Grid Setup
- Selenoid with docker-compose and browsers.json
- Introduction
- Setup Account
- Create new EC2 Instance on AWS
- Create AMI, Security Group, VPC and Subnets
- Selenium Dockerized GRID Setup on AWS – EC2 machine
- Run Selenium test cases on AWS machine
Some of the reviews from my previous batch candidates, most of the students either got promoted to test automation or got their dream automation jobs.
Frequently Asked Questions:
Q1: Can I get all the recordings for these sessions?
Ans: Yes, you will get all the recordings daily basis for the specific topic.
Q2: Is this training useful for freshers?
Ans: 100% useful for freshers, who are looking for to start their career into automation QA field.
Q3: Is this training useful for Manual Testers?
Ans: 100% useful for Manual QA folks, it will surely help to trigger your interest from manual QA to Automation QA. After this training, you will become an expert in automation.
Q4: Can I justify my automation experience, after this training?
Ans: Yes, training is designed like this only. You can easily justify 2 to 6 yrs of exp in automation after this training.
Q5: Can I crack selenium interviews after this training?
Ans: Yes, 100% guarantee.
Q6: What is the duration of this course?
Ans: I never compromise in training content and syllabus. It depends how exactly we are going with this training. Ideally it should take 6-7 weeks. It can take more than this also.
Q7: Who will be the trainer?
Ans: Only Naveen from Naveen AutomationLabs.
Q8: Will this training be different from existing YouTube videos?
Ans: Yes, it will be more in-depth training and more topics will be covered with different scenarios.
Q9: What if I miss any session?
Ans: You will get each session recording daily basis. You can cover that topic after watching the recordings.
Q10: Will assignments be shared for covered topics?
Ans: for almost every topic, I have assignment and it will be shared daily basis. You need to submit the assignment daily basis and feedback will be shared with you regular basis.
Q11: Can I improve my programming skills after this training?
Ans: I am 100% sure, it will drastically imporve your coding skills and logical thinking for writing the best optimized code.
Q12: How will you cover the topics? Is it only theory or any real time experience?
Ans: I always relate the topics with real time scenarios only, how exactly test automation and any system works and I hardly copy paste the code. I strongly prefer to write the code during the session. No COPY PASTE. NO Power Point Slides, No Boring Theories.
In case of any questions: Feel free to ping me on whats app : +91-9902233400.
Thanks for enrolling for Java and Selenium Training – By Naveen Automation Labs.
- It will be online training and sessions will be recorded daily basis. Please try to join before 5-10 mins of the session time.
- I want you to be on mute during the session so that session should not get disturbed due to any background noise. Otherwise, it will break my rhythm as well as it will disturb the entire class.
- If you have any questions, you can ask in goto meeting chat section. If you have any background noise, please don’t unmute yourself. Please attend these sessions at a quite place with good internet connectivity and with good headphones.
- Best option is to write your question/query in chat section. I always believe, if it’s a pin drop silence, classroom decorum will be maintained properly.
- 5. After the session, recording will be shared by EOD – daily basis.
- You can access these recordings with Life Time Access. Downloading of the videos are strictly not allowed.
- It’s strictly not allowed to share these videos with anyone, if it is found, the respective candidate account will be terminated immediately.
- It’s not allowed to create any whats app/telegram group for this training batch. If you have any suggestions or feedback, feel free to reach me out. I would love to hear from you.
- Session will be there for 60 mins (+10 mins extra sometimes).
- We will have two demo sessions, if you don’t want to continue with the sessions, registration money will be refunded back.
- After demo sessions, pending amount has to be paid as per the fee structure.
Cheers!!
Naveen AutomationLabs