When we talk about web browser automation, Selenium may come to mind first. Selenium is the most powerful open source automation tool, but it is just a standalone driver. It needs to be integrated with test framework TestNG/Junit, code repository SVN/Git, CI tools Jenkins/TeamCity and other test management platforms (e.g. Jira). It sounds a little […]
Yanny Han