Android :: Mock And Performance Tests Available In Android For Testing Android Application
Dec 23, 2009
What exactly are mock tests... I need to know the mock and performance tests available in android for testing android apps..what is the best tool for testing android apps and how..
View 1 Replies
Mar 26, 2009
Can EasyMock be used with Android SDK to test my code? I integrated EasyMock Class Extension to one of my test case to mock an object operates on SQLite db. When executing my test case I got the following exception when setUp() is called: Code...
View 3 Replies
View Related
Aug 6, 2010
"Hello, World" and "Hello, Testing" tutorials I created an android application created with Eclipse, along with a corresponding Android Test Project.The tests run fine once. After that, in order for me to run the tests again, I have to close the emulator.If I don't close the emulator, the Eclipse console get stuck on "Installing instrumentation android.test.InstrumentationTestRunner on device emulator-5554"... Nothing happens after that.I've been told to exit out of the application under test in the emulator in order to run the test again. Unfortunately the emulator doesn't have the app pulled up (it's in the normal "locked" position and when unlocked brings up the home screen) and even if I do pull it up then exit, it doesn't seem to let me run my tests again.All the example videos and tutorials all stop at the first run of a test. I have yet to see anyone anywhere run a test a second time!
View 1 Replies
View Related
Dec 31, 2009
The test cases on launch performance in android source code are extending android.test.LaunchPerformanceBase but i can not able to make use of that class in my application test cases... Do anybody knows how to make use of that class? These performance test cases are present in development/apps/launchperf
View 1 Replies
View Related
Sep 9, 2009
We are working on an application that is a "Black Box in a phone" Written only for Android at the moment, we have tested on T1 and Magic, and we are looking for people to help us test it in various circumstances.
The app is designed for pilots and those that fly, tracks the phone in realtime and displays it on others phones and also in 3D on the website, GPS Logbooks - Home | Black Box Flight Recording, using only your Android cell phone.
The app is now in the marketplace, so we are looking for pilots, navigators, glider pilots, balloonists, sky divers and anyone else who likes to fly to download the app and go flying. After that you can publish your flights and share them with others.
Please note that your location data is visible to anyone on the site when you are flying live, so don't use it if you are somewhere that you don't want people to know about.
View 1 Replies
View Related
Mar 9, 2010
I'm having troubles with users that report that if they leave the application opened and after a few hours when they return to it the app crashes. I'm pretty sure it is because I'm not storing/restoring the status correctly when my process is killed by the system, but I would like to be able to test it in a repeatable way. Which is the best way to simulate the same behavior that happens when Android kills my process on low memory conditions?
View 4 Replies
View Related
Oct 2, 2010
What are different points to note down while testing android applications? What are different techniques or test cases used for android?
View 1 Replies
View Related
Feb 24, 2010
I wrote a simplest test based on android.test.ActivityInstrumentationTestCase2.
CODE:..............
View 2 Replies
View Related
Oct 20, 2009
i get following error, if i test my app on a real android phone. On the emulator, my app works fine.
W/dalvikvm( 321): threadid=3: thread exiting with uncaught exception (group=0x4000fe70) E/AndroidRuntime( 321): Uncaught handler: thread main exiting due to uncaught exception E/AndroidRuntime( 321): java.lang.VerifyError: de.stefandahmen.android.TourList E/AndroidRuntime( 321): at java.lang.Class.newInstanceImpl (Native Method) E/AndroidRuntime( 321): at java.lang.Class.newInstance (Class.java:1472) E/AndroidRuntime( 321): at android.app.Instrumentation.newActivity(Instrumentation.java:1097) E/AndroidRuntime( 321):.....
View 3 Replies
View Related
Oct 8, 2010
I want to start with a consistent test environment so I need to reset/clear my preferences. Here's the SetUp for test I have so far. It's not reporting any errors, and my tests pass, but the preferences are not being cleared.
I'm testing the "MainMenu" activity, but I temporarily switch to the OptionScreen activity (which extends Android's PreferenceActivity class.)
I do see the test correctly open the OptionScreen during the run.
CODE
:...............
StartNewActivity Code:
CODE:.................
View 1 Replies
View Related
Dec 30, 2009
How can i test the performance of an android application ? Is there any tool that i can make use of ?
View 2 Replies
View Related
Aug 31, 2010
I am implementing the client side of some java application for Android devices which requires a lot of user interaction, image loadings and JSON object parsing. I'm trying to decide whether to implement it with html5, flash or Android native code.
View 1 Replies
View Related
May 23, 2010
I'm looking into writing an Android game, tough I don't curerntly own an Android device. For those of you who own a device, how does the performance on the emulator relate to real device performance? I'm especially interested in graphics related tasks.This obviously depends on both the machine running the emulator, and the specific device in question, but I'm talking rough numbers here.This question is a duplicate, but since that post is heavily outdated, I figured it's irrelevant by now.
View 3 Replies
View Related
Sep 18, 2010
my app works fine on samsung galaxy and nexus one. It is giving problem on htc incredible. How should I test my application for various phones?
View 4 Replies
View Related
Aug 6, 2010
I'm new to android unit testing. I'm trying to write a unit test for the Phone application:
package com.android.phone;
import android.content.Intent;
import android.net.Uri;
import android.test.ApplicationTestCase;
import android.test.suitebuilder.annotation.MediumTest;
import com.android.phone.PhoneApp;
import dalvik.annotation.TestTargetClass;...............
View 3 Replies
View Related
Apr 16, 2009
I've been exploring the Android test package and I'm very confused on how to implement functional testing for endpoint-to-endpoint.
Consider the example below, I have 4 activities: 1. A Contact List Activity 2. A View Contact Activity 3. An Add/Edit Contact Activity 4. A Sync Contact List activity
I want to automate a few tests that will go through multiple test cases simulating a user experience: From launching the application, to selecting 'Add contact;' opening the add contact activity, entering data, saving it, going back to the list activity, and verifying the new contact was saved properly.
As I understand it, ActivityInstrumentationTestCase<T extends Activity> and ActivityUnitTestCase<T extends Activity>, are only useful for testing single activity functionality.
But what if I need to switch between 2 or more activities inside a single functional test case?
View 5 Replies
View Related
Jun 14, 2010
I was wondering if any one had compiled a list of the most commonly used Android devices so I can get an idea of what I should test for. Even better would be suggested configurations for emulating each device.
View 2 Replies
View Related
Sep 18, 2010
How do I test my android application such that it works on all major android phones ? e.g. Motorola, HTC, Samsung etc. I have an app that works on nexus one and samsung but it is giving problems on htc incredible.
View 4 Replies
View Related
Aug 27, 2010
i would like to post on twitter/facebook my location, but not my EXACT location.i would want to change my GPS location to another county over are there any apps to do this? i've checked out the "my fake location" but you have to know the coordinates and such. are there any apps that you can just simply type in an address?
View 2 Replies
View Related
Sep 21, 2009
I'm writing unit tests for a class containing Locations. To create a (mock) Location, I do this:
Location from = new Location("Johan");
However, the Location(String) constructor throws a RuntimeException saying "Stub!".
How can I create a mock location?
Note that I'm running this on the plain JDK with android.jar in the path, after JUnit but before my own stuff. No device or emulator is involved. The android.jar file is from the platforms/android-1.5 directory of android-sdk-linux_x86-1.6_r1.
View 2 Replies
View Related
Jun 7, 2010
I've read this post about mocking location with custom provider, but I am looking for a way to mock the location during a presentation, is that possible?
View 1 Replies
View Related
Mar 5, 2009
I encountered with a problem when I use DDMS to send mock gps location data . I checked out the source code of Android and make the latest version.Then put my test apk file of gps to the emulator and start DDMS, but when I use Emulator Control of DDMS to manually Button to send mock location data it says no GPS emulation in this virtual device. But the same apk file works fine in the SDK 1.0
View 7 Replies
View Related
Sep 16, 2010
I am using a ContentProvider for caching results from a web-service query. It is an HTTP request and the response content is XML. Most of the data is cached, so I simply query the DB, if not found, request from webservice, insert in DB and requery the DB. Thus the response is always a Cursor from SQLiteDatabaseHelper.
I have one result set that is not stored in the DB and since it is 100% transient, but I would like to provide the appearance of it coming from the DB's Cursor. Is there an easy way to do this? For example, if I could project it onto the cursor with a cursor.setValue("string", objectValue) or some other existing implementation.
If not, I will either bypass the DB for this content result, or stuff it into a trivial table that is constantly reused.
View 1 Replies
View Related
Jan 11, 2010
test my app with an android device that is using a corporate calendar.... alternatively, can you tell me how to set up a mock corporate exchange server connection (and thus corporate calendar) on the emulator?
View 4 Replies
View Related
Sep 27, 2009
I am working on an application that requires an approximate position of the user, so basically i am fine with any relatively recent location data i can get. However I can't seem to get things right using mock location data and would therefore appreciate your help. The method i'm having tries to set mock location data for the gps provider and tries to later retrievie it BUT: locationManager.setTestProviderEnabled("gps", true); seems to fail because i do not get any active location provider from the location manager. When I tried using a mock location provider with addTestProvider and give it my mock location, the LocationManager returns me this mock provider with getProviders(true) but then getLastKnownLocation returns null instead of the provided mock location.
View 4 Replies
View Related
Aug 20, 2010
I need to fool GMap application on android device by providing my own positioning data. What is the possibility and how shall i go about achieving it?
View 2 Replies
View Related
May 30, 2009
I am about to embark on developing a mobile application for both the iPhone and the Android based phone.I have most of my gui mock ups written down on a white board and some in my head. I need to put them down on paper so I can relay my designs to others in my team.I was wondering what the best on-line gui mockup tool I could use? I have a lot of experience with Visio and I truly like it. I want a tool that would be web based so I could collaborate with others on the team. Does anyone have a suggestion for an easy gui mockup tool that I could use?
View 19 Replies
View Related
Jan 6, 2010
I dont know if its just my handset or some bug but the camera sucks for a 5mp phone. I have seen 2mp phones which take better pictures. Is there any app to fix this? Can i expect an improvement in android 2.0?
View 9 Replies
View Related
Aug 7, 2009
i search a tool to develop/create mock ups for android. The only things i find are psd files (http://www. matcheck.cz /androidguipsd/ and http://chrisbrummel.com/google-android-gui-psd - not all widgets) and this tool: http://www.balsamiq.com/products/mockups. But this tool isn't only for android and so the look of the elements isn't equal to the android widgets (button, menu/list item etc.). If someone knows a tool, please let me know.
View 3 Replies
View Related
Jun 9, 2009
I've got unit tests which are subclasses of AndroidTestCase, I thought they were just taking awhile to run, but for some reason when I run them via Eclipse, they actually run twice. I can verify this in LogCat after the Console outputs "Launching instrumentation android.test.InstrumentationTestRunner on device..." the first run starts, which is only visible via LogCat. Then the JUnit pane comes to life and starts tracking the second run.
View 2 Replies
View Related