Monkey with ANT (Mobile App Automated Tesing – II)

Continuing from where we halted in my previous post ‘When Monkeys Talk’, in this blog I will talk about Integrating the existing Monkey Talk Script with ANT, Running with ANT, Extending Test with JavaScript, Executing a MT JS file. MonkeyTalk scripts can be run via Ant from the commandline, and Ant can be easily integrated into a [...]

Three points of Mobile strategy

With the immense growth in the mobile market, more and more people are accessing the internet on mobile and it is tempting to have a mobile presence for any business owner to generate more ROI. Everybody wants to invest in mobile  as early as possible to capture the market. But having a mobile presence is [...]

When Monkeys Talk (Mobile App Automated Tesing – I)

While I attended the first XKE here at Xebia, I heard some one saying ‘You are not smart… If you dont have a smart phone’, so Being a smart tester or while trying to be a smart tester I started exploring available tools to test the applications for these Smart Phones. And in this process [...]

iOS : Watermarking the UIImage with user’s name

One of the requirements in recent project was to add user’s name to the current image clicked by camera, preserving the font as selected in the preferences. So a user can click a photo using UIImagePicker and once the photo is captured we will add the name of the user to the image.

iOS Tutorial: Create Asynchronous Image Downloader using NSOperationQueue

Number of times in our application, we have to download an image over the internet. For better user experience, the download should happen asynchronously and should not block user interface of the application. In this tutorial, we will learn how to create an Image Download Manager which will: Download image asynchronously from a URL Download [...]