Oracle Applications are Built On Java, Yet I see very less references about Automation using Selenium. I know Oracle Application Testing Suite (built on Selenium) does support Automation. But would like to know in absence of OATS. Any related info would be highly appreciated.
Does Selenium Support Automation of Oracle Applications Forms & Reports?
1.2k Views Asked by TheRockstar At
2
Only HTML based websites can be tested with Selenium. If the Oracle application exposes an HTML based front end that is accessible via a web browser then you can use Selenium to test it otherwise, you can't.