diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-11-27 15:20:46 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-11-27 15:20:46 +0100 |
commit | 08625970e3edaee0209c29c780740d81d637082e (patch) | |
tree | e1156e7a0122c5f405294c867790f47fcaaf7ffa /it | |
parent | dae5bf58a4d228047caadfd5f2fe2c149cb266c8 (diff) | |
download | sonarqube-08625970e3edaee0209c29c780740d81d637082e.tar.gz sonarqube-08625970e3edaee0209c29c780740d81d637082e.zip |
test how to generate and revoke tokens through web ui
Diffstat (limited to 'it')
3 files changed, 144 insertions, 0 deletions
diff --git a/it/it-tests/src/test/java/it/Category1Suite.java b/it/it-tests/src/test/java/it/Category1Suite.java index bc011b61cfd..77c9d9913cd 100644 --- a/it/it-tests/src/test/java/it/Category1Suite.java +++ b/it/it-tests/src/test/java/it/Category1Suite.java @@ -41,6 +41,7 @@ package it;/* import com.sonar.orchestrator.Orchestrator; import it.actionPlan.ActionPlanTest; import it.actionPlan.ActionPlanUiTest; +import it.administration.UsersUITest; import it.authorisation.AuthenticationTest; import it.authorisation.IssuePermissionTest; import it.authorisation.PermissionTest; @@ -70,6 +71,8 @@ import static util.ItUtils.xooPlugin; @RunWith(Suite.class) @Suite.SuiteClasses({ + // administration + UsersUITest.class, // project administration BulkDeletionTest.class, ProjectAdministrationTest.class, diff --git a/it/it-tests/src/test/java/it/administration/UsersUITest.java b/it/it-tests/src/test/java/it/administration/UsersUITest.java new file mode 100644 index 00000000000..e88d14f5873 --- /dev/null +++ b/it/it-tests/src/test/java/it/administration/UsersUITest.java @@ -0,0 +1,41 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2014 SonarSource + * mailto:contact AT sonarsource DOT com + * + * SonarQube is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * SonarQube is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +package it.administration; + +import com.sonar.orchestrator.Orchestrator; +import com.sonar.orchestrator.selenium.Selenese; +import it.Category1Suite; +import org.junit.ClassRule; +import org.junit.Test; +import util.selenium.SeleneseTest; + +public class UsersUITest { + + @ClassRule + public static Orchestrator orchestrator = Category1Suite.ORCHESTRATOR; + + @Test + public void generate_and_revoke_user_token() throws Exception { + Selenese selenese = Selenese.builder().setHtmlTestsInClasspath("generate_and_revoke_user_token", + "/administration/UsersUITest/generate_and_revoke_user_token.html" + ).build(); + new SeleneseTest(selenese).runOn(orchestrator); + } +} diff --git a/it/it-tests/src/test/resources/administration/UsersUITest/generate_and_revoke_user_token.html b/it/it-tests/src/test/resources/administration/UsersUITest/generate_and_revoke_user_token.html new file mode 100644 index 00000000000..f6328a560dc --- /dev/null +++ b/it/it-tests/src/test/resources/administration/UsersUITest/generate_and_revoke_user_token.html @@ -0,0 +1,100 @@ +<?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="http://localhost:49506"/> + <title>generate_and_revoke_user_token</title> +</head> +<body> +<table cellpadding="1" cellspacing="1" border="1"> + <thead> + <tr> + <td rowspan="1" colspan="3">generate_and_revoke_user_token</td> + </tr> + </thead> + <tbody> + <tr> + <td>open</td> + <td>/sonar/sessions/logout</td> + <td></td> +</tr> +<tr> + <td>open</td> + <td>/sonar/sessions/new</td> + <td></td> +</tr> +<tr> + <td>type</td> + <td>id=login</td> + <td>admin</td> +</tr> +<tr> + <td>type</td> + <td>id=password</td> + <td>admin</td> +</tr> +<tr> + <td>clickAndWait</td> + <td>name=commit</td> + <td></td> +</tr> +<tr> + <td>open</td> + <td>/sonar/users</td> + <td></td> +</tr> +<tr> + <td>waitForElementPresent</td> + <td>css=.js-user-tokens</td> + <td></td> +</tr> +<tr> + <td>click</td> + <td>css=.js-user-tokens</td> + <td></td> +</tr> +<tr> + <td>waitForElementPresent</td> + <td>css=.js-generate-token-form input</td> + <td></td> +</tr> +<tr> + <td>type</td> + <td>css=.js-generate-token-form input</td> + <td>test-token</td> +</tr> +<tr> + <td>click</td> + <td>css=.js-generate-token-form button</td> + <td></td> +</tr> +<tr> + <td>waitForElementPresent</td> + <td>css=.modal code</td> + <td></td> +</tr> +<tr> + <td>waitForElementPresent</td> + <td>css=.js-revoke-token-form</td> + <td></td> +</tr> +<tr> + <td>click</td> + <td>css=.js-revoke-token-form button</td> + <td></td> +</tr> +<tr> + <td>click</td> + <td>css=.js-revoke-token-form button</td> + <td></td> +</tr> +<tr> + <td>assertElementNotPresent</td> + <td>css=.js-revoke-token-form</td> + <td></td> +</tr> +</tbody> +</table> +</body> +</html> |