wlanutilities/wlanwizard/tsrc/ut/testwlanwizardmanual.h
branchRCL_3
changeset 24 63be7eb3fc78
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
       
     1 /*
       
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description:
       
    15  */
       
    16 
       
    17 #ifndef TESTWLANWIZARDRNMANUAL_H_
       
    18 #define TESTWLANWIZARDRNMANUAL_H_
       
    19 
       
    20 #include "testwlanwizardcontext.h"
       
    21 
       
    22 class TestWlanWizardManual : public TestWlanWizardContext
       
    23 {
       
    24 Q_OBJECT
       
    25 
       
    26 private slots:
       
    27     // Test cases
       
    28     void tcStartWizard();
       
    29     void tc_open_scan_results_received_at_scan_page();
       
    30     void tc_attempt_to_input_too_long_ssid();
       
    31     void tc_scan_succesful_press_cancel_at_summary();
       
    32     void tc_press_previous_at_scanning_page();
       
    33     void tc_scan_succesful_go_to_summary_and_finish();
       
    34     void tc_wep_pwd_too_short_error_label();
       
    35     void tc_press_previous_at_key_query();
       
    36     void tc_manual_selection_with_press_previous();
       
    37     void tc_illegal_characters_in_wep_key();
       
    38     void tc_too_short_wpa_key();
       
    39     void tc_wpa_psk_success();
       
    40     void tc_wpa_no_psk_go_to_eap_start();
       
    41     void tc_wpa2_psk_success();
       
    42     void tc_wpa2_no_psk_go_to_eap_start();
       
    43     void tc_network_closed_generic_error();
       
    44     void tc_adhoc_network_no_psk();
       
    45     void tc_secmode_802_1x_go_to_eap_start();
       
    46     void tc_sec_mode_wapi();
       
    47     void tc_multiple_open_scan_results_single_match();
       
    48     void tc_iap_creation_fail();
       
    49     void tc_scan_ap_status_not_ok();
       
    50     void tc_scan_direct_status_not_ok();
       
    51     void tc_ictresult_enumerated_hotspot();
       
    52     void tc_ictresult_enumerated_cancel();
       
    53     void tc_multiple_ssids_with_same_name_2_netmode_options();
       
    54     void tc_multiple_ssids_with_same_name_press_previous();
       
    55     void tc_multiple_ssids_with_same_name_all_sec_modes();
       
    56     void tc_multiple_ssids_with_same_name_orientation_switch();
       
    57     void tc_multiple_ssids_with_same_name_wps_and_nonwps();
       
    58     void tc_multiple_ssids_with_same_name_two_wps_aps();
       
    59     
       
    60 };
       
    61 
       
    62 #endif /* TESTWLANWIZARDRNMANUAL_H_ */