Testing Tools Books
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44

Used price: $11.42

An excellent way to get more out of Perl than you ever realizedReview Date: 2007-10-28
A Great Collection of Perl TricksReview Date: 2007-02-09
the 2006 Perl Advent Calendar. It's the first book I read as part of the
O'Reilly Hacks' series of books, and it proved to be a light yet informative and entertaining
read.
The book covers various useful "hacks" or small tricks that allow one to
achieve a lot of cool tasks when working with Perl. These tricks are unorthodox
and stretch the limit of one's Perl knowledge. Since they require an advanced
knowledge and understanding of Perl, I would recommend this book only for Perl
experts. Some of the B:: using modules were even too high-level for me to
understand how they worked internally. However, I understood the purpose of the
code in all cases, even if I didn't understand the code itself.
So it is a recommended read for people who've worked with Perl a lot,
and wish to learn many new and useful tricks. Perl Hacks for Perl hackers,
indeed!
Super-advanced PerlReview Date: 2007-07-21
The content reminds me a little of the likes of Exceptional C++ Style, a mixture of advanced best practices, and things which you may not need to know, but you'll probably still be interested in finding out how it works. For instance, have you ever considered tieing an array or hash variable to a function? Ever wanted to name a supposed anonymous subroutine? Print out the source code as well as the line number of a syntax error? Nor me, but Perl Hacks shows how it could be useful. These are illustrative of the spirit of the book.
My favourite material was probably the chapter on modules. Included are how-tos for outputting all the modules used in a package, automatically reloading modules in running code, shortening long package names with the CPAN 'aliased' module, and making up your own bundle of modules for easy installation. There's also an interesting object chapter with subjects such as: inside out objects, using YAML for serialisation, using traits and autogeneration of accessors.
Additionally, there's a little on using those scary B:: packages, using modules which use the B:: packages or other dark magic (e.g. peeking inside closures), some fairly hardcore tracing and profiling, that touches on some Perl VM internals. Also worth mentioning is the hack that hijacks the angle bracket glob operator to create Haskell/Python-style list comprehensions.
You are going to have to be one scarily gifted Perl hacker not to find something useful or at least thought-provoking at regular intervals throughout this book. My only complaint is that the hack format, which the blurb on the back of the book describes as a "short lesson", does not lend itself equally well to all hacks. While I liked the chapter on objects, some of the hacks (in particular the traits hack, some of the testing material) were too short.
If you like the sound of a book that's somewhere between Perl Cookbook, Perl Best Practices and the second edition of Advanced Perl Programming, you're going to love this.
Do perl or die - $@Review Date: 2006-11-18
Simply put if you like perl, you'll love this book. Welcome to the next level...
Excellent Compendium of Perl TricksReview Date: 2006-11-21
I was wrong.
Oh, it started off easily enough. Making use of various browser and command line tools to get easy access to Perl documentation, creating some useful shell aliases to cut down typing for your most common tasks. "Oh yes", I thought smugly to myself, "I know all that". But by about Hack 5 I was reading about little tweaks that I didn't know about. I'd start a hack thinking that I knew everything that the authors were going to cover and end up frustrated that I was on the tube and couldn't immediately try out the new trick I had just learnt.
It's really that kind of book. Pretty much everyone who reads it will pick up something that will it easier for them to get their job done (well, assuming that their job involves writing Perl code!) And, of course, looking at the list of authors, that's only to be expected. The three authors listed on the cover are three of the Perl communities most respected members. And the list of other contributers reads like a who's who of people who are doing interesting things with Perl - people whose use.perl journals are always interesting or whose posts on Perl Monks are worth reading before other people's. Luckily, it turns out that all these excellent programmers can also explain what they are doing (and why they are doing it) very clearly.
Like all books in the Hacks series, it's a little bitty. The hacks are organised into nine broad chapters, but the connections between hacks in the same chapter can sometimes be a bit hard to see. But I enjoyed that. In places it made the book a bit of a rollercoaster ride. You're never quite sure what is coming next, but you know it's going to be fun.
In fact, the more I think about it, the more apt the fairground analogy seems. When you ask Perl programmers what they like about Perl, you'll often hear "fun" mentioned near the top of the list. People use Perl because they enjoy it. And the authors' enjoyment of Perl really comes through in the book. It's obvious that they really wanted to show people the things that they thought were really cool.
Although I did learn useful tips from the earlier part of the book, it was really the last three chapters that were the most useful for me. Chapter 7, Developer Tricks, had a lot of useful things to say about testing, Chapter 8, Know Thy Code, contains a lot of information on using Perl to examine your Perl code and Chapter 9, Expand Your Perl Foo was a grab-bag of obscure (but still useful) Perl tricks.
So where does this book fit in to O'Reilly's Perl canon? I can't recommend it for beginners. But if you're a working Perl programmer with a couple of years' experience then I'd be very surprised if you didn't pick up something that will be useful to you. And don't worry about it overlapping with other books in your Perl library - offhand I can't think of anything in the book that has been covered in any previous Perl book.
All in all, this would make a very useful addition to your Perl library.

