摘要:
Math.random() 获取0-1内一个随机浮点数,不包含1 Random e = new Random(); ra.nextInt(10); 获取0-10内一个随机数,不包含10 // 0-100整数,方法一 double random = Math.random(); System.out. 阅读全文
摘要:
一、RF中断言方式 title should be(断言title与预期指定的title内容相等) Open Browser https://www.baidu.com/ gc Title Should Be 百度一下,你就知道 页面错误 should be equal (断言某个字符串与预期指定的 阅读全文