or
Sign in to turn on 1-Click ordering.
Trade in Yours
For a £2.18 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Everyday Scripting with Ruby: For Teams, Testers, and You [Paperback]

Brian Marick
3.7 out of 5 stars  See all reviews (3 customer reviews)
RRP: £22.99
Price: £14.71 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £8.28 (36%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 2 left in stock (more on the way).
Dispatched from and sold by Amazon. Gift-wrap available.
Want delivery by Thursday, 23 May? Choose Express delivery at checkout. See Details
Trade In this Item for up to £2.18
Trade in Everyday Scripting with Ruby: For Teams, Testers, and You for an Amazon.co.uk gift card of up to £2.18, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Learn more

Book Description

30 Jan 2007 0977616614 978-0977616619 1

Are you a tester who spends more time manually creating complex test data than using it? A business analyst who seemingly went to college all those years so you can spend your days copying data from reports into spreadsheets? A programmer who can't finish each day's task without having to scan through version control system output, looking for the file you want?

If so, you're wasting that computer on your desk. Offload the drudgery to where it belongs, and free yourself to do what you should be doing: thinking. All you need is a scripting language (free!), this book (cheap!), and the dedication to work through the examples and exercises.

Everyday Scripting with Ruby is divided into four parts. In the first, you'll learn the basics of the Ruby scripting language. In the second, you'll see how to create scripts in a steady, controlled way using test-driven design. The third part is about finding, understanding, and using the work of others--and about preparing your scripts for others to use. The fourth part, more advanced, is about saving even more time by using application frameworks.


Frequently Bought Together

Everyday Scripting with Ruby: For Teams, Testers, and You + Metaprogramming Ruby: Program Like the Ruby Pros (Facets of Ruby)
Price For Both: £31.03

Buy the selected items together


Product details

  • Paperback: 310 pages
  • Publisher: Pragmatic Bookshelf; 1 edition (30 Jan 2007)
  • Language: English
  • ISBN-10: 0977616614
  • ISBN-13: 978-0977616619
  • Product Dimensions: 19.2 x 2.5 x 22.9 cm
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Bestsellers Rank: 518,739 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, and more.

Product Description

From the Publisher

Scripting for Testers is divided into two parts: Talking the Talk and Walking the Walk. In the first, you'll learn the Ruby scripting language and the overall craft of scripting. In the second, you'll see how that knowledge can be applied to solve common testing problems.

You'll also see how to cope with common mistakes. You'll see how to recover from blind alleys and how to recognize and fix your own scripting. You'll even see examples of the most common typos, so that you'll recognize the symptoms when you see them.

About the Author

Brian Marick graduated in 1981 with one degree in Mathematics and Computer Science and another one in English Literature. In his early career, he continued to be confused about his identity. Sometimes he was a programmer. Sometimes he was a tester. He became better at each because he understood the other. Brian is the author of The Craft of Software Testing, which promotes test design techniques, how testers support the team, and unscripted exploratory manual testing. He was an author of the Manifesto for Agile Software Development and was the second chair of the Agile Alliance board of directors. Because the Agile methods encourage cross-disciplinary work, he's once again without a fixed identity. When consulting, he sticks his nose into everything.

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

5 star
0
2 star
0
1 star
0
3.7 out of 5 stars
3.7 out of 5 stars
Most Helpful Customer Reviews
3 of 3 people found the following review helpful
4.0 out of 5 stars Good Ruby book for beginners... 30 Aug 2007
Format:Paperback
It's been 12 years since Yukihiro Matsumoto released Ruby's first version. Now that Ruby has achieved mass popularity, more and more people are getting into this new, perhaps odd, programming language. Among other functionalities, Ruby is very suitable for developing lightning fast scripts and learning how to write these is this book's main purpose.

The book is written around four interesting projects that teach you from the basics of Ruby to some useful aspects of this language. Those are an uninstaller checker, a version control system, a web page information retriever and a system monitor for watching long-running programs and then forward information trough email or instant messaging.

Even though the graphics in the book's back says it is for people between beginner and expert level users, I find it specially good for beginners. I'd risk saying that it is even suitable for absolute beginners due to the fact that Brian Marick explains how to set up the language, use a system shell as well as what object oriented programming is, etc...
He does all this without appealing to other languages. This fact, although it is great for beginners, can sometimes annoy experienced developers a bit but it's nothing one cannot deal with.

Brian Marick lead us through the book using a simple and direct speech sometimes with a slight sense of humor to chill things out. He doesn't only teaches how to use the language but also encourage people using it referring to eventual "bugs" and other things that may appear to be odd for beginners.
Another good characteristics are the "Ruby Facts" chapters, it's like an intermission that briefly introduces some concepts as in chapter 10 - "Ruby Facts: Regular Expressions".

The book intends that the reader goes programming along with it as it is a practical book. No deep and extensive concepts are taught here, there's not even an introduction reminding of Ruby's history. Therefore this is a straight practice oriented hands-on book with it's main target being testers that might want to automate some of their work.

Concluding, despite the fact that the book's name ends with "for Teams, Testers and You", all the book seems to be written thinking about testers. I recommend the book specially for beginners who want to learn Ruby as their first programming language and for people who don't know Ruby and want to learn quickly how to write Ruby scripts. Therefore I give this book an overall classification of 4/5.

Review by
Joaquim Rocha (NEEI)
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
Format:Paperback
Note the nice little diagram on the back of the book: "Skill level: beginner".

This book was originally drafted with testers (only) in mind, and it shows, with some chapters plunging headlong into code-testing matters, with the implication that those to whom it's not relevant can skip on to the next interesting part. But the majority of this book is about the basics of using Ruby, with practical (command-line) results in mind.

Though it is certainly aimed at the Ruby beginner, this book isn't for programming beginners, as it doesn't try to stop and explain what the meanings and purposes behind the various programming idioms are. Instead, it's assumed that you know something about scripting, programming, or at least command-line shells, and are looking for some way to test your company's Ruby project. Or maybe just add another system administration tool to your arsenal.

For people who need to get practical work done in a command-line environment, or those who (for whatever reason) have to deal with existing Ruby code but don't know it themselves, I would absolutely recommend this book, over even "Programming Ruby" (aka "the pickaxe book"). It concisely covers all the stuff you really need to know, even though it is no reference.

For everyone else - those who already know the basics of Ruby, those who have little use for command-line tools, and those who are novices to programming in general - it may well be worth a read, but I wouldn't suggest you buy it.
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
4.0 out of 5 stars We've been waiting for this 18 Feb 2007
Format:Paperback|Amazon Verified Purchase
Ruby is a bit vicious but with Watir is good for testers. This started out as a book for testers but has been broadened for just all types of ordinary folk. I've only just started it but it looks like a valuable contribution at a very gentle level from someone with plenty of street-cred in the Agile/Testing/Ruby arena. If you've wanted a programming capability to automate lots of everyday tasks but have been overwhelmed by the complexity of say VB Script then maybe this book is for you.
Comment | 
Was this review helpful to you?
Would you like to see more reviews about this item?
Were these reviews helpful?   Let us know
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges