Project

General

Profile

coordination #40484

Updated by riafarov over 5 years ago

## Motivation 
 We test some UI features which affect many and sometimes all test suites. Best example is test for proceeding without accepting license. This is important check, whereas if we want to know overall status of the build, will break all the tests.  
 In case it's located in a separate test suite, we could still validate this functionality, but don't affect other tests. 
 Same is valid for scenarios when some problem makes testing complex, e.g. screensaver. If we have separate test covering screensaver, we have low risk of missing something and have better stability as do not have to apply additional actions for screensaver detection. 

 installer_extended is one of test suites which can be used for UI changes https://openqa.suse.de/tests/2163370 

 ## Acceptance criteria 
 1. All such non-functional checks are identified and either addressed using this ticket, or as a sub-ticket 
 2. Only relevant tests are affected when some feature is broken

Back