Book Image

Instant Eclipse Application Testing How-to

By : Anatoly Spektor
Book Image

Instant Eclipse Application Testing How-to

By: Anatoly Spektor

Overview of this book

<p>Detecting bugs and flaws in an application is difficult. Eclipse is a multi-language software development environment comprising of an Integrated Development Environment (IDE) and an extensible plugin system. Testing the Eclipse Platform during every build using an extensive suite of automated tests helps in disclosing bugs and rectifying them.<br /><br />"Instant Eclipse Application Testing How-to" is a quick guide to learning how to test all types of Java applications in an Eclipse environment. This book gives you a step-by-step approach towards application testing and debugging along with optimized sample test projects.<br /><br />"Instant Eclipse Application Testing How-to" is a hands-on guide that gives developers an insight into how to test Java applications using Eclipse IDE. This book will guide you through the process by allowing you to create a Java application and debug it using a wide variety of Eclipse debugging tools. The book is filled with practical examples, so you will start coding and debugging right away. After reading the book you will be proficient enough to debug Java applications of any scope.</p>
Table of Contents (7 chapters)

Chapter 1. Instant Eclipse Application Testing How-to

Welcome to Eclipse Application Testing How-to. This book will cover major aspects of testing using Eclipse Integrated Development Environment. Before we start, it is important to mention that testing plays a very important role in the application's development. We all know that nothing is perfect, and no matter how hard we try, we all are humans and we make mistakes. I am sure you can recall the last time when you were trying to find out why your program did not run, and in the end it was just a semicolon or a typo that spoiled your application. It happens to all of us. You cannot avoid the human factor, but what you can do is test your application and make sure it runs properly.

Application testing can imply anything from printing a single variable's value to running hundreds of tests to evaluate the application's performance, compatibility, usability, security, and other factors.

This book will show you some easy ways of how you can make your testing process much more enjoyable by using a rich set of tools provided by Eclipse. There are many reasons why you should consider using Eclipse for your development and testing. Not only is Eclipse free and easily customized, but also it is cross-platform; it has a huge community of developers, and hundreds of plugins.

Summarizing all of the above, testing plays a very important role in an application's development, and Eclipse makes this process more enjoyable for the developer. If you want to find out how to incorporate Eclipse in your testing process, this book is right for you.