Wiley 978-0-470-49664-0 Datenblatt

Stöbern Sie online oder laden Sie Datenblatt nach Software-Handbücher Wiley 978-0-470-49664-0 herunter. Wiley Testing ASP.NET Web Applications Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 14
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
Preliminary Concerns
The term software bug” is a common term that even beginning computer users know to be a defect
or imperfection in a software application. Software users have become accustomed to finding prob-
lems with software. Some problems have workarounds and are not severe, whereas others can be
extremely problematic and, in some cases, costly. Sadly, as users, we have come to expect this from
software. However, in recent years the quality of software has generally increased as software teams
spend countless hours identifying and eliminating these problems before the software reaches the
user. The process of identifying these bugs is known as testing.
There are many different types of testing that can be performed on your web applications, including
functionality of the application, security, load/stress, compliance, and accessibility testing.
If you are new to testing, don’t worry: we will explain the fundamental concepts and guide you to
the correct actions you’ll need to consider for each type of testing discipline. If you already have
experience with testing applications, then this book will identify the key areas of the ASP.NET
family and pair them with the correct approaches and the tools available to successfully test your
web application.
This book is not intended to be the definitive guide to any particular type of testing, but a thorough
overview of each type of web testing discipline. Its goal is to get you started using best practices and
testing tools, and provide you with resources to master that particular testing
discipline. It’s our
aim as authors to help the reader navigate to a section of this book and learn what and how they
should be testing at any point in the development of a web-based application.
Although existing books cover different testing disciplines in depth, this book is unique because
it applies today’s best testing approaches to the ASP.NET family, including WebForms, ASP.NET
MVC Framework, Web Services, Ajax, Silverlight, and ADO.NET Data Services, ensuring that the
key technologies relevant today are able to be tested by the reader.
1
96640c01.indd 1 9/25/09 7:18:27 AM
COPYRIGHTED MATERIAL
Seitenansicht 0
1 2 3 4 5 6 ... 13 14

Inhaltsverzeichnis

Seite 1 - COPYRIGHTED MATERIAL

Preliminary ConcernsThe term “software bug” is a common term that even beginning computer users know to be a defect or imperfection in a software appl

Seite 2 - The History of Testing Tools

10Chapter 1: Preliminary ConcernsA developer who is experienced in writing tests will find that they are more productive actually writ-ing a test as op

Seite 3 - Testing Terminology

11Chapter 1: Preliminary ConcernsHave a happy client.  A common measure of success is a happy client. Most clients are very happy when you spend the

Seite 4

12Chapter 1: Preliminary ConcernsFirst, you need to consider what you are asking. You are trying to decide if a test you need to perform should be don

Seite 5 - Testing Myths

13Chapter 1: Preliminary ConcernsThe final level is the GUI. This is the area that causes most debate about whether it should be automated or not. The

Seite 6

14Chapter 1: Preliminary ConcernsIn 1997, soon after Internet Information Systems 4 (IIS) shipped, Mark Anders and Scott Guthrie began work on the pre

Seite 7

2Chapter 1: Preliminary ConcernsThe History of Testing ToolsTools for testing have been around for as long as developers have been writing code. In th

Seite 8 - Iterative Processes

3Chapter 1: Preliminary ConcernsWCAT. First included in the IIS 4 resource kit in 1998, the Web Capacity Analysis Tool (WCAT) is a freely distribut

Seite 9 - For Developers

4Chapter 1: Preliminary ConcernsPass.  A pass indicates that everything is working correctly. When represented on a report or user interface (UI), i

Seite 10 - For Managers

5Chapter 1: Preliminary ConcernsCustomer Test.  This is another term for an acceptance test.System Test.  The term system test is a term to indica

Seite 11 - Where to Start

6Chapter 1: Preliminary Concernsfor the bug and time yourself again. In most cases, you’ll find that it only takes a few minutes to write a test for th

Seite 12

7Chapter 1: Preliminary ConcernsTests Are Only for Use with Agile Software DevelopmentUnit testing and Test Driven Development are fundamental process

Seite 13

8Chapter 1: Preliminary Concernsbe performed manually. Without this stage you could create a perfectly working application, however, the end-user may

Seite 14

9Chapter 1: Preliminary Concernsparadigm happens with software development. Project managers spend a great deal of time working with customers to defin

Kommentare zu diesen Handbüchern

Keine Kommentare