Difference between revisions of "PubMan and Selenium tests"

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


== Workflow ==
== Workflow ==
# '''Set up test environment''' (Dev) <br>Java testcase(Selenium-RC )[http://colab.mpdl.mpg.de/mediawiki/Automatic_GUI_tests_with_selenium]<br> Html testcase(Selenium IDE/''RC'') [[Media:Pubman_and_Selenium_tests.ppt]]
# '''Set up test environment''' (Dev) <br>**Java testcase(Selenium-RC )[http://colab.mpdl.mpg.de/mediawiki/Automatic_GUI_tests_with_selenium]<br>**Html testcase(Selenium IDE/''RC'') [[Media:Pubman_and_Selenium_tests.ppt]]
# '''Specify test scenarios'''<br>see “PubMan-Testing scenarios” in Jira, e.g.[https://zim02.gwdg.de/repos/testing/trunk/SeleniumTests/Pubman_Selenium_Tests/PMTS-49_Full_Submission_Testing/PubMan_Submission_Tests.xls]
# '''Specify test scenarios'''<br>see “PubMan-Testing scenarios” in Jira, e.g.[https://zim02.gwdg.de/repos/testing/trunk/SeleniumTests/Pubman_Selenium_Tests/PMTS-49_Full_Submission_Testing/PubMan_Submission_Tests.xls]
# '''Create test accounts(moderator, depositor…) with fixed context''' (SvM)
# '''Create test accounts(moderator, depositor…) with fixed context''' (SvM)

Revision as of 08:12, 11 February 2011

Quick start[edit]

Media:Pubman_and_Selenium_tests.ppt

Workflow[edit]

  1. Set up test environment (Dev)
    **Java testcase(Selenium-RC )[1]
    **Html testcase(Selenium IDE/RC) Media:Pubman_and_Selenium_tests.ppt
  2. Specify test scenarios
    see “PubMan-Testing scenarios” in Jira, e.g.[2]
  3. Create test accounts(moderator, depositor…) with fixed context (SvM)
  4. 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)
  5. organize test cases in input/result matrix, e.g.[3]
  6. Implemant test cases
  7. test reports