Skip to main content

Posts

Showing posts from 2014

Android Application Automation Testing using MonkeyTalk IDE Professional

Steps to install and run the MonkeyTalk scripts 1. Download Monkey Talk IDE and AspectJ from given link:     https://www.cloudmonkeymobile.com/monkeytalk     Download Eclipse 4.3.1 or 4.3.2 (for Windows) from given link and copy in    your C Drive.     https://www.eclipse.org/downloads/packages/eclipse-standard-432/keplersr2 2. Launch Eclipse and install AspectJ for respective eclipse version.      aspectj - http://download.eclipse.org/tools/ajdt/37/update 3. Now get the app source code from your developer which you want to test and import it in eclipse. 4. Right Click on your project >> Configure >> Convert to AspectJ project.      5. Check you have "libs" folder or not.If you have then OK or else create a new "libs" folder. 6. Now open Monkey Talk\monkeytalk\agents\android\ monkeytalk-agent-2.0.5.jar folder that we downloaded in step 1. Drag & copy the agent.jar file in libs folder. 7. Now Right Click on newly c

Sensors in Mobile devices

Modern mobile phones come with a variety of sensors that automate or easy many of our daily tasks. This field takes into account the presence of an accelerometer, a gyroscope, a compass, and a barometer. Accelerometer and gyroscope:- Accelerometers in mobile phones are used to detect the orientation of the phone. The gyroscope, or gyro for short, adds an additional dimension to the information supplied by the accelerometer by tracking rotation or twist. An accelerometer measures linear acceleration of movement, while a gyro on the other hand measures the angular rotational velocity. Both sensors measure rate of change; they just measure the rate of change for different things. In practice, that means that an accelerometer will measure the directional movement of a device but will not be able to resolve its lateral orientation or tilt during that movement accurately unless a gyro is there to fill in that info. With an accelerometer you can either get a really "

Types of provisioning profiles:-

There are four types of provisioning profiles. They are  Development ,  App Store ,  Ad-Hoc , and  Enterprise .  T hey are used for different purposes and should be only used for those purposes. Development provisioning profiles:- Development Provisioning profiles are used only while developing an application. Developers use these profiles so that they can actively debug their code, and test on different devices.  They are not designed to be used for mass distribution.  Only use these profiles for development and debug builds. These are assigned to individual developers and are used to identify them.  Also, Development Provisioning Profiles can only be created with Development Signing Certificates (this is important to remember). Ad hoc distribution provisioning profiles:- Ad hoc testing is when you have completed development and want to distribute your app to multiple users for testing (your second question). Just create a di