@startuml skinparam BackgroundColor F0F0F0 start partition Initialization { :enforce pretest machine conditions: -inject test data to DB: ** BT device -PurePhone visible state: ** in ApplicationSettings:Bluetooth ** bluetooth turned off; } partition test-run { : turn BT on; : enter AllDevices; if (BT device name displayed) then (yes) : forget; else (no = failure) stop endif if (BT device name displayed) then (success) else (yes = failure) stop endif } partition post-test-analysis { :on "all device" window: -parse all devices window content -check for BT device name - should not appear; } @enduml