ContributionsMost RecentMost LikesSolutionsRe: Work flow handling Thanks a lot, I'll take a look on these topics. Re: Work flow handling So appreciated Alex, I'm following your guidelines. Work flow handling Hi all, I have a scenario as below: TestSuite: Account information: - test item1: Create an Account - test item2: Login with the Account has just created - test item3: Update account information When I run TestSuite, is there any way to check if test item1 is passed on the main flow (some checkpoint failed is ok, just make sure the script can create an Account successfully) Test Complete will run test items 2 and 3? and if test item 1 failed (script can not create an Account successfully) Test Complete will stop immediately without running test items 2 and 3. Thanks in advance. Solved