Hello!
1. If you need to switch between different application windows during a test, you need to scan the windows into different Application objects. For the Application objects keep property Activate Window=TRUE. ZAPTEST will focus on a window before accessing objects on it.
2. You can type Path+File into the “File Name:” field.
– define a relative object for the File Name edit box (you can use “File Name:” as a parent object).
– use Type method to type full path. Example:
Application(“Application”).View(“View”).Object(“File Name:”).Object(“editFileName”).Type “C:MyFolderZAPTEST Documentation{ENTER}”