Skip to content

FMTest 1.1.1

Latest
Compare
Choose a tag to compare
@MickCrozier MickCrozier released this 28 Oct 12:22
  1. Download the .fmaddon file below
  2. Double click to install your FileMaker Add-on directory
  3. Open the FileMaker file you want to start running tests
  4. Enter Layout mode, Add-ons, click the + at the bottom left
  5. Locate 'FMTest Framework' and click Choose
  6. Create layouts for each context you want to run tests and drag the add-on to each
  7. Start writing tests and enjoy the benefits!

Be sure to read the docs

Changes since 1.0

  • Fix issues where first run of tests could yield weird pass/fail counts
  • Rename FMT.GetLastResult to FMT.GetLastAssertionResult to make it clear
  • Add FMT.GetLastTestSuiteResult
  • Add FMT.GetLastTestCaseResult
  • Add field FMT::Version so you know what version of FMTest you are using