def getTestResultFolder(self): url = self.sessionIdUrl+'/ixLoad/test' response = self.get(url) return response.json()['runResultDirFull']