Examples of Scripts that Contain Parameters
The following examples show scripts that create and pass parameters.
List Example
Demonstrates how to create and pass list parameters between a parent and child script that test the Notepad application.
Enum Example
Demonstrates how to create and pass enum parameters between a parent and child script that test the Notepad application.
Number Example
Demonstrates how to create and pass number parameters in a single script that tests the Notepad application.
Boolean Example
Demonstrates how to create and pass boolean parameters in a single script that tests the Notepad application.
Array Example
Demonstrates how to create and pass array parameters in a single script that tests the Notepad application.
Parent topic:
Creating and Passing Parameters in Scripts