Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 NG 和 Junit 之间有什么区别,哪一个最适合 Selenium Webdriver 中的自动化。请举例说明
我的推荐是 Testng,因为点击这里Testng 的优势和 TestNG 相对于 Junit 的优势。还要检查这个
粗略地说...... TestNG 只不过是 Junit 以及一些额外的功能,如报告和一些注释。如果您最不关心测试执行报告,您可以使用 Junit。如果您需要 html 报告,您可以使用 TestNG。