Tips for creating executables Here are some tips that you can use to make your exes run on all the machines reliably
1) Use keyboard shortcuts wherever possible. For e.g. to open the File menu, use Alt + F instead of mouse click.
2) In order to move between various fields in an application use TAB key or space bar etc.
3) To open any program or file use the command Open Program/File rather than opening it from Start->Programs or desktop icons using the mouse clicks.
4) If your task is referring to the files or folders then make sure that the files and folder structures are same on all the machines where the executable is going to run.
5) If you are using a web recorder task then it will work on other machines reliably as those tasks do not depend on the co-ordinates. |