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 6630587
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T22:25:34+00:00 2026-05-25T22:25:34+00:00

I very recently started working on Selenium. I know to run the testcases on

  • 0

I very recently started working on Selenium. I know to run the testcases on IE we should have Selenium Server. I downloaded and finally got it running on my computer. Can anyone tell me how do i put the Selenium test case from IDE to RC and integrate the RC in PHP? or how to run Selenium RC . Correct me if anything wrong in my understanding.

Note: i searched everything related to Selenium RC but i dint find anything clear. U can give me any valuable link that answers my RC in PHP question.

I would really appreciate your help.

  • 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-25T22:25:35+00:00Added an answer on May 25, 2026 at 10:25 pm

    I am not sure what you mean by “Selenium test case from IDE to RC”. I think you are referring to browser addon for Selenium testing.

    Anyhow, to integrate Selenium RC with PHP, you need PHPUnit framework which supports Selenium test cases. You need to do the following steps.

    1. Download and run Selenium RC server (I think you already done this, great!)
    2. Write a selenium test case by extending to PHPUnit Selenium Test Case class.
    3. Then run your test case as you would run any other PHPUnit test cases.

    Sample code for how to write a Selenium test case using PHPUnit is as follow.

    <?php
    require_once 'PHPUnit/Extensions/SeleniumTestCase.php';
    
    class WebTest extends PHPUnit_Extensions_SeleniumTestCase
    {
        protected function setUp()
        {
            $this->setBrowser('*firefox');
            $this->setBrowserUrl('http://www.example.com/');
        }
    
        public function testTitle()
        {
            $this->open('http://www.example.com/');
            $this->assertTitleEquals('Example Web Page');
        }
    }
    ?>
    

    For more information, please refer to PHPUnit documentation on Selenium test cases. http://www.phpunit.de/manual/3.1/en/selenium.html

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

Sidebar

Related Questions

I have recently started working on a very large C++ project that, after completing
I've recently started using GNU Screen but have run into a very annoying problem.
I'm very used to working in WPF, but I have recently started building websites
I have just started C very recently and I have been asked to answer
I have started using django very recently . I am building a service with
I'm a junior developer and recently started working for a very small office where
I have started working with C++ recently and am not comfortable with Visual Studio
I have very recently started using a Bzr shared repository to manage my project.
I've been working with C for a short while and very recently started to
I develop mostly for iPhone and have started very recently with Android. Tried the

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.