Almost, actually. For those who solicitous, please check-out from the svn repository and give it a try.
0.7.1 have a few exciting features along with it.
- Element Highlighting. Highlight the currently operating html element in AUT, so that users can see which element is being "clicked". (Honestly I don't feel it's very useful :>)
- Break Points. Click any row of test case and you'll get a break point in place (and the row will be marked gray). Click it again, the break point will be removed. Well, what is a break point? A break point is something will interrupt your test and you must click "Continue" to move forward...
- CSS Selectors. Wow, it's really cool...Now you can use CSS selectors for element locators, such as css=a[href="#id3"]. Refer to Selenium Reference doco for detailed information.

本文介绍了Selenium 0.7.1版本中新增的功能,包括元素高亮显示、断点设置及CSS选择器的使用等。通过这些功能,用户可以更方便地进行Web应用测试。
10万+

被折叠的 条评论
为什么被折叠?



