def test_SMChaoshiCategory_003ZQCategory(self): """ """ driver = Driver.driver SMChaoshi.ZQCategory(driver, "按业绩比较基准") SMChaoshi.ZQCategory(driver, "按产品期限") SMChaoshi.ZQCategory(driver, "按起投金额")
def test_SMChaoshiCategory_006QiTaCategory(self): """ """ driver = Driver.driver SMChaoshi.Switch_Category(driver, "其他") SMChaoshi.ZQCategory(driver, "按业绩比较基准") SMChaoshi.ZQCategory(driver, "按产品期限") SMChaoshi.ZQCategory(driver, "按起投金额")
def test_SMChaoshiCategory_005ZhengQCategory(self): """ """ driver = Driver.driver SMChaoshi.Switch_Category(driver, "证券投资") SMChaoshi.ZQCategory(driver, "按业绩比较基准") SMChaoshi.ZQCategory(driver, "按产品期限") SMChaoshi.ZQCategory(driver, "按起投金额")
def test_HP_SMChaoshi_006Qitainvest(self): """ """ driver = Driver.driver TestResult = SMChaoshi.Qitainvest(driver) assert TestResult == True
def test_HP_SMChaoshi_005Zhengquaninvest(self): """ """ driver = Driver.driver TestResult = SMChaoshi.Zhengquaninvest(driver) assert TestResult == True
def test_HP_6Module_007Zhaiquaninvest(self): """ """ driver = Driver.driver TestResult = SMChaoshi.Zhaiquaninvest(driver) assert TestResult == True
def test_LC_SMChaoshi_005Guquaninvest(self): """ """ driver = Driver.driver TestResult = SMChaoshi.Guquaninvest(driver) assert TestResult == True
def test_HP_SMChaoshi_002Into_SMchaoshi(self): """ 前置条件: 处于已登录状态,页面处于首页 测试步骤: 1.点击"私募超市" 期望结果: 进入私募超市页面 检查点: 无 测试后续步骤: 无 """ driver = Driver.driver TestResult = SMChaoshi.Into_SMChaoshi(driver) assert TestResult == True