QTP General Function to check/verify that some file exits on the given path or not.
Below is the QTP function which can be used in any general functional library to check/verify that a file exists or not. 1: Function CheckFile(FilePath)2: 'Create the File System Object3:…