Next: , Previous: if else and endif keywords, Up: Test Case control


5.7.16 Object name

The test object name can be considered as a temporary keyword, which is valid between its creation with the createx keyword and its deletion with the delete keyword. The object name is used to call methods from a test object. The method name is given as the first argument for the object name, and the method may have arguments, which are forwarded to the test class method. For example:

     TestObjectName MethodName <method arguments 1 2 3>.