Main Entry Pointby Group Public on Sunday April 25 2010 @ 21:44:20 (1/1 Points) |
|
| Configuration ↪Reference ✑ Reply ✓ Stick It ✗ Ditch It ⚐ Tag It |
The main unit→ entry point can be specified on the command line. Alternately it may be specified as the item System.Main. This is useful in cases where all configuration data should come from a ptest→ file.
System.Main=package.EntryPoint
Note that specified this way the entry point must be in the package/unit name form, whereas on the command line a filename was allowed.
TestPlan Main Entry Point
