Solve missing elements in a project at design time
When designing a test scenario, the Project Sanity Check wizard may raise the following issues about missing elements.
Message
File not found in variable X
Description
In the project, variable X is configured to call a file that is not available.
Resolution
Variable X must be modified, as described in Create a variable.
Message
File not found in binary POST request X
Description
In the project, binary POST request X is configured to call a file that is not available.
Resolution
Request X must be modified, as described in POST requests with binary content.
Message
Modifications in Javascript X have not been applied
Description
In the project, a Logical action is an X JavaScript file that fails to execute.
Resolution
X JavaScript file must be modified, as described in JavaScript.
Message
Missing channel in request X
Description
A WebSocket action X requires a WebSocket channel which is missing to establish the connection to the WebSocket server.
Resolution
A WebSocket channel must be created as described in Create a WebSocket channel.
Message
File not found for JavaScript library X
Description
An X JavaScript library file required by a Virtual User script is missing in NeoLoad.
Resolution
The JavaScript library file must be created or specified as described in JavaScript libraries.
Home