diff --git a/src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/HumanLogSuite.java b/src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/HumanLogSuite.java
new file mode 100644
--- /dev/null
+++ b/src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/HumanLogSuite.java
@@ -0,0 +1,45 @@
+/*
+ *************************************************************************
+ * The contents of this file are subject to the Openbravo  Public  License
+ * Version  1.0  (the  "License"),  being   the  Mozilla   Public  License
+ * Version 1.1  with a permitted attribution clause; you may not  use this
+ * file except in compliance with the License. You  may  obtain  a copy of
+ * the License at http://www.openbravo.com/legal/license.html
+ * Software distributed under the License  is  distributed  on  an "AS IS"
+ * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ * License for the specific  language  governing  rights  and  limitations
+ * under the License.
+ * The Original Code is Openbravo ERP.
+ * The Initial Developer of the Original Code is Openbravo S.L.U.
+ * All portions are Copyright (C) 2018 Openbravo S.L.U.
+ * All Rights Reserved.
+ * Contributor(s):
+ ************************************************************************
+ *
+ * @author EBE
+ *
+ */
+
+package org.openbravo.test.mobile.retail.pack.selenium.suites.concurrent.job014;
+
+import org.junit.AfterClass;
+import org.junit.runner.RunWith;
+import org.junit.runners.Suite;
+import org.openbravo.test.mobile.core.utils.SuiteHelper;
+import org.openbravo.test.mobile.retail.pack.selenium.tests.humanlog.AllHumanLogTests;
+import org.openbravo.test.mobile.retail.pack.selenium.tests.loginout.LogoutAndCloseBrowser;
+
+@RunWith(Suite.class)
+@Suite.SuiteClasses({
+    //
+    AllHumanLogTests.class, //
+
+    LogoutAndCloseBrowser.class, // this have to be the last test in the suite
+})
+public class HumanLogSuite extends SuiteHelper {
+  @AfterClass
+  public static void afterclass() {
+    nameChild(HumanLogSuite.class.getSimpleName());
+    SuiteHelper.afterclass();
+  }
+}
diff --git a/src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/HumanLogSuiteHV.java b/src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/HumanLogSuiteHV.java
new file mode 100644
--- /dev/null
+++ b/src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/HumanLogSuiteHV.java
@@ -0,0 +1,45 @@
+/*
+ *************************************************************************
+ * The contents of this file are subject to the Openbravo  Public  License
+ * Version  1.0  (the  "License"),  being   the  Mozilla   Public  License
+ * Version 1.1  with a permitted attribution clause; you may not  use this
+ * file except in compliance with the License. You  may  obtain  a copy of
+ * the License at http://www.openbravo.com/legal/license.html
+ * Software distributed under the License  is  distributed  on  an "AS IS"
+ * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ * License for the specific  language  governing  rights  and  limitations
+ * under the License.
+ * The Original Code is Openbravo ERP.
+ * The Initial Developer of the Original Code is Openbravo S.L.U.
+ * All portions are Copyright (C) 2018 Openbravo S.L.U.
+ * All Rights Reserved.
+ * Contributor(s):
+ ************************************************************************
+ *
+ * @author EBE
+ *
+ */
+
+package org.openbravo.test.mobile.retail.pack.selenium.suites.concurrent.job014;
+
+import org.junit.AfterClass;
+import org.junit.runner.RunWith;
+import org.junit.runners.Suite;
+import org.openbravo.test.mobile.core.utils.SuiteHelper;
+import org.openbravo.test.mobile.retail.pack.selenium.tests.humanlog.AllHumanLogTestsHV;
+import org.openbravo.test.mobile.retail.pack.selenium.tests.loginout.LogoutAndCloseBrowser;
+
+@RunWith(Suite.class)
+@Suite.SuiteClasses({
+    //
+    AllHumanLogTestsHV.class, //
+
+    LogoutAndCloseBrowser.class, // this have to be the last test in the suite
+})
+public class HumanLogSuiteHV extends SuiteHelper {
+  @AfterClass
+  public static void afterclass() {
+    nameChild(HumanLogSuiteHV.class.getSimpleName());
+    SuiteHelper.afterclass();
+  }
+}
diff --git a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/AllHumanLogTests.java b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/AllHumanLogTests.java
--- a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/AllHumanLogTests.java
+++ b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/AllHumanLogTests.java
@@ -11,12 +11,12 @@
  * under the License.
  * The Original Code is Openbravo ERP.
  * The Initial Developer of the Original Code is Openbravo S.L.U.
- * All portions are Copyright (C) 2008-2015 Openbravo S.L.U.
+ * All portions are Copyright (C) 2018 Openbravo S.L.U.
  * All Rights Reserved.
  * Contributor(s):
  ************************************************************************
  *
