Forum Discussion

RABrown1986's avatar
RABrown1986
New Contributor
13 years ago

Creating File Dialog

When my test script is run there is a point where I need to ask a person to select a file. This is not part of an application or website, it is something that needs to be selected to that the test script can continue running.



Currently I use a simple inputbox that is built in to TestComplete so the user can just copy and past the directory and file name that they want selected. 



However, I am hoping to instead use a File Dialog box or something similar that would give the user the browse functionality to select a file.



Is there anything like this in TestComplete or any ability to replicate it?



Thanks in advance.