Difference between revisions of "PubMan and Selenium tests"

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


== Workflow ==
== Workflow ==
# '''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] (Dev)
# '''Create test accounts(moderator, depositor…) with fixed context'''
# '''Create test accounts(moderator, depositor…) with fixed context''' (SvM)
# '''Specify TestPubmanItem Objects'''<br>Item_ARTICLE, Item_ARTICLE_withFile, Item_ARTICLE_withFileAndLocator, Item_ARTICLE_withLocator … (for each Genre)
# '''Specify TestPubmanItem Objects'''<br>Item_ARTICLE, Item_ARTICLE_withFile, Item_ARTICLE_withFileAndLocator, Item_ARTICLE_withLocator … (for each Genre)
:on test accounts and test objects => would be good to be able to create useful examples and have the possiblity to restore them at any time (on separate repository)--[[User:Natasab|Natasa]] 14:55, 1 February 2011 (UTC)
:on test accounts and test objects => would be good to be able to create useful examples and have the possiblity to restore them at any time (on separate repository)--[[User:Natasab|Natasa]] 14:55, 1 February 2011 (UTC)

Revision as of 15:52, 10 February 2011

Quick start[edit]

Media:Pubman_and_Selenium_tests.ppt

Workflow[edit]

  1. Set up test environment [1] (Dev)
  2. Create test accounts(moderator, depositor…) with fixed context (SvM)
  3. Specify TestPubmanItem Objects
    Item_ARTICLE, Item_ARTICLE_withFile, Item_ARTICLE_withFileAndLocator, Item_ARTICLE_withLocator … (for each Genre)
on test accounts and test objects => would be good to be able to create useful examples and have the possiblity to restore them at any time (on separate repository)--Natasa 14:55, 1 February 2011 (UTC)
  1. Specify test scenarios
    1. see “PubMan-Testing scenarios” in Jira, e.g.[2]
    2. organize test cases in input/result matrix, e.g.[3]
  2. Implemant test cases
  3. test reports