a. Program module b. System module c. Driver module
Software development environment and integrated, customizable Test Executive for execution, sequencing, debugging and fault analysis of tests
a. LanguageUIEnglish.dll, LanguageUIHebrew.dll, LanguageUIGerman.dll, LanguageUIChinese.dll, etc.b. These DLL files should contain the implementation of the User interface and language based resources.
a. Allows the DLLs to have the same inputs and outputsb. Allows the program to call in the language DLLs through the UIlib DLL
a. Name it UIb. Create the driver that will have all of the DLLs in it
a. Name it SelectLanguageb. Gives the user the opportunity to choose which language they want to be displayed
a. By clicking the language, it will call in the proper language DLL
a. Name it Display Form
a. Name it LoadMainFormb. This procedure is in all the language DLLs too, so by calling in this procedure, the program reads in the UILib DLL and transfers you to the proper DLL file
a. In ATEasy, when you create a new procedure, it is not a public procedure so by making this procedure into a command you are allowing the entire project to see and use this command. Essentially, you are converting the procedure from a private to a public procedure.
a. Name it LanguageUIChinese or whatever language DLL you are making
a. Name it MainForm
a. Name it LoadMainForm
a. Name it GetTaskTestName
a. Name it TranslateLogString_OnInit
a. Name it TranslateLogString_OnInitProgram
a. Name it TranslateLogString_OnInitTask
a. Name it TranslateLogString_OnEndProgram