Create and execute a test file
/explore
command is used to execute a single step in a test file and add it to a specified file. This command generates and performs steps in an interactive way while creating a test file.
/explore
is the default command sent to TestDriver when no command is
provided.0
.1
./explore
./explore
multiple times in succession to build a comprehensive test file./explore
command is ideal for creating test files in an interactive session.