Where we learn technology

Selenium & Java Training Course Content – Regular Batch (22nd April 2019)

Selenium & Java Training Course Content


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 very different from my YouTube channel. 

After a very high demand on Java+Selenium training, Here I’m going to start next batch (8:15 AM IST to 9:15 AM IST) from 14th March 2019. 

Selenium + Java Course Training – By Naveen AutomationLabs


Thanks for registering “Selenium & Java Sessions” By Naveen AutomationLabs. As per the further registration process, you need to pay the 3000 INR (50 USD) as a registration fee.

Next Batch Starting from: 22nd April, 2019 Duration: 5-6 weeks


Registration Fee: 3000 INR (50 USD)


Total Fee: 

  • 16,500 INR (for Candidates in India) – including Registration Fee

  • 310 USD (for Candidates in USA/UK/AUS/Europe) – including Registration Fee

Location: Online (Goto Meeting) Classes


Timings: (Monday to Friday)

  • 7:00 AM IST (Indian Time)

Note:

  • There will be 2 demo sessions.
  • After 2 demo sessions, pending amount (13,500 INR OR 260 USD) must be paid.

~~~ For more information, please refer this course content: Please fill your details here:

Here I’m sharing the bank account details. Please send me the receipt once you make the payment without fail.

Please find below bank details: You can make the transaction directly to the given account or make it via Western Union or XOOM.

Bank Details:
Name
MANALI GUPTA
To Account
256010100095576
Bank Name
AXIS BANK
City
GUJARAT
Branch Location
PALANPUR, GUJRAT 

