Core Java and Coding for Automation Testers – For Beginners
Core Java and Coding for Automation Testers – For Beginners, available at $44.99, has an average rating of 4.5, with 143 lectures, based on 3 reviews, and has 66 subscribers.
You will learn about Structured learning for Core Java and Coding exercises for Automation Testers No Prior Knowledge of Java needed for the students Basics to Advanced level in Core Java Learn Core Java and Coding in 30 days Detailed Coding examples on all the topics of the Core Java OOPS Concepts, Data types, Arrays, Strings in Java More than 30+ Beginner level Coding problems solved for Interviews This course is ideal for individuals who are Beginner Java Automation Test Engineers curious to level up their coding skills or Manual Testers looking to get better in Coding with detailed coding examples and programs It is particularly useful for Beginner Java Automation Test Engineers curious to level up their coding skills or Manual Testers looking to get better in Coding with detailed coding examples and programs.
Enroll now: Core Java and Coding for Automation Testers – For Beginners
Summary
Title: Core Java and Coding for Automation Testers – For Beginners
Price: $44.99
Average Rating: 4.5
Number of Lectures: 143
Number of Published Lectures: 143
Number of Curriculum Items: 143
Number of Published Curriculum Objects: 143
Original Price: ₹999
Quality Status: approved
Status: Live
What You Will Learn
- Structured learning for Core Java and Coding exercises for Automation Testers
- No Prior Knowledge of Java needed for the students
- Basics to Advanced level in Core Java
- Learn Core Java and Coding in 30 days
- Detailed Coding examples on all the topics of the Core Java
- OOPS Concepts, Data types, Arrays, Strings in Java
- More than 30+ Beginner level Coding problems solved for Interviews
Who Should Attend
- Beginner Java Automation Test Engineers curious to level up their coding skills
- Manual Testers looking to get better in Coding with detailed coding examples and programs
Target Audiences
- Beginner Java Automation Test Engineers curious to level up their coding skills
- Manual Testers looking to get better in Coding with detailed coding examples and programs
Core Java and Coding for Automation Testers is a Beginner friendly course designed to learn Java Programming language from scratch, trained by Swaroop Nadella – an Experienced Automation Test Engineer and Trainer having 13+ years of experience in Software Testing and Automation.
No Prior knowledge of Java programming is needed.
Comprehensive Core Java and Coding course for Automation Test Engineers.
All required topics are covered in the course which are listed below
JDK Installation
Eclipse Installation
Command Line Execution
All different Operator in Java
Conditional Statements with multiple Examples
Looping Statements with multiple Coding Examples
Basic Java Programs for the Coding
Arrays in Java – 1D and 2D
Linear Search Algorithm in Arrays
Bubble Sort Algorithm in Arrays sorting of Numeric Arrays
String class concepts in Java
String Buffer and String Builder
String Constant Pool and Heap Memory in Java Strings
String Comparisions using == and equals method – 4 different ways, which is important topic to learn
Frequently Asked Java Programs with detailed solutions for Java Strings
Anagram Strings, Pangram String, Reverse a String with 4 different approaches, String Concatenation with Number, String and Arithmetic Operators, Palindrome String, Reverse Each Word in a Given String etc.
Java Object Oriented Programming System (OOPS) concepts with detailed explanations
Classes and Objects creation, Instance variables vs Local variables
Methods and Constructors with practical demo coding exercises
Recursion Algorithm program – Print Numbers without using Loops
Polymorphism and Encapsulation Coding Examples with detailed explanations
this keyword for accessing instance variables and Constructors
Constructor chaining concept using this( ) keyword
static keyword concepts in Java with Coding Examples
System.out.println( ) – static variable concept
Math.random( ) – static method concept.
Everything about main method – passing arguments with Run Configurations and Command line
Inheritance in Java, Types of Inheritance and detailed Coding Examples
Students has Lifetime access to the recordings from Udemy. Course can be accessed from Desktop Web browser on Udemy website, Mobile Apps (Android and iOS).
Course Curriculum
Chapter 1: Core Java Introduction
Lecture 1: Introduction to Core Java
Lecture 2: JDK vs JRE vs JVM
Lecture 3: History of Java
Lecture 4: Oracle JDK Roadmap
Chapter 2: Core Java Software Setup
Lecture 1: JDK Download and Install in Windows
Lecture 2: Eclipse IDE Download and Install in Windows
Chapter 3: Getting started with Core Java
Lecture 1: Writing First Program in Java
Lecture 2: Packages in Java – Inbuilt and User Defined
Lecture 3: Adding Comments to Java Code
Lecture 4: Command Line Execution in Java
Chapter 4: Primitive Data Types in Java
Lecture 1: Primitive Data Types – byte, short, int, long
Lecture 2: Primitive Data Types – float, double, char, boolean
Lecture 3: Different Approaches to declare variables
Lecture 4: var data type – Java 10 onwards
Chapter 5: Operators in Java
Lecture 1: Arithmetic Operators
Lecture 2: Relational Operators
Lecture 3: Logical Operators
Lecture 4: Increment Decrement Operators
Lecture 5: Assignment Operators
Lecture 6: Ternary Operator
Lecture 7: Unary and Binary Operators differences
Chapter 6: Conditional Statements in Java
Lecture 1: If Condition Programs
Lecture 2: If Else Blocks Examples
Lecture 3: If ElseIf Else Ladder Examples
Lecture 4: If Else Examples with Boolean values
Lecture 5: Nested If Else Blocks Programs
Lecture 6: Switch Case Block Examples
Chapter 7: Looping and Jumping Statements in Java
Lecture 1: While Loop Example – Printing Numbers
Lecture 2: While Loop – More Examples
Lecture 3: do While Loop Examples
Lecture 4: While vs do While Differences Example
Lecture 5: for loop Examples
Lecture 6: for doWhile while loops comparisions
Lecture 7: Jumping Statements – break and continue
Chapter 8: Basic Java Programs with Solutions
Lecture 1: Conditional Statements – 3 programs
Lecture 2: Reverse an Number
Lecture 3: Palindrome Number
Lecture 4: Count Number of Digits in Number
Lecture 5: Fibonacci Number Series
Lecture 6: Factorial of Number
Lecture 7: Generate Random Numbers
Lecture 8: Swap Numbers without Third Variable
Lecture 9: Printing Number Patterns
Lecture 10: Printing Star Patterns
Chapter 9: Arrays in Java
Lecture 1: Arrays Introduction and Types
Lecture 2: Single Dimensional Arrays Examples
Lecture 3: Two Dimensional Arrays Programs
Lecture 4: Different Data types in Arrays using Object class
Lecture 5: Reverse an Array
Lecture 6: Arrays Inbuilt Method Programs
Chapter 10: Java Programs with Arrays
Lecture 1: Arrays Interview Preparation topics
Lecture 2: Linear Search Program in Arrays
Lecture 3: Count Number of Repetitions for Given Number in Array
Lecture 4: Printing Array values in Reverse order
Lecture 5: Read Array Values from Console using Scanner class
Chapter 11: Sorting Algorithms in Arrays
Lecture 1: Sorting using Inbuilt Methods in Arrays
Lecture 2: Bubble Sort Algorithm for Sorting Array values
Chapter 12: String in Java
Lecture 1: Strings Introduction
Lecture 2: String length( ) method
Lecture 3: String concat( ) method
Lecture 4: String trim( ) method
Lecture 5: String charAt( ) method
Lecture 6: String contains( ) method
Lecture 7: String equals( ), equalsIgnoreCase( ), contentEquals( ) methods
Lecture 8: String replace( ) method
Lecture 9: String substring( ) method
Lecture 10: String toUpperCase( ) toLowerCase( ) methods
Lecture 11: String split( ) method
Chapter 13: Advanced concepts in Java Strings
Lecture 1: Reverse a Given String – 4 Approaches
Lecture 2: String vs StringBuffer vs StringBuilder – Immutable and Mutable Objects
Lecture 3: String Constant Pool (SCP) concept
Lecture 4: String Comparisions – SCP and HeapMemory – 4 Examples == and equals differences
Lecture 5: String inbuilt Method – intern( ) for SCP and HeapMemory
Lecture 6: String Memory Allocation in Java
Lecture 7: String vs String Buffer vs String Builder – Differences
Chapter 14: Java Programs with Strings
Lecture 1: Removing Currency symbols and Commas to Extract Number in a Given String
Lecture 2: Basics on Strings concatenation with Numbers and Strings
Lecture 3: Reverse a Given String using charAt( ) method
Lecture 4: String output for Arrays.toString( ) method
Lecture 5: Palindrome String
Lecture 6: Generate Random Numbers and Strings
Lecture 7: Remove Junk and Special Characters using Regular Expressions in Strings
Lecture 8: Remove White Spaces in a Given String
Lecture 9: Reverse Alphabets only in a Given String
Lecture 10: Anagram program in Strings
Lecture 11: Pangram program in Strings
Instructors
-
Swaroop Nadella
Test Automation Engineer | Trainer | 13+ years of Experience
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 0 votes
- 4 stars: 2 votes
- 5 stars: 1 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple