Compare prices and save on cheap books at CheapestBookPrice.com
Compare prices and save on cheap books at CheapestBookPrice.com HACKER SAFE certified sites prevent over 99.9% of hacker crime.
Go to CheapestBookPrice USA!Go to CheapestBookPrice UK!
Multi-Store Book Search
  
(What's this?)
Selected Product:

The Web Testing Companion: The Insider's Guide to Efficient and Effective Tests
The Web Testing Companion: The Insider's Guide to Efficient and Effective Tests

Paperback
Edition: 1st
Author: Lydia Ash, Lydia Ash
Publisher: Wiley
Release Date: 2003-05-02
ISBN-10: 0471430218
ISBN-13: 9780471430216
List Price: $50.00
Average Customer Rating:
Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5
Similar Products

Lessons Learned in Software Testing
Lessons Learned in Software Testing
ISBN-10: 0471081124
ISBN-13: 9780471081128
List Price:$39.99


Managing the Testing Process: Practical Tools and Techniques for Managing Hardware and Software Testing
Managing the Testing Process: Practical Tools and Techniques for Managing Hardware and Software Testing
ISBN-10: 0471223980
ISBN-13: 9780471223986
List Price:$40.00


How to Break Web Software: Functional and Security Testing of Web Applications and Web Services. Book & CD
How to Break Web Software: Functional and Security Testing of Web Applications and Web Services. Book & CD
ISBN-10: 0321369440
ISBN-13: 9780321369444
List Price:$39.99


Managing the Testing Process: Practical Tools and Techniques for Managing Hardware and Software Testing
Managing the Testing Process: Practical Tools and Techniques for Managing Hardware and Software Testing
ISBN-10: 0471223980
ISBN-13: 0723812223985
List Price:$40.00


Testing Applications on the Web: Test Planning for Mobile and Internet-Based Systems, Second Edition
Testing Applications on the Web: Test Planning for Mobile and Internet-Based Systems, Second Edition
ISBN-10: 0471201006
ISBN-13: 9780471201007
List Price:$45.00


The Web Testing Handbook
The Web Testing Handbook
ISBN-10: 0970436300
ISBN-13: 9780970436306
List Price:$49.95


Our Review: To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for The Web Testing Companion: The Insider's Guide to Efficient and Effective Tests by Lydia Ash, Lydia Ash (ISBN-10: 0471430218, ISBN-13: 9780471430216).

At this time we have not yet written a review for The Web Testing Companion: The Insider's Guide to Efficient and Effective Tests by Lydia Ash, Lydia Ash (ISBN-10: 0471430218, ISBN-13: 9780471430216). Please continue to keep checking back to this page as we are constantly adding reviews.

Summaries and Customer Reviews are supplied by Amazon.com

Summary:
* Written by one of Microsoft's key testing trainers, this hands-on tutorial and reference explains why, when, what, and how to test
* Teaches new and experienced testers how to analyze and properly test Web applications
* Filled with practical advice that can be immediately applied to any Web-testing task, on any browser running on any platform
* Concentrates on proven solutions and presents the material in a way that will help develop a professional skill set in novice testers and will improve the productivity of all testers
* Companion Web site includes dozens of valuable templates and test patterns that will allow readers to rapidly conduct tests in multiple languages against all browser and operating-system combinations

Customer Reviews
Average Customer Rating: Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5

Straightforward, practical approach to web testing.
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
Lydia's book is probably the best written web testing book in the market. The prose is easy to follow, progressive, non-verbose, and sometimes even inspiring. She painfully explicates various testing principles with exacting examples. Published in 2003, some of the examples already show their age but the testing principles and problems are still current. Web technologies have evolved immensely in the last three years and this book would benefit from such updates in a second edition.

Good Reference
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
The Web Testing Companion is a manual written for both beginners and experienced web designers, and the author herself is a testing director at Microsoft. If you've had a few years' experience as a designer, developer or webmaster, then the material is not new to you; i.e., optimizing bandwidth, etc.

Obviously, this is not the kind of book you read straight through from beginning to end, but rather a handbook that you can refer to as problems arise. For the most part, the book succeeds as that, and Ms. Ash has divided the book into four general sections: non-technical issues, technical issues, general advice for testers, and finally an excellent set of appendices on various aspects of Web testing.

I'm sure we all can recall incidents of working with defective software that nobody apparently had tested for bugs, sloppy coding, or slow operating time. This was because there was probably a deadline for the software release time, and the developer concluded that hiring testers would be an extra expense.

Non-Technical Issues:

The first four chapters deal with non-technical issues, mostly related to the planning of the application.

Web site planning can involve a number for goals; for example, which is most important: minimal defects or time-to-market? Developing a medical web application to assist in diagnosing illnesses is different from developing an application that will be used to solicit funds. The medical app could be providing life-or-death information, whereas the solicitation site could need high visual appeal. In other words, the app must meet the customer's requirements and expectations, not yours. Most of us already know that, but in one of the book's appendices, the author has given us a checklist of several pages worth of questions to determine exactly what the customer's needs are. That's what I like about this book: It presents some very objective methods for answering subjective questions.

Server-Side and Client-Side Testing:

For server-side (as opposed to client-side) web apps, performance testing and security testing are the most important. Stability problems need to be identified prior to deployment. The tester, therefore, should create many user scenarios derived from the most common and most intensive user actions, and then analyze the performance statistics after the performance tests are completed.

The author recommends that all of your pages load in 15 seconds or less, but this rule really depends on your particular application and the expectations of the people using it. If your app requires large graphics and the users are architects, they will probably feel that waiting a few minutes is worth the effort.

Testing Scenarios:

The author recommends that you set up a test environment that is separate from your development and production environment. This can include a separate web server, database server, and application server if applicable. This is especially important in testing security features. (It should be noted, of course, that some application developers will not be able to afford the elaborate testing facilities of a large corporation.)

Ms. Ash advises, "One of the most common reasons that performance testing of an application is not successful is that the wrong scenarios were tested." Therefore, she recommends that: "Not every line of code or possible interaction needs to be benchmarked on every build. Identify the critical places, the most frequent code paths, and the most expensive ones, the ones that are most important to the user, and spend the precious test time here. If there is more test time left over, spend it on any code paths that have been added since the last release."

At this stage, the author explains numerous helpful methods for setting up baselines, benchmarks and other metrics to determine Web application performance and efficiency. These metrics also include the application's efficiency when interacting with various servers' processors, memory and disk drives.

The author provides a method for charting data flow, which is helpful in both performance and security testing.

Load and Stress Testing:

"Load testing is done to help identify what the load profile for the service is under a load. Knowing the server profile helps you identify when the server in a line production environment is about to break or crash."

Load testing should answer questions like: How many requests per second can the server take, how long does it take to service a request, and What is the uptime under real-world loads?

Finally, an entire chapter is devoted to automation methods. Automation is "an excellent way to ensure that the software of today is just as good as it was yesterday, but management incorrectly assumes that automation will solve all their problems."

The earlier you perform load testing the better. Most people hate to wait for a web page to load, so simple design changes can often make a significant impact on the performance and scalability of your web application. A good overview of how to perform load testing can be found on Microsoft's Developer Network (MSDN) website.

Security Testing:

As with performance testing, the first steps of security testing need to be taken by the product designers to ensure that their code is safe by employing best practices when writing code.

A general rule to remember is that as your company gains more and more data that is desirable, it is also gathering attackers and gathering more that needs defending. On the other hand, the thought that a less important company or service will not be as interesting to an attacker can lull you into a false sense of security. You can still be attacked, for the same reason that small businesses and houses have been robbed; i.e., because they can be easy targets.

The author outlines various methods of testing your apps for a number of "popular" attack methods:

Denial of Service, in which a server can receive thousands of ICMP "ping" requests from hundreds of workstations;

Buffer Overflow, which is becoming a very common method for installing Trojan horses and back door software;

Cross-site scripting, in which an attacker gets his malicious code to run on someone else's Web site; and

SQL Injection, by which the attacker sends malicious code to an SQL database.

General Testing Advice:

The remainder of the book is concerned with various organizations, web sites and other resources open to testers.

Ms. Ash makes the point that many people enter the field of testing involuntarily, and that the testers should not develop an adversarial relationship with management and developers. (Obviously, hard-working developers don't want to be told how inefficient or unsafe their code is, and vice presidents don't want to be told that they have to postpone a release date because of "holes" in their latest product.) Because testers can wield considerable power, the author stresses diplomacy when notifying the developer team about their mistakes in coding. Additionally, the professional tester should communicate regularly with users by giving presentations and attending meetings with management. They should also become certified in relevant technologies.

Although the author could have provided a more readable index or table of contents, she has provided 200 pages of appendices, covering RFCs, error codes, ASCII character sets, and many helpful tables. The appendix material is also available at the author's companion site at www.wiley.com/compbooks/ash.

Excellent Web QA resource
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This is the best book I have ever seen on the testing web applications. It covers everything from unicode to Javascript, from security to the validity of the HTML. It teaches through an understanding of the technology, then covers ways to stress the technology to look for bugs. The sections on character encodings and performance testing are particularly well done. This is a must have book for QA professionals tasked with testing a web application.

Take the title literally
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This book is overshadowed by "Testing Applications on the Web: Test Planning for Mobile and Internet-Based Systems" ISBN 0471201006, which is one of the most highly regarded in the testing community. However, that does not mean this book is without merit. On the contrary, the rich content of the appendices, which comprise a significant portion of this work, make it an ideal companion to the aforementioned book.

Another point in this book's favor is that it is basic enough and structured to make it an ideal text for a course on web testing. The author did an excellent job of describing good practices in web testing and covering the basics. She also provides a good deal of sage advice on careen matters, which a more technical book will overlook.

I found the chapters on server-side testing accurate and clear enough for new test professionals to completely follow. The chapters on performance and security testing were reasonably complete, and the chapters on client side were as well and clearly written. I also like the author's objectivity - she works for Microsoft, but did not emphasize that company's technologies or processes over standard industry practices.

As a supplement to a more technical book, such as the one I cited above, or as a text in a basic web testing course this book shines. It is not the definitive reference, but is worth reading if for no other reason than to have the appendices nearby as a ready reference during test cycles.


An excellent web testing reference
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
I came across this book in the bookstore and was so impressed I dropped the $$$ on it there. I have referred to it at least weekly for test cases. It has more than paid for the purchase price through what it has done to make my job easier. Few books touch on security or performance in a practical manner, but this one digs right in and actually has information you can apply immediately to your app. I can see where the other reviewer might have been frustrated in that it didn't tell him how to write web applications. It is purely about testing them and doesn't get hung up walking you through any specific technologies. It concentrates on the information you need to test your app.
Don't take my word for it. Stickyminds gave it 4 stars. ...

























Suggestions | Book Store Reviews | Site Map | Book Reviews | Contact Us
© 2008 . All rights reserved. Privacy Statement and Disclaimer
web site design and support by Crystal Solutions