Please report RedwoodHQ bugs here for next patch release

397 views
Skip to first unread message

PrimaTestInc

unread,
Feb 6, 2018, 12:10:50 PM2/6/18
to PrimaTest Automation
Hello fellow RedwoodHQ users!

This topic is being opened for our next patch release to make sure to keep your usage of RedwoodHQ as free of bugs as possible. 
We will do our usual drivers and libraries updates so that new users will have better starting off experience as well, but we would love to hear what other functional issues you are experiencing that you guys would like to be addressed in order to make RedwoodHQ experience even better one. 
We can't promise that all of the bugs will be addressed (it depends on their severity as well as the difficulty of fixing them) but we will definitely do our best!

In order to report a bug in this topic, please make sure to do the following:
  1. Make sure to have reproducible exact steps. Most of us are QA folks here and know how important exact steps are, so if you have something vague along the lines of "RedwoodHQ doesn't work for me" then chances are that bug will be ignored.
  2. There could be intermittent issues, but we would really appreciate all the details on how to reproduce them (eg: "Here are my steps and if I do them around 5 - 10 times I start to get the following issue").
  3. Please provide the logs as well, they can be a key to uncovering issues (logs can be found under: <RedwoodHQ directory>\logs).
  4. If you are not sure how something works, it is not a bug, it's something you can ask the community and try to get an answer for so please do not post it here.
  5. If RedwoodHQ doesn't work for you right off the bat, please make sure to follow the steps listed here first:
    https://groups.google.com/forum/#!topic/primatest-automation/1LQSjbC-6yQ
  6. If you are having issues with selenium not running in RedwoodHQ, please go through this document first: 
    https://www.manula.com/manuals/primatest/redwoodhq/2.0/en/topic/selenium
Thank you!

PrimaTest team

wac...@gmail.com

unread,
Apr 12, 2018, 3:14:06 PM4/12/18
to PrimaTest Automation
Retry Count still does not work at all.

The bug was documented here and it seems as though it hasn't been solved:

https://groups.google.com/forum/#!searchin/primatest-automation/retry$20count%7Csort:date/primatest-automation/9MYbfG9MoUE/8uBpwaKjCAAJ

damafi...@gmail.com

unread,
Apr 16, 2018, 4:22:41 AM4/16/18
to PrimaTest Automation
On Tuesday, February 6, 2018 at 5:10:50 PM UTC, PrimaTestInc wrote:
> Hello fellow RedwoodHQ users!
>
>
> This topic is being opened for our next patch release to make sure to keep your usage of RedwoodHQ as free of bugs as possible. 
> We will do our usual drivers and libraries updates so that new users will have better starting off experience as well, but we would love to hear what other functional issues you are experiencing that you guys would like to be addressed in order to make RedwoodHQ experience even better one. 
> We can't promise that all of the bugs will be addressed (it depends on their severity as well as the difficulty of fixing them) but we will definitely do our best!
>
>
> In order to report a bug in this topic, please make sure to do the following:
> Make sure to have reproducible exact steps. Most of us are QA folks here and know how important exact steps are, so if you have something vague along the lines of "RedwoodHQ doesn't work for me" then chances are that bug will be ignored.There could be intermittent issues, but we would really appreciate all the details on how to reproduce them (eg: "Here are my steps and if I do them around 5 - 10 times I start to get the following issue").
> Please provide the logs as well, they can be a key to uncovering issues (logs can be found under: <RedwoodHQ directory>\logs).If you are not sure how something works, it is not a bug, it's something you can ask the community and try to get an answer for so please do not post it here.If RedwoodHQ doesn't work for you right off the bat, please make sure to follow the steps listed here first:
> https://groups.google.com/forum/#!topic/primatest-automation/1LQSjbC-6yQ
> If you are having issues with selenium not running in RedwoodHQ, please go through this document first: 
> https://www.manula.com/manuals/primatest/redwoodhq/2.0/en/topic/selenium
> Thank you!
>
>
>
> PrimaTest team

Hey Looking Glass doesn't work.
Message has been deleted

Sanket Mahajan

unread,
Jun 17, 2019, 9:57:54 AM6/17/19
to PrimaTest Automation
Unable to use global variables in Data driven test cases.
Message has been deleted

jukkat...@gmail.com

unread,
Aug 14, 2019, 9:02:51 AM8/14/19
to PrimaTest Automation
Please address CVE-2019-12890

Pralabh Kashyap

unread,
Dec 3, 2019, 4:29:45 AM12/3/19
to PrimaTest Automation
Hi Team,

I have raised a query regarding the mouse hover issue.Can you please look into this?

FYI:
On Thursday, 27 June 2019 19:13:16 UTC+5:30, Pralabh Kashyap wrote:
Hi Team,

I have been facing the MouseHover issue(Using java and javascript) on the IE11 browser for quite some time. I have tried various approaches but they didn't work under RedwoodHq.But if run the same codes on IDE it works perfectly.

I have tried the following approaches:-

Actions action = new Actions(driver);
action.moveToElement(element).build().perform();
OR
Actions act = new Actions(driver); 
act.moveToElement(menu).perform();
actions.moveToElement(menu).clickAndHold();      
OR  
String mouseOverScript = "var evObj = document.createEvent('MouseEvents');evObj.initMouseEvent(\"mouseover\",true, false, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null);arguments[0].dispatchEvent(evObj);";
((JavascriptExecutor) driver).executeScript(mouseOverScript,menu);   
OR
Using pixel finding approach
OR
Using robot class.
OR
String mouseOverScript = "if(document.createEvent){var evObj = document.createEvent('MouseEvents');evObj.initEvent('mouseover', true, false); arguments[0].dispatchEvent(evObj);} else if(document.createEventObject) { arguments[0].fireEvent('onmouseover');}";
((JavascriptExecutor) odriver).executeScript(mouseOverScript,ele);

The selenium and other jar's versions are the same. Also, the drivers are the same.

Can you please help me?

Kapil Tomar

unread,
Dec 4, 2019, 11:37:30 AM12/4/19
to PrimaTest Automation
Hi,

I am new to discussion but are we still not planning to upgrade to Python 3.x (say Python 3.7.2).
As python2.7 will no more be supported from Jan 2020, getting the following message while installing any library using PipRequirements:
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.

Please consider this as an appreciation on Python over RedwoodHQ as we are highly utilizing it to perform ETL testing automation which we couldn't do using Java & Selenium-based libraries. So request you to please upgrade the Python version so that we can keep using the priceless framework we have built on RedwoodHQ.

Thanks.

On Tuesday, February 6, 2018 at 10:40:50 PM UTC+5:30, PrimaTestInc wrote:
Reply all
Reply to author
Forward
0 new messages