Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 6000_case_study:0400_configuration:0800_testing_app [2022/08/21 22:48] – ↷ Links adapted because of a move operation administrator | 6000_case_study:0400_configuration:0800_testing_app [2026/08/13 00:55] (current) – ↷ Page moved from docs:6000_case_study:0400_configuration:0800_testing_app to 6000_case_study:0400_configuration:0800_testing_app localdev | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| At this stage we basically have the core of the application ready. There is still a fair amount of work to be done – polish up the user interface, add reports and documents, define access control rules. It is highly recommended, | At this stage we basically have the core of the application ready. There is still a fair amount of work to be done – polish up the user interface, add reports and documents, define access control rules. It is highly recommended, | ||
| - | So the next step is to test the application configured so far – we can check how the operations work, whether rules are executed as expected etc. Before we can start testing the application we need to put the business space version under test (see also the [[start:6000_case_study:testing_mode]] section | + | So the next step is to test the application configured so far – we can check how the operations work, whether rules are executed as expected etc. Before we can start testing the application we need to put the business space version under test (see also the [[2000_concepts:1000_config_proc:0300_testing_mode|testing mode]] section). To do this right click on the business space version node in the Elements Tree and select "Put under Test" from the pop-up menu. At this point //**AwareIM**// will build all the required database tables and links between the tables. Once the version has been put under test, its state will be changed from '' |
| - | We now need to start using the system pretending to be the system’s operator. First of all we need to start the Internet browser and log into the system. We can do this by selecting " | + | We now need to start using the system pretending to be the system’s operator. First of all we need to start the Internet browser and log into the system. We can do this by selecting " |
| We can now create a few items and members, borrow and reserve items, search for members and items and perform all other operations that we have defined. Note that all objects that we create during testing will be stored in a separate database, which means that if we had any real operation data it would not be affected by the testing data. | We can now create a few items and members, borrow and reserve items, search for members and items and perform all other operations that we have defined. Note that all objects that we create during testing will be stored in a separate database, which means that if we had any real operation data it would not be affected by the testing data. | ||