• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Testing JavaScript Applications: end to end test automation?

 
Bartender
Posts: 361
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for writing this book.
Does this book talks about end to end test automation with integration to popular CI/CD tools?
Is it also talking about TDD(Test driven development)?
How about integrating testing Javascript applications in a corporate environment with other existing tools?
 
Ranch Hand
Posts: 163
1
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a link to the contents where you can find the chapters:
7. TEST-DRIVEN DEVELOPMENT
10. END-TO-END TESTING
11. CONTINUOUS INTEGRATION & CONTINUOUS DELIVERY

These chapters are not included as free samples but for answering your question, yes, the book covers those topics.
Although not specific, I would say that the chapters 9 & 12 cover part of the topic "integrating testing in a corporate environment with other existing tools".
But I'm sure Lucas da Costa would respond this questions better.
 
Author
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sharma,

Answering your questions:

> Does this book talks about end to end test automation with integration to popular CI/CD tools?

Yes, there's a specific chapter for CI and Continuous Delivery


> Is it also talking about TDD(Test driven development)?

Yes, the chapter which should go out this month covers TDD in-depth.


> How about integrating testing Javascript applications in a corporate environment with other existing tools?

The book is focused in providing you with advice to choose the best tools for your context and throughout the book I explain what to consider when choosing each tool or thinking about adopting certain techniques. Especially in the chapter about TDD you'll find plenty of advice about that.
 
Don't listen to Steve. Just read this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic