UI自动化框架设计

[driver]:驱动文件存放

[config]:配置文件

    driver_path

    account_info

[data]:数据文件

    location_data

[common]:基类方法

    browser_operation

    element_operation

[function]:页面操作类

    base_page

    login_page

    share_page

    desktop_page

[testcases]: 测试用例

    [sharelink]:外部分享页

        file_page_share.py

        folder_page_share.py

……

……

你可能感兴趣的:(UI自动化框架设计)