Selenium Plugin for Ant Projects - plugin detail
Selenium testing framework for ant-based web application. Selenium Server has to be installed together with this plugin.
| Plugin owner: |
marfous |
| Website: |
http://wiki.netbeans.org/SeleniumPlugin |
| Added: |
2011-04-01 |
| Last updated: |
2012-01-10 |
| NetBeans Versions: |
7.0, 7.1 |
| License: |
GNU GPL v2 only or CDDL |
| Category: |
Testing |
| Size: |
10.62 MB |
| Downloaded: |
648 times |
| Rating: |
|
Verifications for NetBeans versions
Decisions of individual verifiers for Selenium Plugin for Ant Projects plugin for NetBeans IDE 7.0
scottwd9 ent38 jkovalsky cengizc carlosqt mcreps |
|
senthilsource mmirilovic jpirek |
Commentsscottwd9: ubuntu11.10x64, jdk1.7u2, nb7.0.1 ent38: OK on NB 7.0.1, WinXP SP3 x86 cp1252(fr), JDK6u30 and JDK7u02 cengizc: Product Version: NetBeans IDE 7.0.1 (Build 201107282000)
Java: 1.7.0_01; Java HotSpot(TM) Client VM 21.1-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb) carlosqt: Works on NB 7.0.1
Win7, Java 1.7.0, 64-bit
Decisions of individual verifiers for Selenium Plugin for Ant Projects plugin for NetBeans IDE 7.1
carlosqt cengizc ent38 scottwd9 jkovalsky mcreps |
|
mmirilovic senthilsource jpirek |
Commentscarlosqt: Works on NB 7.1
Win7, Java 1.7.0, 64-bit ent38: OK on NB 7.1, WinXP SP3 x86 cp1252(fr), JDK6u30 and JDK7u02 scottwd9: ubuntu11.10x64, jdk1.7u2, nb7.1
|
Introduction
Selenium Plugin for Ant Projects installs also Selenium Server plugin which brings new server type - Selenium Server into NetBeans IDE. This plugin creates new file type for creating Selenium test cases in your web projects for testing them using Selenium framework. Also adds to project new two actions - for testing all JUnit tests and also for testing all Selenium tests. These two actions start all available appropriate tests.
What's new in this version
- Selenium test case template
- Action for running all JUnit tests on project
- Action for running all Selenium tests on project
- Supports new technologies: Selenium Remote Client 2.16.1, JUnit4
- Handles newly non-downloaded JUnit libraries in NetBeans IDE
|
[ You have to be logged in to be able to comment. ]
User Comments
Re: Selenium is already running on port 4444. exception
Thanks, I raised a new issue for that:
http://netbeans.org/bugzilla/show_bug.cgi?id=205592
Posted by marfous on Nov 28, 2011
Selenium is already running on port 4444. exception
Hi marfous,
I was able to reproduce the following behaviour twice with the same following steps:
1. open NB7.1
2. open plugin>downloaded screen and add selecnium server and selenium for Ant Projects plugins
3. install plugin selenium server only and dont close the screen
4. then install plugin selenium for Ant Projects
5. verify selenium for Ant Projects is installed and Active
6. Close the IDE
7. Start the IDE >>> here I get the following exception
java.net.BindException: Selenium is already running on port 4444. Or some other service is. at org.openqa.selenium.server.SeleniumServer.start(SeleniumServer.java:402)
Caused: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
[catch] at org.netbeans.modules.selenium.server.SeleniumServerRunner.callSeleniumServerMethod(SeleniumServerRunner.java:162)
at org.netbeans.modules.selenium.server.SeleniumServerRunner.run(SeleniumServerRunner.java:117)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Posted by carlosqt on Nov 25, 2011