1.    # Define the OS variable because the library expects it.
2.    Var OS="Windows"
3.   
4.    # Include the library.
5.    Include calculator-lib.tpr
6.   
7.    # Define HTML report.
8.    Report "calculator-{OS}.html" desc="Calculator testing on {OS}."
9.   
10.    # Calculate "5+5" and "10*5".
11.    calculate "5+5"
12.    calculate "10*5"

 

12 December 2014

Copyright © T-Plan Ltd.

Version 1.0