[Dev] [Automation] Add new users in Tests

2015-11-23 Thread Lakshani Gamage
Hi all, I'm trying to write some tests for app manager and I want to login to store with a non admin user. I updated automation.xml as below. admin admin

Re: [Dev] [Automation] Add new users in Tests

2015-11-23 Thread Lakshani Gamage
Thanks Irham. It works. Regards, Lakshani. On Mon, Nov 23, 2015 at 9:38 PM, Irham Iqbal wrote: > Hi Lakshani, > > You need to this extension to populate user > org.wso2.carbon.integration.common.extensions.usermgt.UserPopulateExtension. > > you will have the following inside

Re: [Dev] [Automation] Add new users in Tests

2015-11-23 Thread Hemika Kodikara
Hi Lakshani, Can you check whether the user has enough permissions ? Like login and etc. This is just a hunch. Regards, Hemika Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://wso2.com Mobile : +9477762 On Mon, Nov 23, 2015 at 10:59 AM, Lakshani Gamage

Re: [Dev] [Automation] Add new users in Tests

2015-11-23 Thread Irham Iqbal
Hi Lakshani, You need to this extension to populate user org.wso2.carbon.integration.common.extensions.usermgt.UserPopulateExtension. you will have the following inside extentionClasses under platformExecutionManager as below.