Used price: $17.27

good on discussion, short on how toReview Date: 2006-02-16
This book points you in the right direction, show you the tools you could use, explains what you need to think about and the questions you need to ask. The how-to and the answers to the questions are more for you to figure out yourslef.
At the end of it you come away with a better understanding of what you need to do, why you need to do, high level how you are going to do it and the value you and your company are going to gain by doing all of this.
I would strongly recommend it to anyone having to get involved in system analysis and performance. It gives you a great broader picture of the whole issue. You think you know what you have got yourself involved in. this book shows you that you appreciate only the tip of the iceberg.
Excellent materialReview Date: 2005-09-21
A MUST HAVE!!!! Excellent resource for any SAP AdministratorReview Date: 2005-01-10
The pefect book for manyReview Date: 2004-09-26
Nothing like it, excellent resourceReview Date: 2004-07-16

Used price: $22.54

Good resourceReview Date: 2007-05-22
Almost a Grade-A Guide to GradingReview Date: 2007-06-06
A book every teacher should readReview Date: 2000-08-02
Excellent resource for college teachersReview Date: 2000-06-20

Used price: $37.97

Review from Web Tools Platform Past CommitterReview Date: 2008-04-08
Vijay Bhadriraju, IBM
Excellent: How books on programming should be writtenReview Date: 2008-03-31
This is an excellent book; I specially liked the iterative approach (for example, for presentation tier, iteration 1: HTML, iteration 2: add CSS, iteration 3: add Javascripts, iteration 4: XML and XSLT, iteration 5: DTD)authors have taken. I have used examples from this book, with Eclipse and NetBeans, of course for Eclipse user this book has added value, since it goes through configuration of Eclipse and recommended practices. Please ignore the gripe about errors in the code; there are two minor errors which are detailed in the errata on book's companion site, it doesn't take more than a minute to fix those two issues.
Authors discuss All three tiers in great detail. How about this, by page 85 you would be deploying a simple web service (and you would be amazed how simple it is).
Great book for getting up and running with WTPReview Date: 2007-11-18
This book was an invaluable addition to my collection, and is also a great reference now that I have mastered these concepts.

Used price: $39.71

Excellent bookReview Date: 2003-11-04
A great introduction to mathematics of statistical analysisReview Date: 2001-12-06
This book does an excellent job of facilitating self-study of the math underpinning multivariate statistical analysis ... namely, linear (matrix) algebra and some calculus. Each chapter has a set of questions and ALL of the answers are provided in the book (handy for self-study). The one slight critique of this book I can give is that I wish the book did more on the calculus aspects. However, that is a minor comment and the knowledge that this book imparts of linear algebra to self-learners is extremely valuable.

Used price: $11.99

