Difference between revisions of "PubMan and Selenium tests"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 3: Line 3:


== Workflow ==
== Workflow ==
<span style="color:#ff0000">fix id/name value for each html tag</span>
# '''Set up test environment''' [http://colab.mpdl.mpg.de/mediawiki/Automatic_GUI_tests_with_selenium]
# '''Set up test environment''' [http://colab.mpdl.mpg.de/mediawiki/Automatic_GUI_tests_with_selenium]
# '''Create test accounts(moderator, depositor…) with fixed context'''
# '''Create test accounts(moderator, depositor…) with fixed context'''

Revision as of 11:24, 1 February 2011

Quick start[edit]

Media:Pubman_and_Selenium_tests.ppt

Workflow[edit]

  1. Set up test environment [1]
  2. Create test accounts(moderator, depositor…) with fixed context
  3. Specify TestPubmanItem Objects
    Item_ARTICLE, Item_ARTICLE_withFile, Item_ARTICLE_withFileAndLocator, Item_ARTICLE_withLocator … (for each Genre)
  4. Specify test scenarios
    1. see “PubMan-Testing scenarios” in Jira, e.g.[2]
    2. organize test cases in input/result matrix, e.g.[3]
  5. Implemant test cases
  6. test reports