ContributionsMost RecentMost LikesSolutionsRe: Test step for skipping others? Am having one usecase where i created test suite with 3 test steps inside that testcase . 1.teststep1--> loading properties file and creating testRunner Context. 2.Invoking Authtoken getting api ,setting the token from api response to context . 3.Using the token from context and making another rest call. Now my challenge is Token is valid for 30mins .Currently when am executing test ,all 3 steps running in sequential everytime .when I try load test each time that token getting step also getting called and my test results including that .Since the token is valid of 30mins ,how can i skip that step for 30 mins and run the other steps ? Appreciate your quick help on this . Regards, Brahmaiah