DefineTestStop [changed since version 1.3.0]

Parent Previous

DefineTestStop

Description: the method checks the status of the process (stopped or not)

Syntax: DefineTestStop()

Return value: bool (true or false)


Example:

int step = tester.SendMessage("the text of the actions", Tester.FAILED, "the text of the comment");

if (tester.DefineTestStop(step) == true) return; // so the test is stopped

Created with the Personal Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source