
The QMTest KeyMacro Builder is used to define the macro language used by a system under test, where a “macro” is a chunk of code that performs a sequence of operations in the system under test. Unlike some other testing tools, QMTest KeyMacro Builder is a tool for creating new macros and modifying existing macros, rather than being a traditional macro editor. Rather than becoming a programming language, macro language is used to define simple keystroke sequences that can be used to automate testing. This type of macro language is very different from programming language, and requires users to provide the “glue” code needed to connect the macros…