Questions tagged [htmlsuite]

8 questions
19
votes
2 answers

How should I write functional tests for Yii web application that will be run on selenium server?

I am currently setting up a development environment for my new project and I am thinking hard about one thing. I plan on using Yii. I want to have functional tests automated, I already have gerrit and Jenkins in place, working. I read this note and…
Nebril
  • 3,153
  • 1
  • 33
  • 50
3
votes
2 answers

How to run Selenium 2.0 RC -htmlSuite with WebDriver?

I tried Selenium 2.0 (documentation says it's using WebDriver) as so: java -jar selenium-server-standalone-2.0a1.jar -htmlSuite "*firefox" ... but it seems that the WebDriver backend isn't used (especially since I haven't installed any Firefox…
Jonas Byström
  • 25,316
  • 23
  • 100
  • 147
2
votes
0 answers

Using PhantomJS for Selenium's htmlsuite

Trying to port selenese commands from the Selenium IDE to a cron-usable task, and have gotten as far as getting these to run with Webdriver's HTMLSuite command using a local installation of Firefox. However, we need these to run without opening a…
2
votes
1 answer

selenium server launching two test execution tabs in firefox

So as the title suggests, when launching my HTML suite with a custom firefox profile (also with multiwindow), the server is launching two tabs, both trying to execute the test, targetting the same single window the actions are being carried out in.…
dapperwaterbuffalo
  • 2,672
  • 5
  • 35
  • 48
1
vote
0 answers

seleniumRC error in safari

I have created script, ie small script need to open google website, that's it. This is working fine with Firefox, google-chrome. But not with the safari. why? Actually it is launching safari browser but it is not running[not opening URL]. Don't know…
shas
  • 703
  • 2
  • 8
  • 31
1
vote
1 answer

After launching the specified browser with Selenium RC, The test doesn't run

PLEASE HELP, I'm out of Ideas!!!!!!, I'm having a problem executing my Selenium IDE created tests using Selenium RC's -htmlSuite command on any of my browsers(ie, ff and chrome). When I run the following command in CMD, Windows 8: java -jar…
Tunji
  • 21
  • 3
0
votes
2 answers

How to launch Selenium htmlSuite on a distant RC server?

We have a huge amount of htmlsuite deisgned by business analyst and we want to launch them during continuous integration (or every night) automatically. The problem is that the machine with selenium-RC is not the same one than the continuous…
0
votes
2 answers

Selenium RC -html suite hangs on "Preparing Firefox profile..."

I'm having some trouble when I execute the following command in cmd windows 8; java -jar selenium-server.jar -htmlSuite "*firefox" "http://www.konga.com" "C:\Users\Tunji\Desktop\SeleniumTestsCoreFunctionality\DeliveryWidgetTest.html"…
Tunji
  • 21
  • 3