标签:
1. 验证语句主要以verify 和assert开头,他们的区别?
A verify command validates and verifies that an element is on the page but does not interrupt the execution of the test. Assert is similar to a verify command except that it will cause the test to fail and interrupt tis execution.
2. selenium standalone server
因为集成了selenium RC、WebDriver 、Grid,所以Standalone(独立的电脑,单机,单独的)。
标签:
原文地址:http://www.cnblogs.com/miniren/p/4974405.html