Best Practice when using a local file for a test case
Hi All,
Can anyone recommend a good practice when using local files for a test case, I am currently recording the step where I have to select the file from my local machine as the following
Select the ellipse button in my application going to the file explorer and selecting the file
Thanks
I did not have the open file method, the main issue now is when selecting the pop up menu to open the import screen, the tool is not recognizing the object
That may work for you now, but you'll find several threads in this forum that advise against using that sort of positioning in your test. It is not stable. If you move to another browser or test machine or even use a different monitor, there is a high risk that your test will break. Using the object names is the better solution.