Selenium with Java & API Automation with Rest assured
(Cucumber, TestNG, integration with JDBC, Extent Reports, Real Time Project)
Isha presents an Extensive and highly interactive “Selenium” Course by our industry expert with 8+ years of hands-on experience. Learn all the Selenium concepts with hands-on practical examples. The course syllabus is designed by considering the current job market trends and industry requirements.
About The Instructor:
Rahul has 8 years of experience in Automation Testing. He has worked on various projects which involves Selenium, Cucumber BDD, Data Driven Framework, API Testing using Postman and Rest Assured, Integrating of Code with various database such as SQL, MSSQL, postgresql etc. Interested in becoming a full stack tester and decent developer where I can improve my skills all the time. He has handled various online batches over past 2 years and trained a lot of students from scratch |
Sample Videos:
“Selenium with Java & API Automation with Rest assured (Cucumber, TestNG, integration with JDBC, Extent Reports, Real Time Project)” -Live Training Demo Video:
“Selenium with Java & API Automation with Rest assured (Cucumber, TestNG, integration with JDBC, Extent Reports, Real Time Project)” -Live Training Day 1 Video:
Live Sessions Price:
For LIVE sessions – Offer price after discount is 200 USD 159 99 USD Or USD15000 INR 12000 INR 6900 Rupees.
OR
Free Day 4 Session:
29th March @ 9 PM – 10 PM (IST) (Indian Timings)
29th March @ 11:30 AM – 12:30 PM (EST) (U.S Timings)
29th March @ 3:30 PM – 4:30 PM (GMT) (UK Timings)
Class Schedule:
For Participants in India: Monday to Friday @ 9 PM – 10 PM (IST)
For Participants in US: Monday to Friday @ 11:30 AM – 12:30 PM (EST)
For Participants in UK: Monday to Friday @ 3:30 PM – 4:30 PM (GMT)
What student’s have to say about the Trainer:
I joined Selenium instructed by Rahul: Rahul is very knowledgeable and if you are learn Selenium you should join the course. He guides from the initial to most advanced. I really learnt lot. I would definitely recommend to any one who want to learn Java or Selenium.Thanks Rahul. – Krishna
I have got trained in Selenium and Java, by Rahul, one of the best trainers he has so much knowledge in both selenium and Java have learnt so much by his sessions he was very helpful throughout the course and the best part about Isha training is they provide certification. – Nikitha Madhasi Rahul is the best instructor and have a plenty knowledge of all the Automation concepts… initially I thought it was Rahul Shetty 😊 as his accent was same like him…he was very cooperative and always willing to help in person as well… – Babita Lugani Thank you for the Selenium course which helped me a lot to learn many concepts and examples. Trainer Rahul was very supportive and he encouraged to practice more. All the best for your upcoming courses. – Anumol Joby I had a great time doing this course and it is great learning experience.Rahul was very helpful and responsive in clearing all our doubts.I would like to thank for the guidance provided by my tutor. Great and supportive environment to learn .- Monika Kanthi That was a great pleasure to learn from isha training solutions. Rahul sir was just amazing and he used teach in a way that everyone should understand each and every concept with an ease. Thank you for everything. – C. Harivardhan Reddy Concept explain very well. Easy to understand each and every topic of selenium easily. Thank you Rahul and Isha Training Solutions – Rumana I didn’t know the even basics of selenium and I have landed two jobs offers all because of Rahul sir’s training. Thank you Sir – Keerthika This is indeed one of the best Selenium course to learn in Isha Training Solutions. Rahul has covered all the topics (basics to advanced)that we should be aware of while automating any web application. – Swetha ch The course is very well explained and organized. I am personally very satisfied with what I have learned so far. – Bhanu Kiran Excellent course, thank you very much! In particular, I liked the way you approach the different topics step by step and guide students through these different steps. I also liked the challenges that force you to think through a problem. Furthermore, I also liked some of the videos, where you intentionally inserted errors that made code to fail. Overall, I thoroughly enjoyed this course! –Lei Yuvi |
What will I Learn by end of this course?:
- Automating Test Cases as per the organization’s needs and navigating across the application. Track your executions
Salient Features:
- 30+ Hours of Live Training along with recorded videos
- Lifetime access to the recorded videos
- Course Completion Certificate
Vacation Plan:
Trainer has planned leave on 20th December
Who can enroll in this course?
- Anyone who wants to make Automation testing as your career.
- For any fresher or software professional.
- Ideal for Manual testers, Automation Testers, Business Analyst, QA Lead or any software professional.
- Completely new to the software industry and want to master Selenium Tool.
Course syllabus:
1. Basics of Testing and Purpose of Selenium:
- What is Testing and Test Automation
- SDLC Life Cycle with respect to automation
- Importance of Test Automation along with different facets of testing, Case Studies and Facts
- Why selenium is being used , Pros and Cons of it compared to other tools.
2. Installation Of Tools:
- JDK Setup and Installation
- Installation of Eclipse and Intellij Tools
- Git Bash Installation
3. Git Concepts:
- SignUp for a Github account
- Creating an empty repository
- How to create branches in GIT
- Cloning the code from GIT using cmd
- Commit the code from GIT using cmd
- Push the code from GIT using cmd
- Checkout the code from GIT using cmd
- Pushing a Fresh project present in our local system to GIT
4. Git Commands using Intellij:
- Clone the Project using Import Project from VCS
- Commit the Code
- Push the Code
- Checkout the code
5.Java Basics:
- Intro to Java
- Getting started with new class creation and basic syntaxes
- Different data types and wrapper classes
- Conditional and Looping Statements
- Static vs non static methods, objects initialization
- Constructors basics and it’s purpose
- Intro to Strings and Exceptions
- Intro to Arrays
- Integrating the basics of java with the selenium concepts that we have learned at a later point of time
6. Strings and Collections:
- Importance of Strings and Collections from Automation Perspective
- Different types of String Functions present in the Java
- Use of StringUtils concepts for Apache maven
- Intro to Collections concepts and overview of different types of collections
- Different types of Collections and their usage
7. Exception Handling :
- What is Exception Handling and it’s purpose from automation perspective
- Syntax of Exception Handling using try catch block, purpose of finally block
- Multiple catch blocks with one try block
- Difference b/w throws and throw method, creating a custom exception and calling them
8. File Handling:
- Different Ways of File Writing and how to use it for logging
- Different Ways of File Reading and how to read the file
- Collecting all the lines of the file in one go
- Copying of Files from one Location to other Location
- Different concepts of File Functions
9. Inheritance :
- extends and implements keywords in Java
- Super class and Sub class
- this keyword, super keyword in Java for inheritance
- Polymorphism
- Encapsulation
- Interfaces
10. Setup of Basic Selenium Project:
- Setup of maven project and the how to add dependencies
- Setup of web driver and launching of application
11. Basics of Selenium:
- What is Selenium IDE and Selenium RC
- Different types of Locators for searching the elements
- Finding The Elements based on different types of xpaths
- Intro to Web Tables and handling dynamic rows and columns.
- Implicit and Explicit Wait Times, other attributes with the Web Elements
- Handling Pop Up’s using selenium web driver
- Actions Class
- Handling multiple windows and tabs based on different combinations
- Capturing Screenshots using Selenium WebDriver
- Handling Frames and Shadow Frames
- Uploading and Downloading of Files using Selenium
- ChromeOptions and Desired Capabilities which helps us in enhancing the Driver
12.TestNG:
- What is TestNG and Installation of TestNG Plugin from MarketPlace?
- Annotations of TestNG
- Sample Test Cases Scripting via TESTNG
- Execution of Test Cases in TESTNG
- Parameterization of Values
- Grouping of Test Cases
- Assert Statements
- Dependency of Test Cases
- Purpose of WebDriverEventListener,ITestListener and it’s usage
- Using Listeners as part of scripting
13. Basics Of Cucumber Framework:
- Installation of Cucumber Plugin from MarketPlace
- Creating a New Feature File and syntax
- Runner File and creating step definitions
- Combine TESTNG with Cucumber
- Executing cases using Runner File
- Preparing the Scenario Name based on the Tags
- Scenario Outline and different cucumber tags and annotations
- PickledTestStep Concept and it’s purpose
14.Properties Files:
- Creating a Property File
- Reading a Value from Property Files
- Setting the Values to the Property Files
15. Excel Operations
- Writing the Data to the Excel Sheet using poi library
- Reading the Data from the Excel Sheet using poi Library
- Concept of Data Provider
16.JSON File Operations
- Writing the Data to the JSON File
- Reading the Data from the JSON File
- Modifying the contents of JSON File
17. Generating Extent Reports :
- Generating reports using extent cucumber adapter
- Generating reports using the regular way
- Discussion about different types of reports such as ExtentHTMLReporter,ExtentSparkReporter, ExtentPDFReporter
18. Rest Assured API Automation:
- Adding REST Libraries to the Maven project
- Sample Test Case Scripting
- Performing POST Request
- Performing GET Request
- Performing DELETE Request
19. Real Time Topics in Addition to above concepts:
- Use of Excel In Real Time Project along with Usage of Extent Reports
- Github usage on a daily purpose for a Project
- Apart from eclipse how do we use the editor Intellij which is most in demand tool in the mark
- How do we build a framework from scratch and what are the different types of frameworks used in the market
Bonus Topics:
- Allure Reports(To be Decided)
- Basics of Karate Framework which is useful for API Automation (Zero Coding)
- JDBC Connection (Connecting our program with Database)
- Parallel Execution of Test Cases
- JUnit Testing
*** At the End of the Course , you will be able to debug and understand the frameworks used in the industry over time.
*** It requires lots of practice to become a master in this topic.
*** At the End of the Course, you can be able to design a basic framework from scratch.