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

浙公网安备 33010602011771号