摘要:
1. 检查标题代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--deftest_navigate_page_without_click_link(self):sel=self.seleniumsel.open(self.BASE_URL)sel.op... 阅读全文
摘要:
为了全面测试一个Web系统,我们需要与系统UI相交互并做出相应的断言。最常用的交互是通过selenium.py中以下方法来实现的:open(url):Opens an URL in the test frame. This accepts both relative and absolute URLs.click(locator): Clicks on a link, button, checkb... 阅读全文
摘要:
Selenium是thoughtworks公司的一个集成测试的强大工具,关于它的好处网络随处可以搜到,我就不一一介绍,在之前见到一个系列是Selenium Remote Control For Java,在这里模仿一下,主要以Python来实现。一是我比较喜欢用Python,二是刚好可以练手,熟悉熟悉Python开发Selenium RC脚本。What is Selenium?Selenium i... 阅读全文