Recording a Test

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Mar 30, 2007

    Milind says:

    Hi, I am new to Selenium and facing problems while automating test cases. I cre...

    Hi,

    I am new to Selenium and facing problems while automating test cases.
    I created a test using the Selenium IDE and wanted to automate it thro' an ANT task.

    The ANT task is as below:-

    <target name="selenium" description="Run Automated Selenium Tests">

    <taskdef resource="selenium-ant.properties">
    <classpath>
    <pathelement location="$

    Unknown macro: {selenium_jar_location}

    "/>
    </classpath>
    </taskdef>
    <selenese
    suite="$

    Unknown macro: {test_suite_html}

    "
    browser="*firefox"
    results="$

    Unknown macro: {path_to_results}

    "
    multiWindow="true"
    timeoutInSeconds="900"
    startURL="$

    Unknown macro: {test_url}

    " />

    </target>

    When I try to run this from command line I am getting an exception -

    java.lang.RuntimeException: Firefox refused shutdown while preparing a profile

    Any ideas?

    Regards,

    Milind

  2. Jul 11, 2007

    Dummy says:

    Hallo, many thankx, the demo was useful, it has now put in my head into selenium...

    Hallo, many thankx, the demo was useful, it has now put in my head into selenium..I will now go further.