Dashboard > Selenium IDE > Home > Recording a Test
Selenium IDE Log In View a printable version of the current page.
Recording a Test
Added by Patrick Lightbody, last edited by Jürgen Harich on Feb 19, 2008  (view change)
Labels: 
(None)

title (Selenium IDE)

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

Posted by Milind at Mar 30, 2007 09:25

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

Posted by Idris at Jul 11, 2007 04:48
Site running on a free Atlassian Confluence Community License granted to OpenQA. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.6 Build:#812 Aug 06, 2007) - Bug/feature request - Contact Administrators