Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1074667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T21:09:45+00:00 2026-05-16T21:09:45+00:00

I am using phpunit 3.4.15. On Centos 5.3 linux I started Selenium server 1.0.3:

  • 0

I am using phpunit 3.4.15.

On Centos 5.3 linux I started Selenium server 1.0.3: java -jar selenium-server.jar

I would like to call a browser running on Windows to run the test.

This is the script I try to run:

<?php

require_once 'PHPUnit/Extensions/SeleniumTestCase.php';

class Example extends PHPUnit_Extensions_SeleniumTestCase
{
  function setUp()
  {
    $this->setHost("win_ip_address");
    $this->setPort(4444);
    $this->setBrowser("*firefox");
    $this->setBrowserUrl("http://www.google.com/");
  }

  function testMyTestCase()
  {
    $this->open("/");
    $this->type("q", "selenium rc");
    $this->click("btnG");
    $this->waitForPageToLoad("30000");
    $this->assertTrue($this->isTextPresent("Results * for selenium rc"));
  }
}
?>

The script is run on the same linux machine: phpunit unittest, and when it finishes it states, “PHPUnit_Framework_Exception: Could not connect to the Selenium RC server.”
Does SetHost need to be set to the selenium server? If so, how do I tell it to call firefox on windows from a different machine? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T21:09:45+00:00Added an answer on May 16, 2026 at 9:09 pm

    Selenium RC needs to run on the machine that has the browser you wish to test with. Your tests can be run from any machine as long as it can see the machine that has the Selenium RC running on it.

    You can simplify your Selenium Infrastructure by using Selenium Grid with the Hub on your machine that then routes the commands to the Windows SeRC

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I using PHPUnit and Selenium Server to testing Yii Application, but whenever i tried
I am using PHPUnit 3.4.12 to drive my selenium tests. I'd like to be
I am creating a custom testing application using PHPUnit and Goutte. I would like
I would like to test a process that queries across multiple schemas using PHPUnit's
Using, Centos, Apache, PHPUnit, Selenium RC, I was trying to test selenium RC which
I'm using Windows 7. I've used PHPUnit fine on this system in the past.
I've just started using PHPUnit and am wondering if there is a build in
I'm trying to do set up some Selenium WebTests using PHPUnit, but php is
I'm using phpunit framework and I have a code like this: public function A()
How to test an ajax call using phpunit test case ?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.