[kune-commits] r1595 - in trunk: script src/main/resources src/test/java/cc/kune/selenium src/test/java/cc/kune/selenium/login

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Tue Nov 8 16:03:19 CET 2011


Author: vjrj_
Date: 2011-11-08 16:03:19 +0100 (Tue, 08 Nov 2011)
New Revision: 1595

Modified:
   trunk/script/recordScreenCast.sh
   trunk/src/main/resources/TestConstants_en.properties
   trunk/src/main/resources/TestConstants_es.properties
   trunk/src/test/java/cc/kune/selenium/KuneSeleniumDefaults.java
   trunk/src/test/java/cc/kune/selenium/login/RegisterSeleniumTests.java
Log:
NEW - # 127: Generate some screencast while doing automate testing 
http://kune.ourproject.org/issues/ticket/127

Modified: trunk/script/recordScreenCast.sh
===================================================================
--- trunk/script/recordScreenCast.sh	2011-11-08 14:16:07 UTC (rev 1594)
+++ trunk/script/recordScreenCast.sh	2011-11-08 15:03:19 UTC (rev 1595)
@@ -2,7 +2,7 @@
 WIDTH=806
 HEIGHT=707
 # TODO: calculate better this to allow other windows sizes
-RWIDTH=805
+RWIDTH=802
 RHEIGHT=649
 #SEARCH=Eurosur
 #SEARCH=Jane

Modified: trunk/src/main/resources/TestConstants_en.properties
===================================================================
--- trunk/src/main/resources/TestConstants_en.properties	2011-11-08 14:16:07 UTC (rev 1594)
+++ trunk/src/main/resources/TestConstants_en.properties	2011-11-08 15:03:19 UTC (rev 1595)
@@ -16,4 +16,7 @@
 compatibleWithGmailAndSimilars = compatible with gmail and similars
 weNeedToAddBuddiesContactsBeforeChatWithThem = We need to add buddies (contacts) before chat with them
 helloo = Helloo... ;)
-iMJustTesting = I'm just testing
\ No newline at end of file
+iMJustTesting = I'm just testing
+youCanSeeThisLikeAnAdvancedEmailSystem = You can see this like an advanced email system...
+whereYouCanComposePersonalMessages = where you can compose personal messages...
+butAlsoCreateContentsToPublishLater = but also create contents to publish later
\ No newline at end of file

Modified: trunk/src/main/resources/TestConstants_es.properties
===================================================================
--- trunk/src/main/resources/TestConstants_es.properties	2011-11-08 14:16:07 UTC (rev 1594)
+++ trunk/src/main/resources/TestConstants_es.properties	2011-11-08 15:03:19 UTC (rev 1595)
@@ -10,4 +10,7 @@
 compatibleWithGmailAndSimilars = compatible con gmail y similares
 weNeedToAddBuddiesContactsBeforeChatWithThem = Necesitamos añadir colegas (contactos) antes de chatear con ellos
 helloo = Hoolaaaaa... ;)
-iMJustTesting = Solo estoy probando
\ No newline at end of file
+iMJustTesting = Solo estoy probando
+youCanSeeThisLikeAnAdvancedEmailSystem = Puedes ver esto como un sistema avanzado de correo...
+whereYouCanComposePersonalMessages = donde puedes escribir mensajes personales...
+butAlsoCreateContentsToPublishLater = pero también crear contenidos para publicarlos luego
\ No newline at end of file

Modified: trunk/src/test/java/cc/kune/selenium/KuneSeleniumDefaults.java
===================================================================
--- trunk/src/test/java/cc/kune/selenium/KuneSeleniumDefaults.java	2011-11-08 14:16:07 UTC (rev 1594)
+++ trunk/src/test/java/cc/kune/selenium/KuneSeleniumDefaults.java	2011-11-08 15:03:19 UTC (rev 1595)
@@ -70,8 +70,9 @@
 
   public KuneSeleniumDefaults() {
     // baseUrl = "http://kune.beta.iepala.es/?locale=en#";
-    baseUrl = "http://127.0.0.1:8888/?locale=es&log_level=INFO&gwt.codesvr=127.0.0.1:9997#";
-    // baseUrl = "http://beta.eurosur.org/#";
+    // baseUrl =
+    // "http://127.0.0.1:8888/?locale=es&log_level=INFO&gwt.codesvr=127.0.0.1:9997#";
+    baseUrl = "http://beta.eurosur.org/#";
     injector = INJECTOR;
     webdriver = injector.getInstance(WebDriver.class);
     login = injector.getInstance(LoginPageObject.class);
@@ -96,7 +97,6 @@
 
   @BeforeSuite
   public void beforeSuite() {
-    LOG.info("Going home");
     home();
     resize();
     SeleniumUtils.initCursor(webdriver);

Modified: trunk/src/test/java/cc/kune/selenium/login/RegisterSeleniumTests.java
===================================================================
--- trunk/src/test/java/cc/kune/selenium/login/RegisterSeleniumTests.java	2011-11-08 14:16:07 UTC (rev 1594)
+++ trunk/src/test/java/cc/kune/selenium/login/RegisterSeleniumTests.java	2011-11-08 15:03:19 UTC (rev 1595)
@@ -48,12 +48,12 @@
     showTitleSlide(t("User space (your Inbox)"), t("contents in which you participate"));
     showTooltip(spaces.userBtn());
     spaces.userBtn().click();
-    showMsg(t("You can see this like an advanced email system"));
+    showMsg(t("You can see this like an advanced email system..."));
     userSpace.getFirstWave().click();
     sleep(2000);
     userSpace.getNewWave().click();
-    showMsg(t("You can compose personal messages"));
-    showMsg(t("But aslo create contents to publish later"));
+    showMsg(t("where you can compose personal messages..."));
+    showMsg(t("but also create contents to publish later"));
     sleep(3000);
 
     // chat




More information about the kune-commits mailing list