- * @author RAL
+ * @author EBE
  *
  */
 
diff --git a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/AllHumanLogTestsHV.java b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/AllHumanLogTestsHV.java
new file mode 100644
--- /dev/null
+++ b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/AllHumanLogTestsHV.java
@@ -0,0 +1,35 @@
+/*
+ *************************************************************************
+ * The contents of this file are subject to the Openbravo  Public  License
+ * Version  1.0  (the  "License"),  being   the  Mozilla   Public  License
+ * Version 1.1  with a permitted attribution clause; you may not  use this
+ * file except in compliance with the License. You  may  obtain  a copy of
+ * the License at http://www.openbravo.com/legal/license.html
+ * Software distributed under the License  is  distributed  on  an "AS IS"
+ * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ * License for the specific  language  governing  rights  and  limitations
+ * under the License.
+ * The Original Code is Openbravo ERP.
+ * The Initial Developer of the Original Code is Openbravo S.L.U.
+ * All portions are Copyright (C) 2018 Openbravo S.L.U.
+ * All Rights Reserved.
+ * Contributor(s):
+ ************************************************************************
+ *
+ * @author EBE
+ *
+ */
+
+package org.openbravo.test.mobile.retail.pack.selenium.tests.humanlog;
+
+import org.junit.runner.RunWith;
+import org.openbravo.test.mobile.core.junit.toolbox.SuiteClassesToolbox;
+import org.openbravo.test.mobile.retail.mobilecore.annotations.SuiteAnnotations;
+import org.openbravo.test.mobile.retail.mobilecore.junit.OBWildcardPatternSuite;
+
+@RunWith(OBWildcardPatternSuite.class)
+@SuiteClassesToolbox()
+@SuiteAnnotations(activateHighVolumeMode = true)
+public class AllHumanLogTestsHV {
+
+}
diff --git a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/CashManagement.java b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/CashManagement.java
--- a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/CashManagement.java
+++ b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/CashManagement.java
@@ -70,7 +70,7 @@
     // Validate log
     String lastTicketNumber = BackboneHelper.getDocumentNo();
     validateHumanLog(new String[] { //
-    "Login user: vallblanca", //
+    "Login user: vallblanca, Role: VallBlancaUser - The White Valley Group", //
         "Create new ticket: " + ticketNumber, //
         "Menu > Cash Management", //
         "Button pushed: 5", //
diff --git a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/CashUp.java b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/CashUp.java
--- a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/CashUp.java
+++ b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/CashUp.java
@@ -99,8 +99,11 @@
     // Validate log
     String lastTicketNumber = BackboneHelper.getDocumentNo();
     validateHumanLog(new String[] { //
-    "Login user: vallblanca", //
+    "Login user: vallblanca, Role: VallBlancaUser - The White Valley Group", //
         "Create new ticket: " + ticketNumber, //
+        "Search products: \"\"", //
+        "Search products: \"\"", //
+        "Search products: \"Avalanche transceiver\"", //
         "Add product \"Avalanche transceiver\" (Qty: 1) to ticket \"" + ticketNumber + "\"", //
         "Total Amount (150.50) for ticket: " + ticketNumber, //
         "Button pushed: Card", //
diff --git a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/LoginInWebPOS.java b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/LoginInWebPOS.java
--- a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/LoginInWebPOS.java
+++ b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/LoginInWebPOS.java
@@ -45,7 +45,7 @@
     // Validate log
     String ticketNumber = BackboneHelper.getDocumentNo();
     validateHumanLog(new String[] { //
-    "Login user: vallblanca", //
+    "Login user: vallblanca, Role: VallBlancaUser - The White Valley Group", //
         "Create new ticket: " + ticketNumber //
     });
   }
diff --git a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/PayTicket.java b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/PayTicket.java
--- a/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/PayTicket.java
+++ b/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/humanlog/PayTicket.java
@@ -51,8 +51,11 @@
     // Validate log
     String lastTicketNumber = BackboneHelper.getDocumentNo();
     validateHumanLog(new String[] { //
-    "Login user: vallblanca", //
+    "Login user: vallblanca, Role: VallBlancaUser - The White Valley Group", //
         "Create new ticket: " + ticketNumber, //
+        "Search products: \"\"", //
+        "Search products: \"\"", //
+        "Search products: \"Avalanche transceiver\"", //
         "Add product \"Avalanche transceiver\" (Qty: 1) to ticket \"" + ticketNumber + "\"", //
         "Total Amount (150.50) for ticket: " + ticketNumber, //
         "Exact Payment: Cash = 150.50 EUR", //
