Using Ask and Answer to Combine Testing Methods
Testing is not always an entirely automated or entirely manual task. Under many conditions, combining the two approaches might be the most efficient or reasonable way to properly test an application. Eggplant Functional (EPF) includes several useful commands that allow a tester to manually direct the specifics of an automated test during test execution.
The Ask and Answer family of commands allow the tester to make decisions about test inputs and branching behavior on demand, when the requirements of the application or test are too complex to be reasonably automated. The commands generate dialog boxes in Eggplant Functional or in the operating system to prompt the tester to make the decisions at the appropriate times.
These commands leverage the it variable in order to feed the tester’s decision back into the test.