Framework - Java+Selenium+TestNG

 How to use it:

         1.  Create test case which extends BaseTestCase, or BaseWebTestCase.

         2.  Create testNG test suite xml files. Setting parameters url, browser and environment.

         3.  Run testNG cases with Maven command "mvn test -Dfile=your_suite.xml"

         4.  Test case is separated from Page object, as well as test data is separated from test case. It’s helpful for maintenance.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章