Created some test scenarios such as 'create new folder and then delete it', 'create...
authorNatasa Kapravelou <akapravelou@gmail.com>
Wed, 9 Feb 2011 15:54:55 +0000 (17:54 +0200)
committerNatasa Kapravelou <akapravelou@gmail.com>
Wed, 9 Feb 2011 15:54:55 +0000 (17:54 +0200)
commit511d87be7ea9581074cb998393833ac9661a69b1
treed4123a5a42e28a2b8411facf0a20d542c599c5f8
parent1f6e49d75966ee42c72377f46b9ee0591e9387df
Created some test scenarios such as 'create new folder and then delete it', 'create new folder and then move it to trash' using WebDriver. The right click didn't work correctly so in the 'move to trash scenario' the newly created folder remains to trash. Also the logging system needs fixing as long as an assertion alternative should be adopted.
test/gr/ebs/gss/client/selenium/webDriver/ActionFactory.java [new file with mode: 0644]
test/gr/ebs/gss/client/selenium/webDriver/CreateFolderAndDelete.java [new file with mode: 0644]
test/gr/ebs/gss/client/selenium/webDriver/CreateFolderAndMoveToTrash.java [new file with mode: 0644]
test/gr/ebs/gss/client/selenium/webDriver/DeleteFolder.java [new file with mode: 0644]
test/gr/ebs/gss/client/selenium/webDriver/MoveToTrash.java [new file with mode: 0644]
test/gr/ebs/gss/client/selenium/webDriver/NewFolder.java [new file with mode: 0644]