Posted on October 31st, 2012 by Utsav
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 [...]
Filed under: Agile Testing, Android, iOS, iPhone, Mobile Apps, Mobile Automation, Mobile Testing | 1 Comment »
Posted on October 31st, 2012 by Hem Chandra
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 [...]
Filed under: Creativity, Designing, iPhone, Mobile, Mobile Apps, Multimedia | No Comments »
Posted on September 18th, 2012 by Utsav
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 [...]
Filed under: Android, iOS, iPhone, Java, Javascript, Mobile Automation, Mobile Testing, Quality Assurance, Test Auotmation, Testing, Uncategorized | 3 Comments »
Posted on May 31st, 2012 by Sohil
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.
Filed under: iOS, iPhone | No Comments »
Posted on May 26th, 2012 by sraheja
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 [...]
Filed under: iOS, iPhone, Mobile, Mobile Apps, Objective C | 2 Comments »