Oracle BRM: What is the name of the tool provided by Oracle for automated testing?
Pinata Opcoder
Pinata opcoder is a tool that is provided by Oracle for automated testing of BRM applications.
Oracle BRM's testing tools can be downloaded from the link below:
http://www.oracle.com/technetwork/apps-tech/index-098865.html
Note: Refer to the 'opcoder_user_manual.pdf' file for more details about configuring the test cases for Oracle BRM.
The creation of a basic PINATA / Opcoder test involves the following steps:
1) Write out your Test Cases as comments in a PINATA script
2) Turn Recording On
3) Record your Test Cases, following the Recording hints given below
4) Mark your test cases with “fetch-opc”. Keep the individual opcoder files small to allow simple rerecording of the parts if necessary.
5) Extract your .opc (opcoder) files to a test directory6) Test and debug your scripts by playing them back, one at a time
Note: Include a "Setup", "Test", and "Clean-up" section for each of your test cases. Your piΓ±ata/opcoder.
scripts should run from start to finish, repeatedly without failing. This greatly simplifies test development.
Note: You should avoid platform specific calls. Pinata makes this quite doable with its platform specific variables. Pinata and opcoder scripts should always run, without change on all Portal platforms.
Comments
Post a Comment