Index: trunk/testing/selenium/UsabilityInitiative/WikiAutomationTC/testCases/Config.php |
— | — | @@ -0,0 +1,21 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * This will contain all the common values for the test suite. |
| 5 | + * Date : Apr - 2010 |
| 6 | + * @author : BhagyaG - Calcey |
| 7 | + */ |
| 8 | +$_SESSION["WIKI_WEB_URL"]="http://prototype.wikimedia.org/"; // The web site URL |
| 9 | +$_SESSION["WIKI_OPEN_PAGE"]= "/en.wikipedia.org/Main_Page"; // Main page URL |
| 10 | +$_SESSION["WIKI_TEST_WAIT_TIME"]= "30000"; // Waiting time |
| 11 | +$_SESSION["WIKI_USER_NAME"]= "bhagya_ca"; // User name |
| 12 | +$_SESSION["WIKI_USER_PASSWORD"]= "test"; // Password |
| 13 | +$_SESSION["WIKI_USER_DISPLAY_NAME"]= "Bhagya ca"; // Display name of the user |
| 14 | +$_SESSION["WIKI_SEARCH_PAGE"]= "Hair (musical)"; // Page name to search |
| 15 | +$_SESSION["WIKI_SEARCH_TEXT"]= "TV"; // Text to search |
| 16 | +$_SESSION["WIKI_INTERNAL_LINK"]= "Daimler-Chrysler"; // Exisiting page name to add as an internal tag |
| 17 | +$_SESSION["WIKI_EXTERNAL_LINK"]= "www.google.com"; // External web site name |
| 18 | +$_SESSION["WIKI_EXTERNAL_LINK_TITLE"] = "Google"; // Page title of the external web site name |
| 19 | +$_SESSION["WIKI_SAMPLE_TEXT"] = "calcey qa\n\ncalcey qa\n\ncalcey qa"; // String to type in the editor to use for search and replace |
| 20 | +$_SESSION["WIKI_SEARCH_TEXT"] = "calcey qa"; // Text use for search |
| 21 | +$_SESSION["WIKI_REPLACE_TEXT"] = "test team" ; // Text use for replace search text |
| 22 | +?> |