A great tool-oriented tour of network troubleshootingReview Date: 2003-09-14
NPOST shines in three respects. First, the author ensures readers can properly install each tool he discusses. When dealing with open source tools, installation cannot be taken for granted. (The exception is using the FreeBSD operating system's "ports tree," which almost guarantees easy installation of any tool listed in the system.) Second, the author walks readers through the use of each tool, explaining what it does and how to best deploy it. Finally, readers are given mini-case studies demonstrating the use of each tool to solve real-world problems. This is just the sort of approach which helps readers understand the differences between network simulators and emulators, for example.
I found only a few minor issues. When providing command-line tcpdump options on pages 230 and 234, I believe the author should have passed a '-s 1514' option to change the default 68-byte snaplength to something more reasonable. I felt the FreeBSD kernel configuration advice in chapter 14 was insufficient, and didn't specify whether it applied to 4.x or 5.x FreeBSD systems. Last, the author's tcpdump command line for capturing FTP sessions on p. 230 will only capture "active" FTP sessions using port 20 TCP. It will miss any passive FTP data channels.
In summary, I give NPOST two thumbs up. Since so many other open source networking tools are available, perhaps we'll see a second volume?
great info!!!Review Date: 2003-11-06

Portable version of an outstanding testing resourceReview Date: 2004-06-21
(1) Instructions for developing test plans, and associated test cases and reports - the material is fairly basic, but complete and consistent with good practices.
(2) An excellent discussion of, and advice for, effective management of a test team, setting priorities and managing budgets.
(3) Practical advice for setting objectives and scope within the testing process.
While this book will give the in-the-trenches test professionals a view of the 'big picture', it's more suited to managers and QA leads who are seeking guidelines for establishing the foundation of a test process, and who want to quickly implement standards for test documentation and a workflow. The book's accompanying web page provides over 50 templates, case studies and tools that can be downloaded and immediately used within your organization. In addition, the website contains a small (but growing) collection of articles, presentations and links that augment the material in this book.
Although there are a handful of other books on test management that are equal to this one, each has strengths and weaknesses - but all provide sound advice and a structured approach to managing the test process. This particular book's strengths include the downloadable documents that will save much time and effort, and the straightforward approach to basic test management. If you are trying to get a basic test process in place you won't go wrong if you select this book.
Used price: $10.00

Quick and in great shape!!!!Review Date: 2005-11-03
The book is great as well. I will be able to use this book for the rest of the semester, as well as in my profession.

A must-buy for physicians interested in clinical trials!Review Date: 1999-05-05

Used price: $3.77

Review of Programs for At-Risk Students: A Guide to EvaluatiReview Date: 2002-04-03
This evaluation guide is a must read. I would recommend it as a resource in any classroom or school library.
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
Those of you not familiar with O'Reilly's "Hacks" Series may need an introduction. The "Hacks" Series is an ever-growing set of books with focused attention on a particular topic, like Astronomy, Mental Improvement, or even Halo 2. The books are generally short, and contain article-length "hacks" of varying difficulty, noted by a thermometer next to the hack number and description. These "hacks" fall into several categories; the non-obvious solution to a problem, the performance improvement, and the "gee, I didn't know it could do that" oddity. What makes this series special compared with other books is the willingness to "void the warranty" on a particular product, and get straight to the internals, whether they lay in hardware or software. If something can be made better by opening the covers, or twiddling with the program layout, then its eligible for inclusion in these books. The series lends itself to a wide range of topics, and the format is great for a quick read, or for (my favorite) just randomly opening the book and reading what's there.
Perl Hacks is not a book that you'd find yourself reading straight through (although you do want to make sure you visit every hack in the book at least once). The book is divided into nine chapters: Productivity Hacks, User Interaction, Data Munging, Working with Modules, Object Hacks, Debugging, Developer Tricks, Know Thy Code, and Expand Your Perl Foo. There are 101 hacks in this book, ranging from the simple (Reading files backward, or managing your module paths) to the truly perverse (Replacing bad code without touching it by substituting the system-wide exit call with your own[...]. Each hack title is listed in the table of contents, with both the page number and the hack number. Each hack contains a graphic of a thermometer next to the number to show the relative difficulty of the hack (higher temperatures = more difficult hacks). There quite a variety of hacks placed throughout the book. Not once did I feel that the book was padded with something that really didn't belong in the book. If anything Perl Hacks opened my eyes to things that I would never have thought to do, but could easily see as being useful. I wouldn't have thought to create my own personal module bundles for moving my Perl programs between machines (I've always done it the old fashioned way: run, cpan install, repeat), but hack #31 makes it so "of course" that I'm thinking of including this in all of my Perl code that I ship. Hack #74 shows how to trace all of the modules your program uses (and all of their modules, too). Hack #52 is a simple hack ("Make Invisible Characters Apparent") but I can see this saving a developer or two some time when figuring out why their code isn't behaving properly. Of course, not all hacks in the book are productive (at least, not while you're programming). Hack #37, "Drink to the CPAN" is a drinking game you and your Perl buddies may want to try.
Perl Hacks is a short book, at less than 300 pages, but it's loaded with incredibly useful information. Much like the "Perl Cookbook" (also from O'Reilly) you'll find lots of useful items hidden in their pages. Many times I started with one hack, and finished the chapter reading the rest of the hacks because there were just that interesting. Perl Hacks is highly recommended for any Perl programmer to have on their programmer book shelf. Sure, you might be able to find some of the hacks out there on the net, but I think you'll find as I have that this is more of a go-to reference for finding out some of the more interesting corners of Perl.