04-02-2019, 04:06 PM
I have files in my local folder, where i am running UFT framework client (VB Script).
I am updating few files and then i want it to upload to ALM resources folder.
Please help me with the API which i can use from VB script to upload files to ALM server.
ALM resources to local machine download is possible as of now using :-
ALM Location - [ALM\Resources] Resources\Test\TestResources
Local location- localAutomationDir = filesys.GetSpecialFolder(2) & "\testfiles"
Please help in API in vb script which copies back folder or files to ALM resources.
I am updating few files and then i want it to upload to ALM resources folder.
Please help me with the API which i can use from VB script to upload files to ALM server.
ALM resources to local machine download is possible as of now using :-
ALM Location - [ALM\Resources] Resources\Test\TestResources
Local location- localAutomationDir = filesys.GetSpecialFolder(2) & "\testfiles"
Please help in API in vb script which copies back folder or files to ALM resources.