top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to Testing the application in windows phone 8?

+1 vote
280 views

I am using Visual Studio 2013 for developing windows phone application how to test my application any one explain how can i achieve this... thanks in advance:)

posted Dec 2, 2014 by Puhal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

When you’re ready to test your application

You can deploy it on a device or in the emulator directly from Visual Studio. In the toolbar area you will find what looks like a play button, together with a description of a deployment target.

You can choose between five different targets:

a Real device,

two versions of the WVGA emulator (one with 512 MB of RAM and one with 1 GB of RAM),

WXGA emulator,

720p emulator.

From time to time, the list may be longer because Microsoft periodically releases SDK updates to add new emulators that match the new release of the operating system.

For example, Microsoft has already released an SDK update that adds the emulator images aligned with the GDR2 release.

you can run the app in visual studio through below screen shot.

you can Pick or Select either Device or Emulator.

enter image description here

When the application is running in debug mode, two features are automatically enabled to help you work
 The right side of the screen displays performance counters like the number of frames per second or the memory usage. They will help you identify potential performance issues with your app

 The phone or emulator will never be suspended—the “auto lock” feature that turns the screen off after not being used is usually enabled on devices, but in debug mode, this feature is disabled

answer Dec 3, 2014 by Jdk
Similar Questions
+2 votes

I need XAP File for put my own application in my windows phone local store but i dont know where the XAP file placed in my application...........

+1 vote

I need complete code for sending mail(compose mail) from my windows phone application any one help how to achieve this........

+1 vote

I need to know how to achieve the following thigs??
1. Passing a string value using formatted string.
2. Passing multiple parameters.
3. Passing complex object

+8 votes

I am using VS 2012 and install emulator 8. Now i need some sample application code for developing my first app in windows phone 8.

+2 votes

I often see while developing phone app in grid they using Asterisk(*) and Auto , i cant identify its use any people pls kindly give some suggestions....

...