Fork me on GitHub

09 2021 档案

摘要:Specflow 的Scope和Tag的用法在Specflow中,step和step Defination 一般是多对一的关系,同一个step Defination可被step多次复用,但是,有时step和step Defination也需要做到一对多 ,这时可使用Scope和Tag来进行局部绑定。 即在step上加上Tag,它只会调用对应scope的step Defination。 阅读全文
posted @ 2021-09-29 22:12 浩然哉 阅读(194) 评论(0) 推荐(0)
摘要:Web UI 自动化测试学习笔记Web UI 自动化测试学习笔记 1.读取csv文件 1.1 字符串转换成数字 //将某一单元格的值转换成字符串string Item = Baseline.Row[i][j].ToString();//去除\string Item = Regex.replace(Item,"\"","");//将 阅读全文
posted @ 2021-09-25 21:32 浩然哉 阅读(335) 评论(0) 推荐(0)
摘要:Selenium with C#Browser Manipulation https://www.selenium.dev/documentation/webdriver/ Browser Navigation Navigate to 跳转到 driver.Navigate().GoToUrl(@"https://selenium 阅读全文
posted @ 2021-09-24 21:55 浩然哉 阅读(369) 评论(0) 推荐(0)

/* 看板娘 */
浏览器标题切换
浏览器标题切换end