Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:1000_quick_tour:0300_quick_tour [2022/08/18 12:29] – ↷ Links adapted because of a move operation administratordocs:1000_quick_tour:0300_quick_tour [2025/06/11 11:44] (current) aware_support3
Line 3: Line 3:
 ====== Testing ====== ====== Testing ======
  
-The next step is to try out the newly configured system to ensure it works as expected. This is done by instructing //**Aware IM**// to create a testing environment for the system. Select the business space version 1.1 in the tree section of the Configuration Tool, right click and select the Put under test” command from the popup menu. The state of the business version changes to Under Test” indicating that it is now possible to work with the business space in the testing mode (see the “Testing Mode” in the [[docs:1300_user_guide|Aware IM User Guide]] section for more on operation and testing modes). +The next step is to try out the newly configured system to ensure it works as expected. This is done by instructing //**AwareIM**// to create a testing environment for the system. Select the business space version 1.1 in the tree section of the Configuration Tool, right click and select the "Put under testcommand from the popup menu. The state of the business version changes to "Under Testindicating that it is now possible to work with the business space in the testing mode (see the "[[docs:2000_concepts:1000_config_proc:0300_testing_mode|Testing Mode]]"  section for more on operation and testing modes).
- +
  
 We start a standard web browser, such as Internet Explorer, Google Chrome or Mozilla Firefox, and log into the system by entering the following in the address bar of the browser: We start a standard web browser, such as Internet Explorer, Google Chrome or Mozilla Firefox, and log into the system by entering the following in the address bar of the browser:
Line 11: Line 9:
 http://localhost:8080/AwareIM/logonAdmin.html http://localhost:8080/AwareIM/logonAdmin.html
  
-Alternatively we can just select the Tools/Browser login” menu item of the Configuration Tool menu. +Alternatively we can just select the "Tools/Browser loginmenu item of the Configuration Tool menu.
- +
  
 The browser shows the generic login form where we enter the following: The browser shows the generic login form where we enter the following:
  
 +  * ''Business space'': the business name you specified when installing //**AwareIM**//. This is the same business name you used when starting the Configuration Tool.
 +  * ''Login name'': ''admin''. This is the only user registered in the new business space.
 +  * ''Password'': the password you specified when installing //**AwareIM**//. This is the same password you used when starting the Configuration Tool.
 +  * ''Test mode flag'': check the box to indicate we want to login into the testing mode, not the regular operation mode.
  
 +This login address will work if //**AwareIM**// is installed on the same computer. See the "[[docs:2000_concepts:0900_prod_feats:0100_access_control:0200_login|Login]]" section for more login options.
  
-  * Business space: the business name you specified when installing //**Aware IM**//. This is the same business name you used when starting the Configuration Tool. +If all parameters are entered correctly, //**AwareIM**// will display the main page of our application, as configured in the "Administratorvisual perspective, including the "New Customerand "Find Customeritems in the menu.
-  * Login name: ''admin''. This is the only user registered in the new business space. +
-  * Password: the password you specified when installing //**Aware IM**//. This is the same password you used when starting the Configuration Tool. +
-  * Test mode flag: check the box to indicate we want to login into the testing mode, not the regular operation mode. +
- +
- +
- +
-This login address will work if //**Aware IM**// is installed on the same computer. See the “Login” section in the [[docs:1300_user_guide|Aware IM User Guide]] for more login options. +
- +
- +
- +
-If all parameters are entered correctly, //**Aware IM**// will display the main page of our application, as configured in the Administrator” visual perspective, including the New Customer” and Find Customer” items in the menu.+
  
  
  
-Click on the New Customer” menu item. //**Aware IM**// displays a form for the new Customer object showing fields for the configured attributes. Enter some fictitious, but legitimate data for the new customer and click the Create” button. The system validates the entered data and registers our first customer. Create another customer and enter a birthday date, which makes the customer too young to be registered. Upon clicking the Create” button the system should check the ‘Age validation’ rule we specified, give an error message and refuse to register the customer. Correct the birthday field and re-submit the form. In the same way create a few more fictitious customers using different names and birthdays.+Click on the "New Customermenu item. //**AwareIM**// displays a form for the new Customer object showing fields for the configured attributes. Enter some fictitious, but legitimate data for the new customer and click the "Createbutton. The system validates the entered data and registers our first customer. Create another customer and enter a birthday date, which makes the customer too young to be registered. Upon clicking the "Createbutton the system should check the ‘Age validation’ rule we specified, give an error message and refuse to register the customer. Correct the birthday field and re-submit the form. In the same way create a few more fictitious customers using different names and birthdays.
  
  
  
-Next we will try searching for customers. Click on the Find Customer” menu item, enter a part of a customer name when prompted and click on the Search” button. //**Aware IM**// should present a table showing the customers whose names contain the text we entered for the search (note that the search is case-sensitive). If you click on the Edit” button next to a customer name in the query result table //**Aware IM**// will display the form with details for that customer. You can make changes and click on the Save” button to update the customer details. The system will accept the changes only if they pass validation.+Next we will try searching for customers. Click on the "Find Customermenu item, enter a part of a customer name when prompted and click on the "Searchbutton. //**AwareIM**// should present a table showing the customers whose names contain the text we entered for the search (note that the search is case-sensitive). If you click on the "Editbutton next to a customer name in the query result table //**AwareIM**// will display the form with details for that customer. You can make changes and click on the "Savebutton to update the customer details. The system will accept the changes only if they pass validation.
  
  
Line 46: Line 36:
  
  
-  * The computer where //**Aware IM**// is installed can connect to the mail server, in other words it is possible to send outgoing e-mails from the computer. Typically it means that the computer should be connected to the Internet.+  * The computer where //**AwareIM**// is installed can connect to the mail server, in other words it is possible to send outgoing e-mails from the computer. Typically it means that the computer should be connected to the Internet.
   * Some of the fictitious customers have birthdays on the current date.   * Some of the fictitious customers have birthdays on the current date.
   * Those birthday customers have e-mail addresses that we can check to see the e-mails they receive.   * Those birthday customers have e-mail addresses that we can check to see the e-mails they receive.
Line 52: Line 42:
  
  
-We need to check how the system generates and sends greeting emails, but we do not want to wait until seven o’clock in the morning for the process to run. Instead, we can start the greeting process manually via the main menu. Click on the Standard” menu item to see its sub-menu, and then click on the ‘Start process’ item. //**Aware IM**// will run the ''CongratulateBirthdayCustomers'' process and inform us when it finishes.+We need to check how the system generates and sends greeting emails, but we do not want to wait until seven o’clock in the morning for the process to run. Instead, we can start the greeting process manually via the main menu. Click on the "Standardmenu item to see its sub-menu, and then click on the ‘Start process’ item. //**AwareIM**// will run the ''CongratulateBirthdayCustomers'' process and inform us when it finishes.
  
  
  • Last modified: 2022/09/13 18:09