Skip to main content

Next Generation Testing Leadership Summit in Melbourne

                         

Next Generation Testing Leadership Summit in Melbourne


As the mobile devices and Internet of Things are reshaping the landscape for testing and QA, the Next Generation Testing Leadership conference in Melbourne on the 27 of May 2015, would feature discussions and workshops on a range of topics including future of testing, mobile testing as well as cloud and IoT testing.

When productivity and time to market determine whether a product would survive, it is absolutely important to make sure that quality does not take the back seat. Rapid innovation in technology and applications place enormous pressure on testing to keep up. The next generation testing will demand tools to test sophisticated applications in the areas of connected homes and smart cities.
I am delighted to be part of the conference and champion the cause for non-traditional methods to QA.

Check out the agenda and complete list of topics here.
http://www.nextgentesting.org/melbourne/2015/Next_Generation_Testing/program



Comments

  1. Nice post and following great way of writing . It is delivering great papers for the students at online.

    ReplyDelete

Post a Comment

Popular posts from this blog

External Authentication providers for SharePoint 2010–(Oracle/Sun Directory as user stores)

External Authentication providers for SharePoint 2010: Thank you for continuing to read my blogs. It is a Sunday afternoon and the Roosters are leading Panthers 10 points to 6 in NRL, by the look of it, it has all the signs of turning into a one sided match in the second half. I thought I might write a blog about SharePoint and Single Sign On with Non-Microsoft Technologies. The Problem: Often Organisations would like to utilise their existing stack of technologies with SharePoint. This is due to the popularity of SharePoint as a platform to consolidate and provide a range of application services either to replace an existing set of tools or compliment an existing applications suite. We fall under the latter. I am working within a truly heterogeneous environment at the moment, the extranet applications are built on a mix of technologies such as OpenText Livelink for DMS, Java and JBPM for for workflow and front end portals, Sun Directory and Oracle for User data and other DB La...

Microsoft Dynamics XRM proxies–Early bind in ASP.NET web service

  As a hands on Development Manager I often get to lead by example, in my latest attempt to fast track re-development of some of our Java based web services to ASP.NET web service, I went about this using XRM based early bind method. I also explored SDK and JavaScript to execute the Dynamics rest API. For a starter our web service methods roll up large datasets therefore JSON based service was obviously not suitable. Also the java based services made calls to multiple stored procedures through Hibernate frame work, the idea was to convert any calls to Dynamics CRM using XRM with LINQ and other bits and pieces using NHibernate framework. I am keen to learn alternative methods and very open for feedback on the approach I have taken here. Without further ado here are the steps.   1. Re-Compile XRM to include proxies for Dynamics CRM customisations. This was easily done by executing the following commands within the CrmSvcUtil.cmd file REM $0\..\..\Microsoft.Xrm\bin\CrmSvcU...

Copying SharePoint 2010 Site Collection from Production into DTS environment via Database back up and restore

  If you are running SharePoint farms then you would have come across this requirement at least once, which is to replicate a production site or site collection into Development, Test or Staging environment. There are a number of blog posts and articles on how to copy down the site or site collection without much trouble but I have not found one which worked as expected. The Database back-up and restore method is a quick and easy method or cheaper solution than commercial tools available in the market. This method works well if you would like to quickly copy content. With the content database attach method the key is to be aware that the following items which are farm related attributes, need attention as they are not copied across. Search scope and Indexes, User accounts and Managed Metadata.  There are easier ways to overcome these. Search scope and indexes have to be redone and it does not take too much of your time. If your DTS environments have different users than the...