Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automated Testing for Oracle APEX Web Application

I'm currently working on a new web application and it's being developed using Oracle APEX. It's basically a ten page wizard-style web form that gets filled out and submitted. In nearly all cases, only three or four of these pages will be used and the other exist to present special-case information to the user.

Anyway... I'm currently writing a test plan to ensure all the validation and processes are working as expected and I would like to try automating this testing if at all possible.

Does anyone know any good automated testing tools (preferable open source) that I can put to use for this purpose? Also, as it might be relevant, I'm limited to Java and/or APEX for tailoring these tools to meet my testing needs.

like image 624
Sonny Boy Avatar asked Nov 19 '09 16:11

Sonny Boy


People also ask

Does Oracle have automation testing?

Oracle Functional Testing Suite for Oracle Applications is the right tool for automated testing of Oracle packaged applications, Web and SOA based applications. It provides a powerful integrated scripting platform for automated functional & regression testing and load testing.

What is Oracle test automation?

Oracle Testing as a Service (TaaS) is a cloud-based platform for delivering. automated application testing services. It is a self-service solution designed for. private clouds that orchestrates the testing process end-to-end by automating.

Is Oracle APEX web based?

Oracle APEX (also known as APEX or Oracle Application Express) is an enterprise low-code development platform from Oracle Corporation that is used to develop and deploy web applications on Oracle databases.

Is Jira is a test automation tool?

Originally designed as a bug and issue tracker, Jira serves as a powerful work management tool for various use cases like: Requirement and Test case Management – to manage manual and automated tests. Agile Teams – JIRA software provides scrum and Kanban boards for teams practicing agile methodologies.


1 Answers

Selenium - http://seleniumhq.org/

like image 58
Nate Avatar answered Sep 27 '22 16:09

Nate