Changes between Version 35 and Version 36 of PromotExplorerTest


Ignore:
Timestamp:
Aug 25, 2010, 5:30:38 PM (15 years ago)
Author:
kolczyk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PromotExplorerTest

    v35 v36  
    1010Model type: 'Dynamical Model'. [[BR]]
    1111Tests 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 modeling
     12Start ProMoT server and GUI -> load [source:/Promot/trunk/promot/kb/practical-bio/LOAD.mdl] which includes the library (dynamic-library) for dynamic modeling
    1313-> Open the Visual Explorer for the browser tree node 'dynamic-model' --> 'mapk_modules' --> 'mapkc' by right mouse click --> context menu --> Visual Explorer.
    1414
     
    4848
    4949 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 line 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]]
     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]]
    5151 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]]
    5252 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]]
     
    9090  * click left button on node handle + shift + drag should resize only border/boundary of node
    9191  * click left button on edge handle + drag should move edge handle
    92   * click right button on edge for context menu --> Add edge handle should add a edge handle
    93   * click right button on edge for context menu --> Remove edge handle should delete edge handle
    94   * click right button on edge for context menu --> Remove all edge handles should delete all edge handles on the link
     92  * 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
    9595  * hold down left button + ctrl + drag should move (pan) the entire network. [[BR]][[BR]]
    9696 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]]