Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Testing with f#

You're reading from   Testing with f# Deliver high-quality, bug-free applications by testing them with efficient and expressive functional programming

Arrow left icon
Product type Paperback
Published in Feb 2015
Publisher Packt
ISBN-13 9781784391232
Length 286 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Mikael Lundin Mikael Lundin
Author Profile Icon Mikael Lundin
Mikael Lundin
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. The Practice of Test Automation FREE CHAPTER 2. Writing Testable Code with Functional Programming 3. Setting Up Your Test Environment 4. Unit Testing 5. Integration Testing 6. Functional Testing 7. The Controversy of Test Automation 8. Testing in an Agile Context 9. Test Smells 10. The Ten Commandments of Test Automation Index

The Kanban board

If you have worked with any kind of agile methodology before, you have likely run across the Kanban board.

The following figure shows a basic example of a Kanban board:

The Kanban board

How do we deal with testing and bug reports on the board?

To the left are the user stories that the team has committed to this sprint. The Post-it notes are the user stories broken down into tasks. The columns are the statuses that these tasks are in. When the sprint starts, all the Post-it notes are in the left column, and when the sprint ends, they have all moved to the right.

Testing should be treated just as any other development task, by having a Post-it note for it. When all the other tasks are in the Ready for test column, the tester can move his or her task into the In progress column and start verification. Any bug found will be added into the To do column with a different colored Post-it. It is not necessary to fix all the bugs in order to deliver the sprint, but it is preferable.

When all yellow tasks...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image