Möchten Sie verkaufen? Hier verkaufen
Testing Applications on the Web: Test Planning for Internet-Based Systems
 
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Testing Applications on the Web: Test Planning for Internet-Based Systems [Englisch] [Taschenbuch]

Hung Quoc Nguyen


Erhältlich bei diesen Anbietern.


Dieses Buch gibt es in einer neuen Auflage:
Testing Applications on the Web: Test Planning for Mobile and Internet-Based Systems Testing Applications on the Web: Test Planning for Mobile and Internet-Based Systems
EUR 32,69
Auf Lager.

Produktinformation


Mehr über den Autor

Hung Quoc Nguyen
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von Hung Quoc Nguyen auf Amazon

Produktbeschreibungen

Amazon.co.uk

Written by a true authority in the field, Hung Nguyen's Testing Applications on the Web is a nicely comprehensive guide to virtually every conceivable aspect of software testing. It's filled with must-have background information for any test engineer or manager testing thin-client systems.

Gray-box testing--a new means to test complex, distributed systems based on server-side components and browser-based clients--is the focus of the book. In the past, while testers might have ignored certain aspects of standalone desktop software, today's Web-based software requires a thorough knowledge of every aspect of multitiered Web applications. To this end, the book surveys the basics of essential computing topics like thin-client computer architectures, networking (including a comprehensive introduction to TCP/IP and related standards), databases and SQL.

This book also outlines the state of the art in software testing. Notable sections include a short guide to no less than 24 distinct types of software tests, how to test browser-based user interfaces effectively and a thorough guide to Web-performance testing. The general discussion of testing methodology is anchored by a case study on actual test documents and tests for a Web-based software application (a tool for tracking software defects). The text closes with a survey of today's testing tools, plus blank templates for creating your own test plans in the field.

With its expert's-eye view of what's involved in software testing, bolstered by real-world examples, Testing Applications on the Web proves itself an extremely worthwhile resource. --Richard Dragan

Amazon.com

Written by a true authority in the field, Hung Q. Nguyen's Testing Applications on the Web is a nicely comprehensive guide to virtually every conceivable aspect of software testing. It's filled with must-have background information for any test engineer or manager who's testing thin-client systems.

Gray-box testing--a new means to test complex, distributed systems based on server-side components and browser-based clients--is the focus of the book. While, in the past, testers might have ignored certain aspects of stand-alone desktop software, today's Web-based software requires a thorough knowledge of every aspect of multitiered Web applications. To this end, the book surveys the basics of essential computing topics like thin-client computer architectures, networking (including a comprehensive introduction to TCP/IP and related standards), databases, and SQL.

This book also outlines the state of the art in software testing. Notable sections include a short guide to no fewer than 24 distinct types of software tests, how to test browser-based user interfaces effectively, and a thorough guide to Web-performance testing. The general discussion of testing methodology is anchored by a case study on actual test documents and tests for a Web-based software application (a tool for tracking software defects). The text closes with a survey of today's testing tools, and blank templates for creating your own test plans in the field.

With its expert's-eye view of what's involved in software testing, bolstered by real-world examples, Testing Applications on the Web proves itself an extremely worthwhile resource. --Richard Dragan

Topics covered:

  • Introduction to Web testing
  • Gray-box testing fundamentals
  • Traditional vs. Web testing
  • History of computing architectures
  • Thick and thin clients
  • Survey of 24 software-testing types, including acceptance tests, load/volume testing, regression, and user-interface testing
  • Networking basics, including TCP/IP fundamentals, DNS, and network architectures
  • Web components for thin-client systems
  • Test partitioning
  • Guide to test planning
  • Templates and sample documents
  • Testing case study
  • User-interface tests for browsers (design and implementation tests)
  • Functional tests, including FASTs (functional acceptance simple tests), TOFTs (task-oriented functional tests), and FETs (forced error tests)
  • Database testing (white-box and black-box techniques)
  • SQL tutorial
  • Testing help systems
  • Installation tests, including uninstall tests and tools
  • Configuration and compatibility testing (testing on multiple browsers)
  • Web security (security attacks and encryption basics)
  • Performance
  • Load and stress testing
  • Survey of testing tools

In diesem Buch (Mehr dazu)
Einleitungssatz
The goal of this book is to help you effectively for and conduct the testing of Web-based applications. Lesen Sie die erste Seite
Mehr entdecken
Wortanzeiger
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis | Rückseite
Hier reinlesen und suchen:

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  11 Rezensionen
54 von 57 Kunden fanden die folgende Rezension hilfreich
A strong introduction to a new field 20. April 2001
Von Cem Kaner, J.D, Ph.D. - Veröffentlicht auf Amazon.com
Format:Taschenbuch
This is good book. If you test web apps, you should buy it.

Hung Nguyen and I are co-authors of another book and good friends. I am not an unbiased reviewer. On the other hand, I wouldn't write this review if I didn't believe every word of it.

Hung's book breaks new ground. It will be useful today, and I believe it will have lasting value and influence.

Once you get beyond the superficial (not unimportant, but much less difficult) issues of usability testing that dominate so many discussions of web testing, you run into the really tough problems of web application testing. Hung Nguyen's book is about those harder problems.

The web-based application runs on a wider range of platforms than any other type of program in history. It doesn't even have control over its presentation layer (the user supplies the browser and the multimedia plugins, and these applications might change any time). What will the application look like on the changed browser? The application probably also relies on third party databases (which can change any time), third party network connections (which can change any time), third party security systems and other access control (which can change any time), etc., etc. Almost anything in this system can change any time. How do you deal with a system that has so many unknowns?

Hung's view is that web application testers must learn more about the technical details of the systems and understand how external variables can interact (and fail) with the application under test.

To help testers learn about the interaction (and testing) of applications with other system components, he wrote the field's first book on grey box testing.

This book has substantial value for what it teaches us about testing on the web. Beyond that, it teaches about thinking clearly and thoroughly when your application interacts in complex ways with other systems. I think his approach will have lasting value and lasting influence long after many of the detailed issues that he describes have been resolved and replaced with new ones.

Along with the original approach, Hung gives a powerful real-world example. He is the president of a company that publishes a web-based bug tracking system. To illustrate the types of tests that you can run and the types of bugs you can find, he opened his records and described real tests, real bugs, and real testing problems. It's a rare treat to see a discussion of testing experience by someone who knows testing, who also intimately knows the software under test, and who isn't constrained in what he can say by a nondisclosure contract.

28 von 28 Kunden fanden die folgende Rezension hilfreich
Good read! 31. Oktober 2000
Von Brian F. - Veröffentlicht auf Amazon.com
Format:Taschenbuch
I've been waiting for this book and I must say, where was this book a year ago? I have experienced most of what the author has described and yes, it answers questions that I have had. It gives principle practices to architect a strategy that will fit the needs of the fast paced start up environments as well as moderate environments that have graduated from the start-up mode. The other neat thing is all of the references to resources that this book points out are very helpful for web concepts and considerations.

The gray box testing emphasis and approach described throughout is very useful and points out the need for blending black box and white box testing to make the testing more effective. The chapters also contain helpful resources such as, books, links, and companies. This goes a long way in educating SQA folks eager to learn.

Overall, I would say that this book is an excellent read and will serve as one of few reference books on my desk. It does assume some knowledge of Quality Assurance but it is not so in depth that a newbie could not understand. Covering most of the basics needed for implementing methods that will be effective and efficient for Web related testing; I would say it was worth the wait.

Brian-

22 von 22 Kunden fanden die folgende Rezension hilfreich
Complete and Comprehensive 23. November 2000
Von Vincent Chen - Veröffentlicht auf Amazon.com
Format:Taschenbuch
This book covers both Web Applications Testing and Software Testing. Although this is not a step by step book to web application, its thoroughness in coverage of the topic of web appplication testing gives me just what I need.

This book clearly explains through all the terms, methodologies of software and web application testing, to creating test plans, and formulating your test strategies. Nguyen has also done a great job of illustrating front end testing (UI) until backend end testing (DB and Networks). I personnaly like the part of the web testing considerations and tips towards the end of each test activities, as it really saves me a lot of time. It has also a section on all available tools on the net.

The only drawback is that the book has not given much examples of real world web testing cases. Nevertheless, if you are involved in web application testing in any sense, this book should be your indispensable companion on your bookshelf.


Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar