Reputation: 1
I'm looking for a non-regression test automation tool :
These are my two imperatives.
Of course, I found Selenium which is the unavoidable tool.
However, my manager would like me to submit several tools that I would have audited. Do you have some tracks or experiences that I could use in order to submit several tools to him?
thanks in advance
Upvotes: 0
Views: 299
Reputation: 3721
You might want to look at Oracle Developer Cloud Service as a platform that combines issue tracking and DevOps+test automation with specific support for ADF built-in: https://blogs.oracle.com/shay/entry/agile_development_with_oracle_developer Selenium - there is an ADF extension to it: https://github.com/adfemg/adf-selenium
Upvotes: 0
Reputation: 977
For unit/non regression testing you can use :
Upvotes: 0