Error when running RF test in Azure DevOps pipeline

Hi @vdavis345 ,

Does it need to be done via file explorer (windows gui?) or can the files just be manipulated directly at the OS level (much easier)?

If the files just be manipulated directly at the OS level, OperatingSystem has keywords for manipulating local files and folders, create, edit, rename, delete etc

As for uploading, that will depend on what the upload process is, POST from RequestsLibrary will let you upload to a web server, likewise Send Cmd from FtpLibrary will let you upload via ftp, there are numerous other methods for “uploading” knowing which you need will determine which library to use.

Hope that helps,

Dave.