Hands-On Automation Testing with Java for Beginners
by: Rahul Shetty
Print Length 页数: 156 pages
Edition 版次: 1
Language 语言: English
Publisher finelybook 出版社: Packt Publishing
Publication Date 出版日期: 2018-09-29
ISBN-10: 1789534607
ISBN-13: 9781789534603
Book Description
By finelybook
Learn Java programming concepts to design automation testing frameworks
Key Features
Learn to use Java program logic in application testing
Understand various test-driven development concepts with Java tools
Master Java with lots of programming examples
Book Description
By finelybook
Java is one of the most commonly-used software languages by programmers and developers. Are you from a non-technical background and looking to master Java for your automation needs? Then Hands-On Automation Testing with Java for Beginners is for you.
This book provides you with efficient techniques to effectively handle Java-related automation projects. You will learn how to handle strings and their functions in Java. As you make your way through the book,you will get to grips with classes and objects,along with their uses. In the concluding chapters,you will learn about the importance of inheritance and exceptions with practical examples.
By the end of this book,you will have gained comprehensive knowledge of Java.
What you will learn
Understand the practical usage of Java conditions and loops
Write any Java program logic with strategies,tips,and tricks
Leverage advanced topics in Java collections to solve Java-related problems
Understand and use objects,classes,methods,and functions in Java
Build Java automation frameworks from scratch
Obtain knowledge of Java object-oriented programming (OOP) concepts with practical implementations
Who this book is for
Hands-On Automation Testing with Java for Beginners is for software developers who want to step into the world of software quality assurance and perform automation testing using various testing frameworks. Prior experience of writing tests in Java is assumed.
Contents
First Programming Steps in Java
Understanding Classes,Objects and their Usage in Java
Handling Strings and their Functions in Java
Java Loops,Conditions (Building Block for Java Programs)
Everything You Need to Know About Interfaces and Inheritance
Learn Everything about Arrays
Understanding Date Classes and Constructors in Java 11
Importance of the Super and This Keywords and Exceptions in Java
Understanding the Collections Framework
The Importance of the Final Keyword,Packages,and Modifiers