I have recently coded UFT to upload an XML file to ALM as a resource, storing it in the Test Resource area. I have done this often for XLS and other files, but this is the first time I've tried it for an XML file. However, even though the file to be uploaded is correct, when I download the file later, it has become truncated.
1/. The file is verified before uploading, so it's not a problem with the file itself.
2/. The size of the file seems to be random...that is, it is truncated in a different place every time I re-upload the file.
3/. If I download the file several times without re-uploading, it is truncated at the same place (implying the issue lies with the upload not the download).
4/. If I download the file from different machines, I get the file truncated in the same place, suggesting the problem is not a local one.
5/. The issue is the same whether I do this manually through the ALM GUI, or via UFT code.
5/. The same code applied to other file-types works properly.
Has anybody got this same issue, or know of a fix please?