第四:Python-UI自动化框架搭建(关键字驱动)

📅 2026/6/26 19:00:17
第四:Python-UI自动化框架搭建(关键字驱动)
1.KeyWordsFrameWork目录下新建RunTest.py文件,运行文件,查看允许结果# encoding = utf-8fromKeyWordsFrameWork.testScripts.TestCreatBuildingimportTestCreatBuildif__name__=='__main__':TestCreatBuild()