You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2008/10/26 02:35:57 UTC

svn commit: r707922 - in /continuum/branches/continuum-1.2.x/continuum-webapp-test: ./ src/test/selenium-ide/

Author: wsmoak
Date: Sat Oct 25 17:35:57 2008
New Revision: 707922

URL: http://svn.apache.org/viewvc?rev=707922&view=rev
Log:
[CONTINUUM-1942] Add some Selenium IDE tests for Continuum

Added:
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_local_repo.html   (with props)
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_project_group.html   (with props)
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_user.html   (with props)
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_duplicate_project_group.html   (with props)
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/check_menu_options.html   (with props)
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/continuum_test_suite.html   (with props)
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/create_admin_user_and_general_configuration.html   (with props)
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/edit_project_group.html   (with props)
Modified:
    continuum/branches/continuum-1.2.x/continuum-webapp-test/Readme.txt

Modified: continuum/branches/continuum-1.2.x/continuum-webapp-test/Readme.txt
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/Readme.txt?rev=707922&r1=707921&r2=707922&view=diff
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/Readme.txt (original)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/Readme.txt Sat Oct 25 17:35:57 2008
@@ -1,3 +1,10 @@
+Test with Firefox and Selenium IDE
+ * Start Continuum
+ * Open Firefox and navigate to Continuum (it should be on the "Create Admin User" page.)
+ * in Firefox, Tools -> Selenium IDE 
+ * in Selenium IDE, File -> Open Test Suite and choose src/test/selenium-ide/continuum_test_suite.html
+ * in Selenium IDE, click the 'Play entire test suite' icon
+
 Test Continuum with Tomcat 5.x and firefox
     'mvn clean install' or 'mvn clean install -Ptomcat5x,firefox'
 
@@ -21,4 +28,3 @@
     mvn selenium:start-server cargo:start
 
 The server will run until you press Ctrl-C, and you can run the tests from the IDE.
-

Added: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_local_repo.html
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_local_repo.html?rev=707922&view=auto
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_local_repo.html (added)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_local_repo.html Sat Oct 25 17:35:57 2008
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head profile="http://selenium-ide.openqa.org/profiles/test-case">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<link rel="selenium.base" href="" />
+<title>add_and_delete_local_repo</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">add_and_delete_local_repo</td></tr>
+</thead><tbody>
+<tr>
+	<td>open</td>
+	<td>/continuum/admin/repositoryList.action</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Local Repositories</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Local Repositories</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>editRepository_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>saveRepository_repository_name</td>
+	<td>Test Repo</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>saveRepository_repository_location</td>
+	<td>/tmp/testrepo</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>saveRepository_repository_name</td>
+	<td>Test Repository</td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>saveRepository_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Test</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>//table[@id='ec_table']/tbody/tr[2]/td[6]/a/img</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>removeRepository_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextNotPresent</td>
+	<td>Test</td>
+	<td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_local_repo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_project_group.html
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_project_group.html?rev=707922&view=auto
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_project_group.html (added)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_project_group.html Sat Oct 25 17:35:57 2008
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head profile="http://selenium-ide.openqa.org/profiles/test-case">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<link rel="selenium.base" href="" />
+<title>add_and_delete_project_group</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">add_and_delete_project_group</td></tr>
+</thead><tbody>
+<tr>
+	<td>open</td>
+	<td>/continuum/projectGroupSummary.action?projectGroupId=1</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Show Project Groups</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>addProjectGroup</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>addProjectGroup_name</td>
+	<td>test</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>addProjectGroup_groupId</td>
+	<td>test</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>addProjectGroup_description</td>
+	<td>Test Project Group</td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>addProjectGroup_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>test</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>//table[@id='ec_table']/tbody/tr[2]/td[6]/a/img</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>removeProjectGroup_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextNotPresent</td>
+	<td>test</td>
+	<td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_project_group.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_user.html
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_user.html?rev=707922&view=auto
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_user.html (added)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_user.html Sat Oct 25 17:35:57 2008
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head profile="http://selenium-ide.openqa.org/profiles/test-case">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<link rel="selenium.base" href="" />
+<title>add_and_delete_user</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">add_and_delete_user</td></tr>
+</thead><tbody>
+<tr>
+	<td>open</td>
+	<td>/continuum/groupSummary.action</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Users</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>usercreate_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>userCreateForm_user_username</td>
+	<td>test</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>userCreateForm_user_fullName</td>
+	<td>Test User</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>userCreateForm_user_email</td>
+	<td>test@example.com</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>userCreateForm_user_password</td>
+	<td>test123</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>userCreateForm_user_confirmPassword</td>
+	<td>test123</td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>userCreateForm_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>addRolesToUser_submitRolesButton</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Logout</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Login</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>loginForm_username</td>
+	<td>test</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>loginForm_password</td>
+	<td>test123</td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>loginForm__login</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Change Password</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>passwordForm_existingPassword</td>
+	<td>test123</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>passwordForm_newPassword</td>
+	<td>test123</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>passwordForm_newPasswordConfirm</td>
+	<td>test123</td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>passwordForm__submit</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>cannot match</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>passwordForm_existingPassword</td>
+	<td>test123</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>passwordForm_newPassword</td>
+	<td>test1234</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>passwordForm_newPasswordConfirm</td>
+	<td>test1234</td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>passwordForm__submit</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Project Groups</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Logout</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Login</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>loginForm_username</td>
+	<td>admin</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>loginForm_password</td>
+	<td>test123</td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>loginForm__login</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Users</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>//table[@id='ec_table']/tbody[2]/tr[3]/td[7]/a/img</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>userdelete_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>List of Users</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextNotPresent</td>
+	<td>Test User</td>
+	<td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_and_delete_user.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_duplicate_project_group.html
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_duplicate_project_group.html?rev=707922&view=auto
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_duplicate_project_group.html (added)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_duplicate_project_group.html Sat Oct 25 17:35:57 2008
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head profile="http://selenium-ide.openqa.org/profiles/test-case">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<link rel="selenium.base" href="" />
+<title>add_duplicate_project_group</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">add_duplicate_project_group</td></tr>
+</thead><tbody>
+<tr>
+	<td>open</td>
+	<td>/continuum/groupSummary.action</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Show Project Groups</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>addProjectGroup</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>addProjectGroup_name</td>
+	<td>Default Project Group</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>addProjectGroup_groupId</td>
+	<td>default</td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>addProjectGroup_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>already exists</td>
+	<td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/add_duplicate_project_group.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/check_menu_options.html
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/check_menu_options.html?rev=707922&view=auto
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/check_menu_options.html (added)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/check_menu_options.html Sat Oct 25 17:35:57 2008
@@ -0,0 +1,207 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head profile="http://selenium-ide.openqa.org/profiles/test-case">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<link rel="selenium.base" href="" />
+<title>check_menu_options</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">check_menu_options</td></tr>
+</thead><tbody>
+<tr>
+	<td>open</td>
+	<td>/continuum/</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=About</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>About Continuum</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Show Project Groups</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Project Groups</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Maven 2.0.x Project</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Add Maven 2</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Maven 1.x Project</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Add Maven 1</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Ant Project</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Add Ant</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Shell Project</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Add Shell</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Local Repositories</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>DEFAULT</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Purge Configurations</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Repository Purge Configurations</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Directory Purge Configurations</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Schedules</td>
+	<td></td>
+</tr>
+<tr>
+	<td>click</td>
+	<td>link=Schedules</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>DEFAULT_SCHEDULE</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Installations</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>installationsTypeChoice_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Type</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Build Environments</td>
+	<td></td>
+</tr>
+<tr>
+	<td>click</td>
+	<td>addBuildEnv_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Queues</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Current Build</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Build Definitions Templates</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Available Templates</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Configuration</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>Cancel</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Appearance</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Company Details</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Users</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>List of Users</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Roles</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Role List</td>
+	<td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/check_menu_options.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/continuum_test_suite.html
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/continuum_test_suite.html?rev=707922&view=auto
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/continuum_test_suite.html (added)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/continuum_test_suite.html Sat Oct 25 17:35:57 2008
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+  <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
+  <title>Test Suite</title>
+</head>
+<body>
+<table id="suiteTable" cellpadding="1" cellspacing="1" border="1" class="selenium"><tbody>
+<tr><td><b>Test Suite</b></td></tr>
+<tr><td><a href="create_admin_user_and_general_configuration.html">create_admin_user_and_general_configuration</a></td></tr>
+<tr><td><a href="check_menu_options.html">check_menu_options</a></td></tr>    
+<tr><td><a href="add_and_delete_local_repo.html">add_and_delete_local_repo</a></td></tr>
+<tr><td><a href="add_and_delete_project_group.html">add_and_delete_project_group</a></td></tr>
+<tr><td><a href="add_duplicate_project_group.html">add_duplicate_project_group</a></td></tr>
+<tr><td><a href="add_and_delete_user.html">add_and_delete_user</a></td></tr>
+<tr><td><a href="edit_project_group.html">edit_project_group</a></td></tr>
+</tbody></table>
+</body>
+</html>