IFSC Code: UTIB0000256     
For Candidates in India:
You can make the payment via Tez (Google PAY) UPI also to this number: +91-9902233400. UPI: naveenanimation20@okicici OR Google IDnaveenanimation20@gmail.com


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:

    Selenium WebDriver – 3 is a leading web automation testing tool in industry. It is one of the most popular tool. Selenium WebDriver jobs are on a rise and are highly paid and highly valued. Industry is shifting towards automation rapidly.
    Today, every start up, product based and service based companies need Automation QA Engineer to automate their web apps.
    With more and more applications becoming accessible through browser it becomes very important to learn Selenium WebDriver.
    This course is designed to teach in depth concepts of Selenium WebDriver 3 and Java. We focus on the basics first and then move towards the advance concepts of Selenium, Java and framework development.
    Part -1: Basics of Java & Selenium
    1) Automation : A brief introduction to automation and the need for automation. How automation will enable you to beat competition and make you get the better jobs in market.
    • 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
    • Inheritance
    • Polymorphism
    • Method Overloading
    • Method Overriding
    • Abstract class
    • Interface
    • Super/This Keywords
    • Final/Finally/Finalize Keywords
    • Wrapper Classes
    • String Manipulation
    • Collections Basics (Array List, HashMap)
    • Interview Questions
    3) Eclipse IDE : This topic might seem little off place here but it’s very important topic to understand the tool you are using. Eclipse will the primary choice of development environment and we will discuss features of eclipse here.
    • 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
    4) Set up Eclipse : We will start with setting up WebDriver, so that every participant start flaunting off their newly learnt skills by writing some cool test programs:
    • 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
    5) WebDriver Interface : This topic will make you familiar with the concept of browsers in WebDriver and how to launch basic Firefox browser using WebDriver. Here we will also talk about WebDriver & WebElement interface which will enable us to answer many complicated Interview Questions about WebDriver Implementation.
    • Architecture of WebDriver
    • WebDriver Interface
    • WebElement Interface
    • Launching Firefox/Chrome/Safari
    • Interview Questions
    6) Browser & Navigation Commands : This is something which everybody do very first thing when they learn Selenium. Opening & closing of browser and some navigation function on top of it.
    • 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
    7) WebElement Commands : An important and basic need of Selenium Automation. This part enables every participant to start writing automation test in their organizations. These are the most commonly used operations on any website.
    • 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
    8) Locators : In this class we will start learning about HTML, how elements are defined inside HTML document and what are the different attributes that are associated with an HTML element. We also try to find elements based on its attribute values.
    • 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
    9) Element Identification : This part explains the lifesaver Add-Ons & tools for Selenium. Finding elements are the most common activity carried out in Selenium. These tools give us power to easily identify complex elements and help us in saving lot of time.
     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
    10) Tables, Checkboxes & Radio buttons : Many applications involve use of web tables and list boxes. These skills will help participant to get the expertise on complex tables structures and write effective automation test.
    • 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
    11) Selenium Waits, Alert & Switch Windows : A little complexity will start now onwards. To use Waits effective is very important for every automation tester. Wait helps us in switching windows, handling pop-ups, operating alerts correctly.
    • 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
    12) Action Class
    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
    13) Browser Profile: Different types of browser profiles and user authentication models with examples will be discussed in this class. You will need these to test secured websites and user authenticated websites.
    • What is Browser Profile
    • How to set up FireFox profile
    • Interview Questions
    Part -2: Advanced Selenium
    14) TestNG Framework
    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
    15) Automation Framework
    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 Hybrid Framework
    • What is Page Object Model Design Pattern with Page Factory and Non Page Factory with OOP concepts
    • Interview Questions 
    16) Real Time Live PROJECT – Selenium Hybrid Framework (POM)
    In this class we will explore some major frameworks by looking at the code and understanding the key component of the framework. A demo website will be taken and framework will be built on top of that which will simulate actual project scenario.
    • Introduction and Component of Frameworks
    • Designing Test Data Provider (Excel)
    • Designing Run Data Provider (Text/Property file) 
    • Setting up Maven Build Tool
    • Data Provider Factory 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 
    • Emailing test reports 
    • Interview Questions


    17) Dev Ops & Continuous Integration
    • Jenkins Setup Basics
    • Running Script via Jenkins
    • Report Generation using Extent Report
    • GIT Repo/GIT HUB
    • GIT PULL Request Process
    • CheckIn-CheckOut Process
    • Push and Pull Commands
    • Learn how to use commit command
    • What is cloning in GIT
    • My First Code Check-in to GIT
    • Interview Questions
    18) Interview Preparation/Mock Interviews/Live Sessions
    19) Life Time Access on all YouTube Videos


    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+ 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 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 session after watching the recordings. 


    Cheers~
    Naveen AutomationLabs

    48 Comments

    1. Unknown

      Needed to compose you a very little word to thank you yet again regarding the nice suggestions you’ve contributed here.selenium training in bangalore

    2. rose

      It is really a great work and the way in which you are sharing the knowledge is excellent.Thanks for your informative article

      AWS Training in Bangalore|

    3. Unknown

      I simply wanted to write down a quick word to say thanks to you for those wonderful tips and hints you are showing on this site.
      AWS Training in Chennai

    4. Unknown

      Those guidelines additionally worked to become a good way to
      recognize that other people online have the identical fervor like mine
      to grasp great deal more around this condition.

      java training in chennai

    5. for ict 99

      Hi, Great.. Tutorial is just awesome..It is really helpful for a newbie like me.. I am a regular follower of your blog. Really very informative post you shared here. Kindly keep blogging. If anyone wants to become a Java developer learn from Java Training in Chennai. or learn thru Java Online Training from India . Nowadays Java has tons of job opportunities on various vertical industry.

    6. Unknown

      The information you shared is very effective for learners.

      Visit for a real time training for Java Training in Chennai | Best Java Training Institute in Chennai | Java Master Program Training in Chennai

    7. ramya

      Hi.. Can I know when next batch will start?

      I want to join in your online classes.Please let me know how can I reach you for details.

    8. Unknown

      Hi Naveen.. Can I know when next batch will start?

    9. Unknown

      Your contribution to testing world is so immerse and words are not enough to thank you.

    10. Unknown

      Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.

      Python Training in electronic city

      DataScience with Python Training in electronic city

      AWS Training in electronic city

      Big Data Hadoop Training in electronic city

      Devops Training in electronic city

    11. Anonymous

      Hi Naveen. Is there any possibility of starting Evening or weekend batch. I am interested to join the classes but timing is the constraint

    12. for ict 99

      Amazing Article, thank you!. I just wish to give you a big thumbs up for the excellent post. Kindly keep updating your blog. Java Developer is a dream career for IT students.To start wonderful Career to become a Java developer learn from Java Training in Chennai. or learn thru Java Online Training from India .

      or Javascript Training in Chennai. Nowadays JavaScript has tons of job opportunities on various vertical industry.

    13. James jones

      I believe one of your advertisements caused my web browser to resize, you might want to put that on your blacklist. blog platform for developers

    14. Unknown

      Thanks for sharing wonderful information which helps all audience

      devOps Training | devOps supports

    15. Unknown

      Sir as you mentioned above regarding time.
      Is one hour is sufficient for selenium ?

      Timings: Evening Batch
      9:30 PM to 10:30 PM IST

    16. Unknown

      Therefore, you should choose a staying place where you can get all the amenities of daily routine. There are various factors which are responsible to prefer hotels over rentals Training Room Rental Singapore

    17. LENIN

      I am really happy with your blog because your article is very unique and powerful for new reader.
      Selenium Training in Chennai | Selenium Training in Bangalore | Selenium Training in Pune

    18. arunsharma

      Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.

      selenium training in chennai

      java training in chennai

    19. Bk_Service

      Thanks for sharing this useful info. Check it on:
      Corporate Training Courses

    20. seoexpert

      Excellent website you have here: so much cool information!.. Training room rental in Singapore

    21. Susan Little

      Under the constant threat of more economical adversity, many businesses, organizations and governments are trimming down, while still seeking ways to boost productivity with employee training. E-learning is an ideal way to save money while still investing in the imperative professional development of their workers. training room rental

    22. Jennet

      Enhancing correspondence between team individuals assembles better teams, the same amount of also manufactured teams include great correspondence. team building

    23. akhilapriya404

      Thanks for providing the information . The articles in your blog helped me a lot for improving the knowledge on the subject. Also check my small collection on this at selenium Online Course blog

    24. Anbarasan14

      One of the best blogs that I have read till now. Thanks for your contribution in sharing such a useful information. Waiting for your further updates.

      English Coaching Classes in Bangalore
      Spoken English Course in Bangalore
      English Spoken Classes in Bangalore
      English Classes in Bangalore
      Spoken English Institutes in Bangalore
      Spoken English Coaching Classes near me
      English Learning Classes in Bangalore

    25. TEST

      I have tried contacting you for training in Selenium and getting no response

    26. Unknown

      This is an awesome post.Really very informative and creative contents. These concept is a good way to enhance the knowledge.I like it and help me to development very well.Thank you for this brief explanation and very nice information.Well, got a good knowledge.

      rpa training in bangalore | best rpa training in bangalore | rpa course in bangalore | rpa training institute in bangalore | rpa training in bangalore | rpa online training | rpa training in Chennai

    27. Unknown

      Hi Naveen,
      Great work. could u pls suggest – how do i get self paced learning videos…. how am i suppose to pay and learn from that.
      Please advise!

    28. SANDY

      I’m planning to start my blog soon, but I’m a little lost on everything. Would you suggest starting with a free platform like Word Press or go for a paid option? There are so many choices out there that I’m completely confused. Any suggestions? Thanks a lot.
      Best AWS Training in Marathahalli | AWS Training in Marathahalli
      Best AWS Amazon Web Services Training in Chennai | Best AWS Training and Certification for Solution Architect in Chennai
      Amazon Web Services Training in Anna Nagar, Chennai |Best AWS Training in Anna Nagar, Chennai

    29. SANDY

      I’m planning to start my blog soon, but I’m a little lost on everything. Would you suggest starting with a free platform like Word Press or go for a paid option? There are so many choices out there that I’m completely confused. Any suggestions? Thanks a lot.
      Best AWS Training in Marathahalli | AWS Training in Marathahalli
      Best AWS Amazon Web Services Training in Chennai | Best AWS Training and Certification for Solution Architect in Chennai
      Amazon Web Services Training in Anna Nagar, Chennai |Best AWS Training in Anna Nagar, Chennai

    30. Mounika

      Excellant post!!!. The strategy you have posted on this technology helped me to get into the next level and had lot of information in it.

      python training in chennai
      python course in chennai
      python training in bangalore

    31. Unknown

      Thanks for the informative article. This is one of the best resources I have found in quite some time. Nicely written and great info. I really cannot thank you enough for sharing.
      Java training in Chennai | Java training institute in Chennai | Java course in Chennai

      Java training in Bangalore | Java training institute in Bangalore | Java course in Bangalore

      Java online training | Java Certification Online course-Gangboard

      Java training in Pune

    32. sheela

      Needed to compose you a very little word to thank you yet again regarding the nice suggestions you’ve contributed here.
      Best Devops Training in pune
      Data science training in pune | Data Science training institute in Pune

    33. Alisha henderson

      This comment has been removed by the author.

    34. Logan Jack

      Great weblog right here! Also your website so much up very fast! What web host are you using? Can I am getting your affiliate hyperlink on your host? I wish my website loaded up as fast as yours lol. https://trainingroomsg.com

    35. Piyush

      Due to time constraints I can't joint if you have any plan to start in weekend then please let me know. I am very eager to join.

    36. Mukesh

      This comment has been removed by the author.

    37. Unknown

      Hi,
      when will your next batch start

    38. Ravi teja

      Hi sir…..
      When Will you start the next batch…?

    39. infantroshow

      superb post…thanks for sharing this postSelenium training in chennai | Selenium training in velachery

    40. srinivasan

      Hi Naveen,

      I want to buy full course videos…can i get..?

    41. Unknown

      Hi Naveen,

      Is there any possibility of starting Evening or weekend batch. I am interested to join the classes but timing is the constraint because we are living in UK. Evening sessions are better for me and when can new batches will start?
      Thanks.

    42. Unknown

      Hi Naveen,

      Is there any possibility of starting Evening or weekend batch. I am interested to join the classes

      Thank you

    43. mtom

      Spot lets start work on this write-up, I truly believe this web site needs far more consideration. I’ll apt to be once more to see a lot more, many thanks for that information. training room rental in Singapore

    44. Elizabeth

      So what subjects do you find fascinating what might you need to consider? Individuals study for a wide range of reasons, a few people study since it is an aspect of their responsibilities, others since they are trying to get work.
      first aid course

    45. Elizabeth

      This leads kids to have a superior ability to focus and concentrate on a solitary undertaking for an all-encompassing timeframe than youngsters have in the standard instruction framework. read with tajweed

    46. Elizabeth

      In case you are interested, try this amazing Holographic AR design & programming summer camp for your child. It is great for kids & teens ages 5-18 to learn to design, program, and innovate with future tech.

      Holographic AR Design and Programming Summer Camp

    Leave a Reply

    Your email address will not be published. Required fields are marked *