Badges
40 Points
10 Years
User Activity
Almost 8 years ago
Answered a question: Cross-Platform Automated Testing Tool
If your application is browser-based, then this may help
The Selenium webdriver is a popular automation test tool.
You can use many languages like Java or Python
To control it(see SeleniumHQ.org).
The same Java/Python programs are applicable across Windows/Linux.
You…
