OTE navigator is a view that provides quick navigation to many of the GUI's and features of OTE. By default it can be found on the left side of eclipse in the OSEE Test Perspective.
The Test Manager is the application that is used to run test programs in OTE (OSEE Test Environment). In OTE, tests are run which are referred to as test scripts. The Test Manager has multiple pages which are used to manage the running of these scripts. To navigate to each page, the user selects the associated tab on the bottom of the Test Manager. The Overview page can be configured with some basic overview info for the particular configuration that is extending the OTE. The Hosts page allows the user to see and connect to test environments that are used in the running of scripts. The Scripts page is the page where the scripts are actually run. The Advanced page has many configuration options related to the running of scripts. The Source page is where codes to run the scripts against can be specified.
The Overview page of Test Manager allows for some brief overview information related to the configuration of the Test Manager.
The Hosts page of Test Manager shows the test servers that are available for the user to connect to. These test servers are the services that the test scripts code is actually run. Below is a screen shot showing an example of the Hosts tab with a test server available to be connected to before the user is connected. A user can connect a test server from this page. This table is an XViewer Table which allows the user to employ column sorting.
Below is the same example after a user named osee has connected to the test server. Notice the lightning bolt in the left column of the server entry in the table and the user's name in the User column.
The Scripts page of Test Manager is the page that is the main controller of running test scripts. Below is a screen shot of the Script page with no scripts in it. There is a box near the bottom that has information related to the running of the scripts. There are also widgets along the top of the page that allow for saving and loading of script run lists, clearing out of scripts highlighted, code to run against selection, and a test server connection widget. The running and aborting widgets are there as well, though they are grayed out since the user is not connected to a test server yet.
Below, the user has put some test scripts in the Script page. The check box to the left is for determining if the script will be run when the play button (which is still grayed out). The names of the test scripts are in the Test column. The Status column shows the current status of the test script, and they all show NOT_CONNECTED when the Test Manager is not connected to a test server. The location of the test script is also shown.
In this shot, the Test Manager has now connected to a test server. The status of the scripts is shown as READY, and the test server connection widget is now shown as a lightning bolt. Also, notice that the green play button is not grayed out anymore. It can be selected to start the running of the selected test scripts.
Below, the test script run is in progress. Notice the first script is completed and there is a checkmark in the Output File column. That signifies that an output file has been created for the completed run. The user can double-click the checkmark to open the output file. The results of the run are shown in the Result column, and it even shows the results while in progress. The first script passed all 721 test point. The 2nd script is still running and has failed 1 of the 9 test points so far.
The Advanced Page of the Test Manager is the page where configuration options can be set. This page can be tailored to the individual needs of the project that is employing the Test Manager. In the example shown, the term OFP is the name for the code that is being tested.
The Source page of Test Manager allows the user to enter source code location to run against. It also contains the location to place the Description information that shows up on the Overview Page.
The Message View tool provides a listing of all messages in the currently checked out Messages.jar file. The main purpose is facilitating adding messages or message elements to the Message Watch tool, such that the trasmision of messages and values of elements can be viewed.
From the OTE Navigator View, open the Messaging folder and double click on “Open Message View”. It can be launched from the OTE Navigator.
Filters the messages and elements, to make it easier to locate the desired messages or elements
Messages and elements are filtered using Java regular expressions. Type in the expression, and select “Go”. To remove the filter, clear the Search box and click “Go”. As shown in the example above, the entire message name was entered, and the corresponding elements also remain. The example below shows using the wildcard “.*”, which means any number of any characters can follow “ACFT”. As shown, messages that do not match the pattern remain if they contain any elements that do match the pattern.
Adds the selected element or message to the Message Watch tool.
From the message watch tool, right-click on the desired message or element and choose “Watch”. If a message is selected, “Watch” will add only the message to Message Watch, “Watch All” will add the message and all of its elements.
The Message Watch tool provides capability to monitor and simulate messages and element values. The Message Watch tool is coupled with the Message View tool, which is used for adding the message/elements to Message Watch.
From the OTE Navigator View, open the Messaging folder and double click on “Open Message Watch”. It can be launched from the OTE Navigator as shown below, or from Message View by watching a message/element.
Adds message elements to the Message Watch tool. Right-click on an existing message. From the menu, choose “Watch Element”, then select either “All” or the specific message element desired. Alternatively, messages/elements can always be added using the Message View tool.
Removes the message/element from the Message Watch table. Right click on the desired element or message, and choose Delete. Alternatively, select the desired item and click the single X, or to remove all items select the double X.
Modifies the value of an element on a Writer buffer. From a Writer Message, right click and choose “Set Value”. Enter the desired value, and select “Ok”.
Each message can be shown as either a “Reader” or a “Writer”, that is either an output of the processor under test, or an input to the processor under test, respectively. The curren tstate is depicted as either a ‘R’ or a ‘W’ on the message icon. In the picture below, all of the messages are currently readers. Right click on a message in the Message Watch table, and choose “Reader/Writer Buffer” from the menu. Select the desired state.
Sorts the data in the Message Watch table by click on the column heading.
The mux view allows the user to monitor and simulate mux messages.
Future