Re: Functional Testing of Web Applications

2007-10-13 Thread Wendy Smoak
On 10/13/07, Jan Nielsen <[EMAIL PROTECTED]> wrote: > Ahh, thanks, Wendy - if the "deploy" is just a deploy to the > repository then, presumably, we would execute an > application-server-deploy of the package artifact during the > "pre-integration-test" phase, right? ... Oops, I didn't notice thi

Re: Functional Testing of Web Applications

2007-10-13 Thread Jan Nielsen
Ahh, thanks, Wendy - if the "deploy" is just a deploy to the repository then, presumably, we would execute an application-server-deploy of the package artifact during the "pre-integration-test" phase, right? Our project is structured as a multi-module project ala Proficio with pom.xml files at eac

Re: Functional Testing of Web Applications

2007-10-12 Thread Wendy Smoak
On 10/12/07, Jan Nielsen <[EMAIL PROTECTED]> wrote: > package > pre-integration-test > integration-test > post-integration-test > verify > install > deploy ... > We have to "deploy" our portlets before we can do the > "integration-test", right!?! ... > > Any thoughts you are willing share are grea

Functional Testing of Web Applications

2007-10-12 Thread Jan Nielsen
We are new to Maven and Selenium. We are developing a set of portlets and have chosen to use Selenium to test the functionality of these web-applications (each portlet is a web-application). To be tested, the portlets must be compiled, packaged into a WAR, and deployed to our portal. Then the Selen