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