Propchange: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/continuum_test_suite.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/create_admin_user_and_general_configuration.html
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/create_admin_user_and_general_configuration.html?rev=707922&view=auto
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/create_admin_user_and_general_configuration.html (added)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/create_admin_user_and_general_configuration.html Sat Oct 25 17:35:57 2008
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head profile="http://selenium-ide.openqa.org/profiles/test-case">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>create-admin-user</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">create-admin-user</td></tr>
+</thead><tbody>
+<tr>
+	<td>open</td>
+	<td>/continuum/security/addadmin.action</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>adminCreateForm_user_fullName</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>adminCreateForm_user_fullName</td>
+	<td>Administrator</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>adminCreateForm_user_email</td>
+	<td>admin@example.com</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>adminCreateForm_user_password</td>
+	<td>test123</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>adminCreateForm_user_confirmPassword</td>
+	<td>test123</td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>adminCreateForm_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>loginForm_username</td>
+	<td>admin</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>loginForm_password</td>
+	<td>test123</td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>loginForm__login</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>General Configuration</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>configuration_0</td>
+	<td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/create_admin_user_and_general_configuration.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/edit_project_group.html
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/edit_project_group.html?rev=707922&view=auto
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/edit_project_group.html (added)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/edit_project_group.html Sat Oct 25 17:35:57 2008
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head profile="http://selenium-ide.openqa.org/profiles/test-case">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>edit-project-group</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">edit-project-group</td></tr>
+</thead><tbody>
+<tr>
+	<td>open</td>
+	<td>/continuum/</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>Project Groups</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>addProjectGroup</td>
+	<td></td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>addProjectGroup_name</td>
+	<td>Default Project Group</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>addProjectGroup_groupId</td>
+	<td>default</td>
+</tr>
+<tr>
+	<td>type</td>
+	<td>addProjectGroup_description</td>
+	<td>Default project group</td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>addProjectGroup_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>already exists</td>
+	<td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/edit_project_group.html
------------------------------------------------------------------------------
    svn:eol-style = native