Changes between Version 35 and Version 36 of PromotExplorerTest
- Timestamp:
- Aug 25, 2010, 5:30:38 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotExplorerTest
v35 v36 10 10 Model type: 'Dynamical Model'. [[BR]] 11 11 Tests to be applied: 9, 38 [[BR]] 12 Start ProMoT server and GUI -> load [source:/Promot/trunk/promot/kb/practical-bio/LOAD.mdl] which includes the library ( reduced-library) for dynamic modeling12 Start ProMoT server and GUI -> load [source:/Promot/trunk/promot/kb/practical-bio/LOAD.mdl] which includes the library (dynamic-library) for dynamic modeling 13 13 -> Open the Visual Explorer for the browser tree node 'dynamic-model' --> 'mapk_modules' --> 'mapkc' by right mouse click --> context menu --> Visual Explorer. 14 14 … … 48 48 49 49 7. Import/export layout [[BR]] Save layout (Model --> Export --> Export Layout) in a file (e.g. cell.graphml) in your home directory, change editing mode to 'Editing', move the compounds 'lig1' and 'ph2' slightly, move the edge handle of inhibition edge '!r1-->not_r1_r2_a2' slightly, import layout (Model --> Import --> Import Layout) from a file (e.g. cell.graphml). The positions of the compounds 'lig1' and 'ph2' and edge handle of inhibition edge '!r1-->not_r1_r2_a2' should be the same as before. [[BR]] --> TODO: use JUnit test. [[BR]][[BR]] 50 8. Import/export attributes [[BR]] Save node attribute 'Map Number' (Model --> Export --> Export Attributes) in a file (e.g. node_attrs.txt) in your home directory, edit file node_attrs.txt by changing in the first line 'Map Number' to 'Test' and in the second linefrom '1' to '5', import attribute file (Model --> Import --> Import Attributes). Copy the 'Logical Network Scenario' and for 'Node Fill Color' set the map attribute to 'Test'. Two rows should are listed showing the values '1' and '5'. Now set for value '1' a blue color, for value '5' a red color. The node 'k1' in the module 'cell' should be colored red, all other nodes should colored blue [[BR]] --> TODO: use JUnit test.[[BR]][[BR]]50 8. Import/export attributes [[BR]] Save node attribute 'Map Number' (Model --> Export --> Export Attributes) in a file (e.g. node_attrs.txt) in your home directory, edit file node_attrs.txt by changing in the first line 'Map Number' to 'Test' and in the line for k1 from '1' to '5', import attribute file (Model --> Import --> Import Attributes). Copy the 'Logical Network Scenario' and for 'Node Fill Color' set the map attribute to 'Test'. Two rows should are listed showing the values '1' and '5'. Now set for value '1' a blue color, for value '5' a red color. The node 'k1' in the module 'cell' should be colored red, all other nodes should colored blue [[BR]] --> TODO: use JUnit test.[[BR]][[BR]] 51 51 9. Export graphics [[BR]] Open export dialog (Model --> Export --> Export Graphics), a dialog should appear with six options for formats (eps, ps, svg, emf, png, gif), export the view with each of the formats using default options. The results should look like the view in the Visual Explorer but without any layers (status, overview or grid). [[BR]][[BR]] 52 52 10. Export logical model [[BR]] Output logical model with default options, click button 'Generate Model', export should perform without errors, check resulting files, click button 'Close' should exit the dialog. [[BR]] --> TODO: use JUnit test. [[BR]][[BR]] … … 90 90 * click left button on node handle + shift + drag should resize only border/boundary of node 91 91 * click left button on edge handle + drag should move edge handle 92 * click right button on edge for context menu --> Add edge handleshould add a edge handle93 * click right button on edge for context menu --> Remove edge handleshould delete edge handle94 * click right button on edge for context menu --> Remove all edge handles should delete all edge handles on the link92 * click right button on edge for context menu --> Add Point should add a edge handle 93 * click right button on edge for context menu --> Remove Point should delete edge handle 94 * click right button on edge for context menu --> Remove All Points should delete all edge handles on the link 95 95 * hold down left button + ctrl + drag should move (pan) the entire network. [[BR]][[BR]] 96 96 29. Legend for navigation and editing modes [[BR]] Select legend in the menu (Mode --> Legend). A window should appear showing detailed information about the supported modes and their functionality. Press the button 'Close' to exit the dialog. [[BR]][[BR]]