type: chapter layout: multipage-overview title: sbt and ScalaTest description: In this lesson we'll start to introduce sbt and ScalaTest, two tools commonly used on Scala projects. partof: scala_book overview-name: Scala Book discourse: true num: 40 outof: 54 previous-page: oop-pizza-example next-page: scala-build-tool-sbt
In the next few lessons you’ll see a couple of tools that are commonly used in Scala projects:
- The sbt build tool
- ScalaTest, a code testing framework
We’ll start by showing how to use sbt, and then you’ll see how to use ScalaTest and sbt together to build and test your Scala projects.