source: sasview/sasview/squish_test_suites/suite_sasview_bdd/tst_case1/test.feature @ c691d36

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since c691d36 was c691d36, checked in by Piotr Rozyczko <rozyczko@…>, 7 years ago

Added an initial BDD suite: SASVIEW-635

  • Property mode set to 100755
File size: 565 bytes
Line 
1Feature: Opening files in File Explorer
2
3    This test will assure correct behaviour of the file loader
4
5    Scenario: Loading a single 1D file
6
7        Given SasView running
8          And empty File Explorer
9         When I click on Load Data
10         And choose a 1D file
11         Then a new index will show up in File Explorer
12          And It will be checked
13
14    Scenario: Unselecting the file index
15       
16        Given SasView running
17        And a 1D file loaded
18        When I select Uncheck All
19        Then the 1D file index will be unchecked
20
21       
Note: See TracBrowser for help on using the repository browser.