<< Click to Display Table of Contents >> RayQC > 7.3 u2 > User Guide > Appendices External Plug-in Example |
The following script is derived from the PowerShellSample.ps1, which is part of the ExamplepluginSample.rqct checklist file. This file is located in the RayQC application installation directory (e.g. C:\Program Files ()x86)\RayQC\Samples)
function TestMeOne($param1, $param2) { "Hello from TestMe ONE with $param1, $param2" }
function TestMeTwo($param3, $param4) { "Hello from TestMe TWO with $param3, $param4" }
function TestMeThree($param5) { "Hello from TestMe THREE with $param5" } |