Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue on event "Update[Text Field with Autocomplete]" after Oracle APEX 22.1release

User_H1Z9FOct 11 2022

Hello APEX team,
Today, when I was using my app, I realized that the action fired after updating a "Text Field with Autocomplete" was no longer working. I checked in page design and found out that where it used to figure the "Update[Text Field with Autocomplete]" event was substituted by "Change" event. I'm sure I didn't do that, and I am the only dev in the workspace.
Unfortunately The event "Change" doesn't work for "Text Field with Autocomplete". I can no longer find the event "Update[Text Field with Autocomplete]" that once was on the APEX events list and served me well.
Although I'm using the APEX cloud development environment, I think that this new release has some link with my issue because during last night that was a shutdown on APEX cloud for maintenance.
Thank you, APEX team, for your amazing work, I love your platform!

Comments

PuneetRekhade
Default Weblogic EM console does provide with in-built testing functionality.
Else, you can give a shot to "SOAPUI (http://www.soapui.org/)" tool.

Puneet.
Eric Elzinga
we also use soapui tests for all the integration tests we create
also have a look at soapuipro, lot's of nice functionality

you can easily connect to the database to verify data, or call other webservices to verify if some save action really got saved, and by retrieving all the data you have several different activities to assert your data (groovy, assertions, etc)
we also use some testing support database packages so we can easily trigger some situations we want to test

for loadtesting we use loadui which will eventually use the soapui projects to generate the load, in loadui you can then create production-like situaties (different amount of calls for different services etc)
1 - 2

Post Details

Added on Oct 11 2022
8 comments
1,310 views