This usually happens for one of the following reasons:
You neither set the result page explicitly via setHtmlPage() nor called one of the loadPage methods.
This action is the last action and XLT received the response of an asynchronous request triggered by JavaScript after this action has finished. In this case you might either
increase the time that XLT waits for background JavaScript jobs to complete via property com.xceptance.xlt.js.backgroundActivity.waitingTime and/or
configure XLT to execute AJAX calls synchronously via property com.xceptance.xlt.js.ajax.executionMode.
Request/Response Information
Request Body
Request Body (JSON)
Response Body
Response Body (JSON)
Request
General Request Information
URL
Request Method
Start Time
Request Headers
URL Query Parameters
POST Parameters
Request Body (Raw)
Response
General Response Information
Protocol
Status
Load Time
Response Headers
Failed to load ''.
You see this message for one of the following reasons:
The file mentioned above does not exist or is not readable.
Your browser forbids to load local files via AJAX. For example, this is the case for Chrome, Safari and Opera.
Stored Test Parameters and Result Data
Hint: Copied table rows can simply be pasted to properties files. No need to explicitly insert a '=' between key and value to make it work.