'Oracle Apex 20.1 automated testing

Is there available any tool or framework for automated security testing of Oracle Apex 20.1 application?

I found Apex-sert but as the README on their github page says it supports only older versions.

https://github.com/OraOpenSource/apex-sert



Solution 1:[1]

You can download from my fork https://github.com/rajeshvig/apex-sert, last build is for 19.1 but i didn't have to make any changes till 20.2 after this as it works as is

Solution 2:[2]

No, There is no tool or framework for automated security testing of Oracle Apex 20.1 application as of now.

Solution 3:[3]

I've never seen an automation tool specific for APEX, however there are some that are surprisingly capable or navigating it in and have a low learning curve.

Have you ever tried cypress ? We use it here and it does the trick with APEX and many other types of web applications.

If you never heard of it, I could recommend this video from insum

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 rvig
Solution 2 Akil_Ramesh
Solution 3 Paulo Künzel