Re: GUI tests on reviewboard

2013-06-17 Thread Varun Jain
Hi David, I am running GUI automation scripts, Can you please let me know why selenium driver is required at all? What it does? Thanks, Varun On Saturday, 15 June 2013 01:18:17 UTC+5:30, David Trowbridge wrote: What exactly are you trying to do? -David On Fri, Jun 14, 2013 at 3:30 AM,

Re: GUI tests on reviewboard

2013-06-17 Thread David Trowbridge
Varun, The selenium-based tests are pretty old. We're in the process of rewriting the JavaScript for 1.8, which has a whole new suite of frontend tests which can be run in a browser. If you're working on the 'master' branch, you can visit /js-tests/ to run them. -David On Sun, Jun 16, 2013 at

Re: GUI tests on reviewboard

2013-06-17 Thread Varun Jain
Thanks David, I will try to use /js-tests/ as you suggested, Also let me know whether we will be able to run GUI RB 1.8 automation tests with JS much faster? -varun On Monday, 17 June 2013 11:36:02 UTC+5:30, David Trowbridge wrote: Varun, The selenium-based tests are pretty old. We're in

Re: GUI tests on reviewboard

2013-06-17 Thread David Trowbridge
For me, the entire new test suite runs in under 5 seconds. I suggest you ignore all of the old selenium stuff. May I ask what you're working on? -David On Sun, Jun 16, 2013 at 11:17 PM, Varun Jain varun.iam.j...@gmail.comwrote: Thanks David, I will try to use /js-tests/ as you suggested,

GUI tests on reviewboard

2013-06-14 Thread Varun Jain
Hi All, If I take xpath via firebug compares the xpath of same element taken via chrome both are different. Which one should be preferred?? Also, In GUI automation I am facing time.sleep errors too much. Is there any way to get rid of it??? Is it required to install selenium web driver

Re: GUI tests on reviewboard

2013-06-14 Thread David Trowbridge
What exactly are you trying to do? -David On Fri, Jun 14, 2013 at 3:30 AM, Varun Jain varun.iam.j...@gmail.comwrote: Hi All, If I take xpath via firebug compares the xpath of same element taken via chrome both are different. Which one should be preferred?? Also, In GUI automation I am