Posted on March 9th, 2012 by Gaurav Srivastava
Which framework should I choose for this application? – This was the most common question which I used to think before starting any application. But since the time I am working on iOS, I hardly remember when did I ask this. As per Apple’s technical guidelines, you ‘always’ have to stick to the default framework. [...]
Filed under: Flex, Flex Architectures, iPhone | No Comments »
Posted on July 28th, 2011 by Amit Sharma
In the first part of this series http://xebee.xebia.in/2011/07/27/component-instrumentation-with-ria-test-part-1/#more-9326 , we discussed how RIATest has a default support for automation of TabNavigator component. Now lets apply our learnings and try to automate a third party component SuperTabNavigator(STN) which is a part of FlexLib components. The SuperTabNavigator is an extension of the TabNavigator navigation container and it functions exactly [...]
Filed under: ActionScript, Flash, Flex, Quality, Quality Assurance, Uncategorized | 2 Comments »
Posted on July 27th, 2011 by Amit Sharma
One of the key requirements of any modern day enterprise product is to have the capability of Automation. While there are many products in the market today that provide UI automation testing (read Record and Play) but when it comes to automate flex applications, RIA Test http://www.riatest.com is as close as you can get to [...]
Filed under: ActionScript, Agile Testing, Flex, Testing, Uncategorized | 1 Comment »
Posted on April 30th, 2011 by Gaurav Srivastava
In this blog, i will share my experiences with AmCharts (Third party API for Flex Charting). The requirement was to show a dataset in two different views, first was a tabular view and second was the chart view. For tabular view we simply used the Flex datagrid. For showing the same dataset in charts, we [...]
Filed under: Blog, Charting, Flex | No Comments »
Posted on March 29th, 2011 by Nitin Khattar
In my last Blog on Flex Charting components, we talked about how to create Composite charts in Flex using multiple chart series, multiple data series and multiple axes. We also discussed the common problem faced while clubbing different chart series within a single chart. Then we explored the concept of ColumnSet in Column Charts & [...]
Filed under: ActionScript, Charting, Flex | 7 Comments »