摘要:https://www.tutorialspoint.com/groovy/index.htm
阅读全文
摘要:读取内容存为String 读取内容存为JSONObject
阅读全文
摘要:https://support.smartbear.com/readyapi/docs/index.html
阅读全文
摘要:To obtain the object which refers to the containing test case, use the following code snippet: Groovy def case = testRunner.testCase; By using the tes
阅读全文
摘要:出处:https://www.jianshu.com/p/ce6f8a1f66f4 一、一些内部元件的访问 testRunner.testCase开头 1、向下访问 testRunner.testCase.testSteps[testStepName] testRunner.testCase.get
阅读全文
摘要:出处: https://www.jianshu.com/p/ce91cea16c60 因为觉得网络上的 idea 快捷键不够详尽,所以特别编写了此篇文章,方便大家使用 idea O(∩_∩)O~ 其中的英文说明来自于 idea 的官网资料,中文说明主要来自于自己的领会和理解,英文说明只是作为参考。重
阅读全文
摘要:两种在线安装方式: 1、通过Eclipse Marketplace安装; 在浏览器中拖拽“Drag to your running Eclipse workspace to install TestNG for Eclipse”链接至Eclipse的工作空间,即可启动Eclipse Marketpl
阅读全文
摘要:在使用 Selenium WebDriver 做自动化测试的时候,会经常模拟鼠标和键盘的一些行为。比如使用鼠标单击、双击、右击、拖拽等动作;或者键盘输入、快捷键使用、组合键使用等模拟键盘的操作。在 WebDeriver 中,有一个专门的类来负责实现这些测试场景,那就是 Actions 类,在使用该类
阅读全文