Opkey's Oracle Fusion keywords are commands to facilitate the automation of Oracle Fusion application testing scenarios.
Let's understand this with an example of using the OracleFusion_SelectRadioButton.
OracleFusion_SelectRadioButton
This keyword selects a radio button in the Oracle Fusion application.
This keyword accepts both the Radio Button object and Data Input Argument as input parameters
For example, to select a radio button on the application use the following steps:-
Add a new step in your test case by clicking the Add Step button at the top panel. Click on the search to search for the keyword and add it to the test case.
Next, click on the three dots respective to the step and select Edit input data to enter the object and data input.
On the next window, click on the arrow to Edit the Test Object.
Now add an Object input argument.
These values are filled as per the requirement of the keyword used in the test case.
We have given similar tables for each keyword for illustration.
Test Object
Input Data
Output Data
Common Error conditions
Note:
Whenever the user works on the table structure it is recommended that the table keywords should be used and not the object of every cell. The table keywords provide us the flexibility to identify the cell based on relative columns and values.
For example, if we want to fetch the 2nd row 2nd column cell value we can record that object as well but in case if the serial number is changed of the required company the wrong value will be fetched.
Consider if you want to obtain the right Contact for the desired Company, we can use Identifier and related value insert below input data
ColumnName= Contact
Identifier1= Company
Value1 = ABC
Now no matter where the company is positioned in the table only related contact will be fetched.
Please go through the List of OracleFusion keywords.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article