Project

General

Profile

action #103320

Updated by geor over 2 years ago

## Description 

 In DASD Disk Management page (can be seen [here](https://openqa.suse.de/tests/7125537#step/disk_activation/2)) there is the capability of filtering a DASD disks disk by inputting a channel range in the minimum and maximum channel ID fields. 

 We can test this by using the functionality (`enter_maximum_channel`, `enter_minimum_channel`, `press_filter_button`) provided by `DASDDiskManagementPage.pm`. 

 ## Acceptance Criteria 
 * Create a test module that filters the shown DASD devices by a selected channel range and validate the output. 

 ## Suggestions 
 * An easy implementation can be to have the same channel value for minimum and maximum channel. This will make validating the output easier, since the table item list will contain only one item to be asserted.

Back