1.We have an application in which we need to upload few documents for a script
2. We have to upload a different document always for which we will use a counter during testing
3.However, the content in the uploaded documents should also be different at run time, Otherwise the script will fail during test.
Any help would be highly appreciated.
Regards,
Vijaya Sree
To upload different files you can follow the procedure described in that post
The main point is to copy your files under the "custom-resources" folder in your project folder and use the "${NL-CustomResources}" variable as path to your files.
This variable is a NeoLoad variable that will automatically be translated to an absolute path on the LG. So you do not have to take care of your files on the LG's since they are automatically sent by the controller at the beginning of the test.
Nouredine answered
Venkata Vijaya posted a new question