- Download the .fmaddon file below
- Double click to install your FileMaker Add-on directory
- Open the FileMaker file you want to start running tests
- Enter Layout mode, Add-ons, click the + at the bottom left
- Locate 'FMTest Framework' and click Choose
- Create layouts for each context you want to run tests and drag the add-on to each
- 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