• Rich:modalPanel is not displayed while invoking a ajax button in jsfUnit.

    Hi everyone,   I'm currently running a simple jsf unit in my web application. I'm using jsf1.2 richfaces 3 and seam. I have a modal to displayed when a button is hit. I'm checking the elements inside the modal...
    Profile Photo
    created by goldenwish
  • JSFUnit2 example not working

    Hi,   I seem to have a very hard time finding an example that works for JSFUnit 2.0.0.Beta2.  I must say, I found the setup for this is EXTREMELY hard...   Anyway, I've tried the sample projects from ...
    Profile Photo
    last modified by privera1984
  • JSFUnit 2.0.0.Beta2 + RequestScoped

    Hi,   I have a outputText on the page which will be conditionally rendered. The condition variable is in a request scoped bean and the default value is false. Additionally I have a commandButton with an action m...
    Profile Photo
    created by grubi
  • Is JSFUnit DEAD??

    Looking at the jsfunit website (http://www.jboss.org/jsfunit) the last announcement was made nearly a year ago.   Looking at the github commit graph, seems there were no commits for over half a year already. ...
    Profile Photo
    last modified by privera1984
  • JSFUnitFacesContextFactory incompatible with javax.faces.context.FacesContextFactory

    I am using JSF1.2 with Websphere6.1. Place jsf-api in WEB-Inf lib folder. When I place all JSFUnit related jars in WEB-Inf lib folder, validation failed for web module & not able to deploy in Websphere6.1 server. ...
    Profile Photo
    created by sasi.kumar
  • ClassNotFoundException: org.jboss.jsfunit.framework.JSFUnitServletRedirector

    Hello,   I am trying to use JSFUnit to write a test suite for a web application using weblogic 12c.  I followed the tutorial here, but I am unable to deploy when I add the following to my web.xml file: ...
    Profile Photo
    created by asviola
  • examples-arquillian doesn't work

    Hi,   I'm trying to setup a unit test environment for JSF2 with tomcat as the container.  I've come across this example: https://github.com/jsfunit/jsfunit/tree/master/examples-arquillian   Which was...
    Profile Photo
    created by privera1984
  • How to avoid Cancel button doing validation

    Hi All,        I have one question in JSF pag,I have some input controls,save and cancel in my screen.For all myinput contols i am doing a mandatory validation,this validation shd be done upo...
    Profile Photo
    created by rathihears
  • testing an already deployed application using JSFUnit 2

    Hello,   For testing our views we prefer to run our JSFUnit2 tests on the already deployed application (instead of using Arquilian).   Therefore we would like to run the tests in the same fashion thant JSF...
    Profile Photo
    last modified by vlaugier
  • Configure Arquillian with Custom Jboss AS7

    Hi,   I want to test the JSFUnit 2.0.0.Beta2 Getting Started Example with my preconfigured Jboss AS 7 (with Public IP and security realm domain) first :   i get the error: "Could not connect to remote://...
    Profile Photo
    last modified by badr
  • Setting value of a PrimeFaces selectOneMenu

    Hello all,   Has anyone found a way to test a Primefaces SelectOneMenu component using JSFUnit 2 / HtmlUnit? I can't select a value, and I can't get access to displayed values either.   First of all, the p...
    Profile Photo
    last modified by dherben
  • Arquillian 1.0.0.Final

    New arquillian has solved some important issues and it would be great to use JSFUnit with it. I've checked out sources of Beta3-SNAPSHOT and adjusted POMs but it looks like Arquillian API changed a lot. The problems ...
    Profile Photo
    last modified by blabno
  • JSFUnit 2.0.0.Beta3-SNAPSHOT error including javascript files

    Hi all!   I'm evaluating JSFUnit framework to test our build Jsf webapps.   We have found it very usefull and helpfull but then there's that little error that happens when a javascript file is included i...
    Profile Photo
    last modified by luislukas
  • Error running jsfunit test.

    Hi all I'm trying to run a jsfunit test using arquillian, I'm geting next exception. The problem is while it is parsing some css file, but is no enough information about the file and the error   Caused by: com.ga...
    Profile Photo
    created by xilosh
  • Need some help in running JSFUnit with TestNG on Tomcat6 using MyEclipse IDE

    Dear All,   I am new to this forum and also new to JSF Unit Testing. I am writing JSF Unit tests for a legacy web application built on JSF 1.2 and Servlet Container version 2.5. It is a big project and I am una...
    Profile Photo
    created by arslnmsd
  • Version of Arquillian to use

    Which versions of Arquillian does JSFUnit 2.0 support?
    Profile Photo
    last modified by kito99
  • JSFUnit 2.0 and AS 7.1 ?

    Hi Guys, I'm need to port an heavy test project from JSFUnit 1.3 to 2 because we are also moving to AS7. Fact is that even the simple gettingstarted.jar is not running as expected. I tried on AS7.0 7.1 and 7.1.1 ...
    Profile Photo
    last modified by anthonyhib
  • Ajax Request Problem

    Hi,   We are trying to manage JSFUnit tests with our ajax requests. But it cannot complete restore view phase and does not fire decodes. Our implementation seems like following;   {code:xml} <p:spinne...
    Profile Photo
    created by leventgunay
  • How to start a new page in test...

    JsfUnit provided a @IntialPage with @Test on test case to initialize a new page... How to start a new page in programming way.   For example,     @Test @InitialPage("/login.faces") public void testLo...
    Profile Photo
    last modified by hantsy
  • Re login & popup window

    I'm writing JSFUnit test for testing my web application. Often during the tests I need switch the users, so I have done login and logout methods:     public abstract class MyTestJSF extends ServletTestCase ...
    Profile Photo
    last modified by thomas.c