selenium断言方法 软件测试学习需要用什么软件?

软件测试学习需要用什么软件?Selenium,QTP:webautomation testingappium,etc:app automation testingDDMS,AMT:app specia

软件测试学习需要用什么软件?

Selenium,QTP:webautomation testing

appium,etc:app automation testing

DDMS,AMT:app special tools

fiddler,Charles:packet capture tool,webperformance analysis

postman:interface testing

JUnit,unittest,etc:unit testing framework

sqlog,etc:database operation tool

putty,等:Linux连接工具

AutoIT:功能测试

TestLink:测试用例管理

除此之外,还有项目管理软件、office、思维导图、流程图等多种办公软件。测试所需的工具太多了

selenium中用try和catch时,try中是登录,当登录失败时,执行catch,如何写catch()里的内容?

1。如果登录验证失败并执行了检查,则不需要将其写入catch中。您可以在登录后添加断言来判断登录是否成功。诸如TestNG中的asserttrue之类的断言方法可以验证自动化。2如果捕获到异常,则需要在catch Eptione中定义exc,然后捕获异常并将其打印出来。捕获(例外){系统输出打印(e) }