Posts

Showing posts from August, 2019

Core Java and Selenium

1. Core Java Fundamentals History of Java Features of java Java Programming Language Keywords Class and Object Data Types Array Declaration, Construction and Initialization Encapsulation Inheritance Polymorphism Flow Control, Exceptions, and Assertions Writing Code Using if and switch Statements Writing Code Using Loops Handling Exceptions Working with the Assertion Mechanism Using the java.lang.String Class Using the java.lang.Math Class Using Wrapper Classes Using the equals() Method with Strings and Wrappers and Objects Inner Classes Method-Local Inner Classes Anonymous Inner Classes Static Nested Classes Defining, Instantiating, and Starting Threads Preventing Thread Execution Synchronizing Code Thread Interaction Object Orientation, Overloading and Overriding, Constructors Benefits of Encapsulation Overridden and Overloaded Methods 2.  Introduction to Automation What is automation testing Advantages of Automation Testing How to learn any