iks-gmbh-tools / SysNat

SysNat is a QA tool that supports automation both in test execution and generation of system documentation. It is based on natural language and designed to be applied in cross functional teams.
0 stars 0 forks source link

SettingsConfigDialog bad seletion of environment #10

Closed iks-gmbh closed 5 years ago

iks-gmbh commented 5 years ago

The SettingsConfigDialog lists all environments defined in the settings.config. This allows to select an invalid combination of test application and enviroment, because a certain environment may not be defined for the test application.

Solution, the test application properties must be read and only the environments defined there must be listed in the SettingsConfigDialog. This selection must change when a other test application is selected.

iks-gmbh commented 5 years ago

Solution described has been implemented. SettingsConfigDialog has also been renamed to SysNatStartDialog.