• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Question about "The way of the webtester book"

 
Ranch Hand
Posts: 312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all welcome to the Ranch

My question is, is the book oriented to UI testing or is it API focused? Do you sepcifically explain something about certain frameworks/libraries (if yes, which ones?)

Thanks!
Cheers
 
Author
Posts: 20
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Albareto,

The book consists of roughly four sections.

1. UI testing.
2. API testing.
3. Unit testing.
4. Other stuff (programming, test organization, framework and language, TDD).

It's not a book about libraries. It's more a book on technique. My goal here wasn't to teach anyone a particular library. It was to teach how to test, so the library wouldn't matter.

We use Ruby on Rails, RSpec, and Capybara. But it's not a book on those technologies. It's a book for testers who want to get into automation, and understand how testing frameworks work. And for programmers who want to get better at testing, with automation saving them a lot of time and making them more valuable to their teams.

Thanks for asking, Jonathan
 
get schwifty. tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic