-
Notifications
You must be signed in to change notification settings - Fork 0
GenerationDialog
The GenerationDialog is tool box for developers. For frequently occurring requirements the SysNat-developer is able to generate code which does not be written manually. Those requirements are:
A) Configuring a new test application in SysNat
B) Introducing a new page object for an existing test application
C) Creating a new natural language instruction (i.e. writting its java method stub
The GenerationDialog offers for each of these requirements a separator tab. To start the GenerationDialog start the SysNatDialog with DialogMode 'Developer' or switch to this mode by pressing SHIFT CTRL ALT m.
The three tabs for the named requirements look that way:
A:
B:
See also PageChangeEvents.
C:
After analysing the natural language inserted text, SysNat will ask the developer a couple of details needed. If completely given, SysNat will do the code generation.