If you are referring to performing these actions in an application rather than actions on the local machine, we do have XML functions to work with XML documents and parse and verify XML values of web response documents. You will find these in the ‘XML Functions’ section of SilkPerformer Help. I assume that you are referring to files on a local machine rather than within an application which is being tested, however, there is no ‘out of the box’ bdl functionality which will do this for you. Another possibility would be to use DLL integration to use functions from the Win32 API to interact with the files on the machine. However the Win32 API functionality would need to exist in order to perform the validation that is required. The following knowledge base article provides information about using DLL integration in order to use functions from the Win32 API: community.microfocus.com/.../9744.how-do-i-integrate-third-party-dlls-into-my-silkperformer-script-do-you-have-any-examples-of-integration-of-potentially-useful-functions-from-the-win32-api.aspx
↧