Difference between revisions of "PubMan and Selenium tests"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
== 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:// | # '''Specify test scenarios'''<br>see “PubMan-Testing scenarios” in Jira, e.g.[https://subversion.mpdl.mpg.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) | ||
# '''Specify TestPubmanItem Objects'''<br>Item_ARTICLE, Item_ARTICLE_withFile, Item_ARTICLE_withFileAndLocator, Item_ARTICLE_withLocator … (for each Genre)<br>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) | # '''Specify TestPubmanItem Objects'''<br>Item_ARTICLE, Item_ARTICLE_withFile, Item_ARTICLE_withFileAndLocator, Item_ARTICLE_withLocator … (for each Genre)<br>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) | ||
# '''organize test cases in input/result matrix''' <br>positive and negative tests e.g.[https:// | # '''organize test cases in input/result matrix''' <br>positive and negative tests e.g.[https://subversion.mpdl.mpg.gwdg.de/repos/testing/trunk/SeleniumTests/Pubman_Selenium_Tests/PMTS-49_Full_Submission_Testing/PMTS-49.xlsx] | ||
# '''Implemant test cases''' | # '''Implemant test cases''' | ||
# '''test reports''' | # '''test reports''' |
Latest revision as of 14:51, 25 April 2012
Quick start[edit]
--What's Selenium, Architecture, Components, supported Platform, How it works?
Media:Pubman_and_Selenium_tests.ppt
Media:TestTool_Selenium.pdf
[1]
--How to create a selenium testcase step by step?
Media:Pubman_selenium_test_demo.docx
Workflow[edit]
- Set up test environment (Dev)
Java testcase(Selenium-RC )[2]
Html testcase(Selenium IDE/RC) Media:Pubman_and_Selenium_tests.ppt - Specify test scenarios
see “PubMan-Testing scenarios” in Jira, e.g.[3] - Create test accounts(moderator, depositor…) with fixed context (SvM)
- 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) - organize test cases in input/result matrix
positive and negative tests e.g.[4] - Implemant test cases
- test reports