Author Archives: admin


Flex Training Course for QA Engineers


VMware requested from me to prepare a Flex course for their QA engineers and here it is – I’m pleased to share with you the first and only (to my knowledge) course especially prepared to train QA engineers in the intricacies of testing Flex application. This course shares some of … More

0 | comment

MVC Example – Refactored


DOWNLOAD REFACTORED VERSION OF THE MVC EXAMPLE What’s included in the re-factored version? the MVC approach in now demonstrated not only for the module, but also for the item renderer used in the list component the model adapter pattern is demonstrated too some other minor refinements Adapting the Model into … More

0 | comment

Optimizing Flex Applications


DOWNLOAD SLIDES DOWNLOAD SAMPLE WITH MEMORY LEAKS This is the talk we gave at the Bulgarian FlexCamp this year – the event was in Bulgarian, and so is the talk: Basically optimizations affect two areas of non-functional properties of the software – memory consumption and performance. Since Garbage Collection in … More

1 | comment

Test Driven Development


DOWNLOAD MVC EXAMPLE WITH TESTS DOWNLOAD SELENIUM AUTOMATION JAVA PROJECT In this topic we will cover: unit testing with fluint integration testing with fluint automation testing with Selenium and TestNG overview of the Flex Automation API fluint – Flex Unit and Integration Testing Framework Based loosely on the concepts of … More

2 | comment

MVCS Example


DOWNLOAD MVC EXAMPLE Just as I’ve promised an example MVC module was demonstrated and discussed in today’s session. The example is far from perfect but it provides a fundament for discussing various design decisions when we implement an MVC example. Sample Requirements The request is to implement a Programmer Statistics … More

2 | comment