From f6eae0b6e62b99a5538e733e3f3961c00c24e967 Mon Sep 17 00:00:00 2001 From: fmallet Date: Mon, 20 Sep 2010 16:30:10 +0000 Subject: Add a new integration test to test bulk operations on quality profiles --- .../src/it/selenium/profiles/bulk-change.html | 137 +++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 tests/integration/tests/src/it/selenium/profiles/bulk-change.html diff --git a/tests/integration/tests/src/it/selenium/profiles/bulk-change.html b/tests/integration/tests/src/it/selenium/profiles/bulk-change.html new file mode 100644 index 00000000000..42c28dce64e --- /dev/null +++ b/tests/integration/tests/src/it/selenium/profiles/bulk-change.html @@ -0,0 +1,137 @@ + + + + + + +bulk-change + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
bulk-change
storejavaLANGUAGE
storejavascript{'copied_'+(new Date()).getTime()}PROFILE
open/sessions/logout
open/sessions/login
typeloginadmin
typepasswordadmin
clickAndWaitcommit
open/profiles
answerOnNextPrompt${PROFILE}
clickAndWaitcopy_${LANGUAGE}_Sonar%20way
answerOnNextPrompt${PROFILE}
clickAndWaitrules-${LANGUAGE}-${PROFILE}
selectAndWaitbulk_actionlabel=Deactivate all
open/profiles
assertTextactivated_rules_${LANGUAGE}_${PROFILE}0
clickAndWaitrules-${LANGUAGE}-${PROFILE}
typesearchtextunused
removeSelectionsearch_pluginlabel=Any
addSelectionsearch_pluginlabel=Checkstyle
selectsearch_statuslabel=Inactive
clickAndWaitsubmit_search
selectAndWaitbulk_actionlabel=Activate all
open/profiles
assertTextactivated_rules_${LANGUAGE}_${PROFILE}1
+ + -- cgit v1.2.3