automating jboss portal admin ui testing usign seleniumLeonid, Here are things you should do first: 1. Get familiar with JBoss Portal Product. You can read http://docs.jboss.com/jbportal/v2.6.4/quickstartuser/html_single/. Your goal will be to get familiar with Portal's...
Thread jboss-portal-2.6.5.SP1 Creating already existing role bug?
jboss-portal-2.6.5.SP1 Creating already existing role bug?When i try to create already existing role on jboss portal (jboss-portal-2.6.5.SP1-bundled.zip), i get an exception. http://localhost:8080/portal login as admin admin -> members -> role managment Create new...
SSO TestsNow that Cargo has an alpha release with our required changes in it, I would like to get the sso tests committed. Basically what happens with the sso tests is that a simple sar is created that mimics the portal secur...
thx,What I should download from the JBOSS repository before I can compile and run this test ? For example, I see all the imports at the beginning, where I can find these classes ? Regards, Leonid M.
verifying webapp deploymentThe test module uses cargo to deploy applications to a server, but it doesn't actually check if the web application has been deployed or not before continuing. This hasn't cause too many problems so far as Tomcat and ...
Thread Hyperlink not working from CMS html page to another CMS HTML
Hyperlink not working from CMS html page to another CMS HTMLHi, I am new to the portal development. And i am facing an issue while using CMS which is integrated with JBoss Portal. I am using jboss portal 2.6.4. When i create a html page in cms and put a hyperlink to another ...
portal fail over testingScalability of portal without verifying that fail over works properly does not add much value. Hence, before I do more of scalability testing, I would like to verify that fail over works. Once that is verified then I ...
Update to pomsI am trying to trim down a bit the pom dependencies we are using to keep only what is necessary. For instance the web module poms declares lot of stuff it does not have to declares: - jbossxb : is not used directly ...
Problems with mavenI have few problem with maven in test and identity modules. The first one is that Identity module requires JBoss AS to run the tests (integration-test phase). So the situation is that I run AS with cargo in pre-integ...
Portlet Container test framework updateIt is about migrating the portlet container test framework in order to take advantage of Java 5 and make the different tests easier to write (as we plan to add lot of new tests for the JSR 286 implementation). It will...
JIRA updateThomas and myself discussed last week briefly about how to manage JIRA for the modules, my initial idea was to create one JIRA per module but it has drawbacks (mainly to create redundancy). Thomas suggested we could ...
Maven migration statusCommon module was mavenized by Wesley. Migration of other modules is blocked by current test framework that need to support maven. Identity, Web and Portlet modules are currently using jboss unit in their testsuites.....
Unit test frameworkI have imported in the SVN the initial source tree for the unit test framework. The status is that it is usable but missing: - more meta tests (i.e the tests that test the framework) - an integration with Ant and Ma...
JBoss Unit design (ant and maven support)I added a wiki page about JBoss Unit design. Currently its only about ant / maven support. Feel free to comment: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossUnitDesign
JBoss Unit integration with JBoss MCI have been able to prototype an integration of the current JBoss Unit + JBoss MC which makes trivial the parametrization of complex test cases that required services, here is just a simple example:
@Test
@Bootstra...
New modules in QAI created JIRA tasks for setting up Hudson with common / web / portlet modules. http://jira.jboss.com/jira/browse/JBQA-1041 http://jira.jboss.com/jira/browse/JBQA-1042 http://jira.jboss.com/jira/browse/JBQA-1043
Configurable Test ServerThe sso test cases need for the server to have certain configurations in order for it to work (specifically setting up ssl and certificates). SSL is not the default configuration for JBossAS or Tomcat, so it would be ...
HTTPTestRunner updateI have updated the test runner so that it does not require to be subclassed to specify the file that will be deployed for the tests. Before we had to have:
public class MyTest extends HTTPTestRunner
{
public MyTe...