Statistics
| Branch: | Tag: | Revision:

root / test / gr @ bd2b3100

# Date Author Comment
bd2b3100 02/22/2011 05:57 pm Natasa Kapravelou

Since WebDriver instance is common for both FileUtils and FolderUtils a new class has been created 'setUpUtils' that serves common variables and setUp() and tearDown() methods. For the same reason, GeneralPurposeUtils has been created to hold common frequantly used methods for both file and folder tests. Also an initial test SeleneseTestCase class has been created in order to create tests that need right click. However, this test doesn't start. Finally, id's in folderContextDialog changed and moved inside <span> element.

67a0315c 02/18/2011 06:52 pm Natasa Kapravelou

Made a new arrangement of tests on folder utilities and added some new methods regarding file tests. Tests on group items failed. And folderContext menu ids need revising.

4089c114 02/17/2011 05:58 pm Natasa Kapravelou

Added new test classes for handling test on file resources. Added ids to file context menu and ids to the files in the file list with the namespace 'fileList.nameOfFile'. Todo: handle the right click event on the group tree.

0d8cfb8f 02/16/2011 06:05 pm Natasa Kapravelou

Added two new classes. The first 'TestFolderSharing' handles the 'Sharing' option for a folder (work in progress) and the second 'TestGroup' handles actions available in the application related to groups (lots of obstacles to overtake, still work in progress). Added also the action of renaming a folder in the TestFolderBasics.

c3cf7286 02/14/2011 05:47 pm Natasa Kapravelou

Added a new test class in order to test the 'Sharing' option for Folder. Also added some more id's to the FolderProperties dialog and to PermissionAddDialog

2bce0c7e 02/11/2011 06:19 pm Natasa Kapravelou

More tries to expand the '+'... xPath seems to be wrong plus the onClick() event of the desired div is not triggered.

15494e95 02/11/2011 12:21 pm Natasa Kapravelou

Another try modeling the tests. Under the notion 'Folder' there have been created methods that represent some of the allowed actions on a folder and corresponding junit test methods have been created. A test suite for folder should be made with these test methods.

511d87be 02/09/2011 05:54 pm Natasa Kapravelou

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.

3914b833 02/07/2011 06:19 pm Natasa Kapravelou

First try on creating a test example.

9e6a28ed 07/07/2010 06:49 pm Natasa Kapravelou

first commit of adding the public feature to folder / readForAll on each folder

603f48a1 05/25/2010 01:44 pm Natasa Kapravelou

merge with 51a2069b54c1

86c951b2 05/19/2010 04:16 pm Panagiotis Astithas

Fix more than 100 warnings.

c24efcc9 05/19/2010 12:22 pm Natasa Kapravelou

New javascript method Trim added in DisplayHelper that trim not only whitespaces but also nbsp. Continue modifying the PopupTree in order to show the correct URI in browsers address bar. Not completed yet since the encoding need revision and history hasnot implemented yet. Add a new condition check in FileMenu.java that checks when the Upload option should be available (related to Issue 9 bug), no completed since in Trash/foo_folder the option of New Folder/Upload should not be available

37701d75 05/12/2010 10:36 am Natasa Kapravelou

new test class (testing purposes only)

c35f359f 04/20/2010 02:31 pm Panagiotis Astithas

Split persistentId into identityProvider and identityProviderId for easier DB queries.

533ade50 04/15/2010 04:39 pm Panagiotis Astithas

Retrieve the persistent-id from Shibboleth and store it in the DBMS for future use. Also, fix a few warnings.

ba5f9575 11/11/2009 04:34 pm Panagiotis Astithas

Make folder updates work with a single DB transaction (EJB call). Now the modification date on every child file is properly updated. Also rename modifyFolder() to updateFolder() for consistency with updateFile() and make setFilePermissions/setFolderPermissions private helper methods.

16baf609 06/04/2009 12:02 pm Panagiotis Astithas

Remove the redundant gss top-level directory.