摘要:
Page Object Model Framework which is also known as Page Object Design Pattern or Page Objects PO模式的最大优势是如果UI或者任何页面的HTML对象有了变化,测试并不需要任何改动。只有页面对象的代码受到了影 阅读全文
摘要:
JBehave and Cucumber are completely different frameworks, although meant for the same purpose: acceptance tests. They are based around stories (JBehav 阅读全文
摘要:
写了一个简单的HelloWorld的java程序,使用cmd编译完程序,却出现了Could not find or load main class的错误。后来在网上找到资料说,对于运行这种不含package的程序时,需要用"java -cp . HelloWorld"这样的方式来运行。注意"-cp" 阅读全文