Skip to content

vitodcampanelli/apex-auto-data-entry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APEX Testing Data entry

Introduction

One of the things I hate most is testing an APEX form, basically the data entry portion. Last year I attended KScope for the first time and saw an interesting presentation: Testing APEX: Removing the Boring from Testing John Scott, APEX Evangelists. The presentation had more complex and cool examples, I am boring, I just use node.js and nightmare.js, to help speed up my data entry and workflows. Saved me a ton of time.

Install

git clone https://github.com/vitodcampanelli/apex-auto-data-entry
npm install

Run

1- Run the file get_script_output.sql in the database to get the majority of the information needed for the insert.js file.

2- Edit the insert.js file according with the values you need.

3- Run the file:

node insert.js

Thanks

Links

Oracle APEX

Nightmare.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published