TestNG not running tests in testing suite

前端 未结 15 2411
北荒
北荒 2021-02-19 21:16

I\'m trying to run a testing suite using XML and TestNG, but I\'m always getting the same message using both: Eclipse and the command line:

[TestNG] Running:
  /         


        
15条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 21:19

    I had done all possible solution that everyone shared here and still does not work.

    Heard someone mentioned creating a new workspace.

    So I started a new workspace and recreated the whole TestNG suite & methods.

    It worked!

    Most probably my other TestNg stuff in my previous workspace could have conflicted with the recent Testng setup.

    So starting a new workspace solved!

提交回复
热议问题