@BeforeClass( groups = {"wso2.das"}, alwaysRun = true) protected void init() throws Exception { super.init(); String session = getSessionCookie(); webServiceClient = new AnalyticsWebServiceClient(backendURL, session); persistenceClient = new EventStreamPersistenceClient(backendURL, session); }