[Dev] App Factory UI automation

2013-06-13 Thread Krishantha Samaraweera
Hi Randika, Thanks for the update. Lets pack completed test cases and give it to QA and Product team. So they and run the test suite for each update. Thanks, Krishantha. On Thu, Jun 13, 2013 at 5:07 PM, Randika Ratnayake wrote: > HI , > Here is an update for the UI automation of the AppFactor

Re: [Dev] App Factory UI automation

2013-06-17 Thread Krishantha Samaraweera
Hi all, App Factory UI tests have been committed to [1]. The test suite covers all completed use cases mentioned in above mail threads. UI auto tests will be skipped from regular App Factory build by default. mvn install -DskipTests=false To run the tests you have to use following command. All

Re: [Dev] App Factory UI automation

2013-06-17 Thread Shiroshica Kulatilake
Hi, Will try this out and get back to you. Thank you, Shiro On Mon, Jun 17, 2013 at 9:18 PM, Krishantha Samaraweera wrote: > Hi all, > > App Factory UI tests have been committed to [1]. The test suite covers all > completed use cases mentioned in above mail threads. > > UI auto tests will be

Re: [Dev] App Factory UI automation

2013-06-17 Thread Randika Ratnayake
hi all , There are some concerns of executing this automated test suit , due to the below mentioned facts 1. fact of Team member invitation page doesn't get refreshed intermittently. 2. build and auto deploy issues The test cases for adding team members and verify team details as well as overview

Re: [Dev] App Factory UI automation

2013-06-17 Thread Krishantha Samaraweera
Hi Randika, I think a way to capture screen shots on test failure would be helpful to debug tests. Can you check on that. Thanks, Krishantha. On Tue, Jun 18, 2013 at 11:06 AM, Randika Ratnayake wrote: > hi all , > There are some concerns of executing this automated test suit , due to the > belo

Re: [Dev] App Factory UI automation

2013-06-17 Thread Randika Ratnayake
hi, There is a way of capturing issues in test failures in selenium i will implement to the current project Regards Randika On Tue, Jun 18, 2013 at 11:10 AM, Krishantha Samaraweera < krishan...@wso2.com> wrote: > Hi Randika, > > I think a way to capture screen shots on test failure would be he

Re: [Dev] App Factory UI automation

2013-06-23 Thread Krishantha Samaraweera
Hi Dimuthu et all, Randika has written a nice blog post on App Factory UI automation process [1]. A good read for everyone in App Factory team to learn an basics and get started with auto tests. Thanks, Krishantha. [1] http://randikarat.blogspot.com/2013/06/wso2-app-factory-ui-automation-proces

Re: [Dev] App Factory UI automation

2013-06-23 Thread Ushani Balasooriya
+1 Hope future AF QA will be easier for us with this automation script. :) Good work. On Mon, Jun 24, 2013 at 11:56 AM, Krishantha Samaraweera < krishan...@wso2.com> wrote: > Hi Dimuthu et all, > > Randika has written a nice blog post on App Factory UI automation process > [1]. > > A good read f

Re: [Dev] App Factory UI automation

2013-07-01 Thread Randika Ratnayake
hi all , here is the latest update for the Appfactory UI automation Covered user Stories 1. Log-in to App Factory 2. App Factory User Home details verification of the created application 3. Create an Application 4. Edit an Application 5. Basic application overview details verification 6. vi

Re: [Dev] App Factory UI automation

2013-07-02 Thread Randika Ratnayake
hi , i checked with the surefire report, during the execution the application has not created successfully. In that case rest of the tests are getting failed i will re execute the tests and give an update Best Regards On Tue, Jul 2, 2013 at 11:22 AM, Krishantha Samaraweera wrote: > Hi Randika,

Re: [Dev] App Factory UI automation

2013-07-07 Thread Ushani Balasooriya
Hi Randika, Can we use this automation script to do a volume test on AF app creation? Thanks, Ushani On Tue, Jul 2, 2013 at 12:47 PM, Randika Ratnayake wrote: > hi , > i checked with the surefire report, during the execution the application > has not created successfully. In that case rest of

Re: [Dev] App Factory UI automation

2013-07-07 Thread Randika Ratnayake
hi , I think we better use a Jmeter script to do a load test . Thanks Randika On Mon, Jul 8, 2013 at 11:49 AM, Ushani Balasooriya wrote: > Hi Randika, > > Can we use this automation script to do a volume test on AF app creation? > > Thanks, > Ushani > > > On Tue, Jul 2, 2013 at 12:47 PM, Randi

Re: [Dev] App Factory UI automation

2013-07-10 Thread Randika Ratnayake
hi all , here is the latest update of the App Factory UI automation Process Covered user Stories 1. Log-in to App Factory 2. App Factory User Home details verification of the created application 3. Create an Application 4. Edit an Application 5. Basic application overview details verificatio

Re: [Dev] App Factory UI automation

2013-07-10 Thread Krishantha Samaraweera
Hi Dimuthu et all, Hope you guys are tying out UI test suite after each deployment. Any suggestions to improve the suite ? Thanks, Krishantha. On Wed, Jul 10, 2013 at 1:21 PM, Randika Ratnayake wrote: > hi all , > here is the latest update of the App Factory UI automation Process > > > Covered

Re: [Dev] App Factory UI automation

2013-07-10 Thread Krishantha Samaraweera
Hi Randika, I got to know that there was a drastic UI change yesterday. How we managed to fix the test suite? With Selenium Page object model changes to test cases should be minimal. Thanks, Krishantha. On Wed, Jul 10, 2013 at 2:09 PM, Krishantha Samaraweera wrote: > Hi Dimuthu et all, > > Ho

Re: [Dev] App Factory UI automation

2013-07-10 Thread Randika Ratnayake
hi , The changes to the AppFactory UI was manageable after the changes been made to the relevant page object model accordingly. Changes to the test cases were very limited unless there was a redirection change of the system. I have to change two test cases in Database resource management test case