IT tutorials
 
Mobile
 

Windows Phone 7 to Windows Phone 8 : App publication (part 1) - Preparing for publication

3/17/2014 1:30:55 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
Developing an app obviously runs through various phases, and you should be designing and adjusting your app with the final certification process in mind throughout the development cycle. 

1. Preparing for publication

Before submitting your app to the Windows Phone Store for certification and publication, you are strongly encouraged to prepare for publication by using the Store Test Kit. This helps to ensure that you have all the right pieces in place that are required for publication and that your app is in a fit state for certification. The Store Test Kit is available on the Project menu in Microsoft Visual Studio (see Figure 1). You must have your app solution open and the project (or any node under the project) selected in Solution Explorer. You must also have built a Release-build XAP before running the Store Test Kit; this mirrors the real Windows Phone Store publication process for which a Release-build XAP is required.

A screenshot of the Application Details tab of the Store Test Kit in Visual Studio. This shows the path to the XAP for the current project, along with a Store tile image and three WVGA screenshots.

Figure 1. You are strongly encouraged to use the Store Test Kit in Visual Studio prior to publication.

The Store Test Kit uses rules and test cases that are periodically synchronized with the rules and test cases used in the full Windows Phone Store publication process. Upon startup, the Store Test Kit makes a web service call to the Windows Phone Store to check for updated rules or test cases, and if needed, it will prompt you to install the updates if it finds any. There are four parts to the Store Test Kit:

  • Application Details . This is where you provide a set of required and optional image files for the Windows Phone Store.

  • Automated Tests . These tests validate your XAP and the size and type of image files you provided.

  • Application Analysis . The Store Test Kit provides a link to run a monitoring session on your app.

  • Manual Tests . You can use this tab to track your manual testing results against a set of test cases.

On the Application Details tab, you specify the app tile and screenshot images used in the Windows Phone Store. These must all be in PNG format, without transparency, and with the sizes as noted in Table 1. You must supply the Windows Phone Store tile and at least one screenshot for each resolution your app supports (as defined in the app manifest). You can also supply up to seven additional (optional) screenshots.

Table 1. The Windows Store image requirements

Image

Required size in pixels

Store tile

300×300

Application screenshot WVGA

480×800

Application screenshot 720p

720×1280

Application screenshot WXGA

768×1280

When you have completed the Application Details, you can run the Automated Tests. These tests validate the static Windows Phone Store requirements; that is, they validate the size of your XAP and any additional content files, the app icon, tile images, and screenshots. Your XAP package must contain the following:

  • A valid Windows Phone app manifest file, named WMAppManifest.xml. This must contain a Title attribute within the App element. The Title attribute must not be empty, and it must be the same as the title you subsequently specify during the final submission process.

  • For managed apps, a valid Microsoft .NET app manifest file, named AppManifest.xaml, and the assembly files as specified in the AppManifest.xaml file.

  • Support for at least one screen resolution.

The maximum size of the XAP package file is 225 MB for Windows Phone 7.1, and 1 GB for Windows Phone 8.

The Automated Tests tab also provides a button for running app analysis.When you reach the end of the cycle prior to publication, you should run the monitoring feature of the tool one last time. This feature examines your app as you run it and exercise its functionality. Its focus is on app performance and quality. The tests look for certain specific behaviors, including that your app starts up within the published maximum required time (5 seconds to first screen, 20 seconds to user interface (UI) responsiveness); the peak memory is within published limits (90 MB); you handle all exceptions so that they do not propagate out of your app; you do not interfere with the Back button behavior in an unexpected way; and the battery consumption of your app is within reasonable limits.

You can run these tests either on the emulator or on a connected device; however, not surprisingly, performance on the emulator is not a good representation of physical device performance, so you should ultimately run these tests on a device. In fact, you should ideally test on several different devices, if you can, because there can be variability in the user experience across different devices. You can also run the tool on either a Release or Debug build, but again, for the purposes of preparing for publication, you should run it on a Release build.

This is an opportunity to test your app thoroughly. You should exercise all code paths, navigate to all pages, and perform all operations that the user might perform. This especially includes scenarios at the edges of your app’s control, such as the use of Launchers and Choosers, the behavior when there’s an incoming phone call or Short Message Service (SMS), fast app switching, and tombstoning. Testing at this stage should be destructive; your aim is to try to cause failures in the app so that you can catch them before submitting to the Windows Phone Store. Each time you run the monitoring tests, a fresh set of test results is persisted to hard disk in a subfolder of your solution folder that is named with the current date/time, making it easy for you to open any of them subsequently. This is useful for historical comparisons and correlation with bug fixes. Keep in mind that when the tool parses the logs, it requires a Release build of your app for reference. If you run the monitoring tool and subsequently delete the targets, you can always rebuild your app to provide this reference when you later open the log.

The Manual Tests tab provides about 60 specific test cases, which you are asked to work through manually. Each test case has a link to the specific certification requirement on MSDN. The Store Test Kit does not monitor these tests; rather, they are for your benefit to help guide you through a comprehensive set of scenarios for which you should be testing. These tests are designed to match the tests performed during Windows Phone Store publication. Be aware that some of the tests might not apply to your app (for example, your app might not make use of game-specific or media-specific features, background audio, background transfers, and so on). For tests that don’t apply, simply leave them as pending. The aim here is to ensure that you test all cases that do apply and that your app passes these tests. It is obviously in your own interests to flag tests as failed until you fix the cause of the failure. Thus, you should use the test kit here as a bug-tracking tool, as demonstrated in Figure 2.

A screenshot of the Manual Tests tab of the Store Test Kit, showing a table of manual test cases in three columns: the Result status, Test Name, and Test Description.

Figure 2. You can use the Manual Tests tab as a bug-tracking tool.

Note

Visual Studio Update 2 includes unit testing support for Windows Phone solutions. As of this writing, this is available in Community Technology Preview (CTP) form. Check the Microsoft downloads site for details regarding the latest release.

When you run the test kit, it creates a folder named SubmissionInfo in your project and then copies any Windows Phone Store image files you specified into this folder. It also creates two XML files: Settings.xml (a simple list of the image files), and ManualTestResults.xml (logs the results of all manual tests run for the app). After you have added an image to the list in the Application Details tab, you can’t remove it via the UI, although you can replace it with another image (so long as the new image has a different name). Alternatively, you can close the Test Kit, and edit the Settings.xml file directly, or you can simply delete it altogether so that the Store Test Kit can recreate it from scratch the next time you run it. When you’ve completed all tests, you can also use the SubmissionInfo folder as your source for images when you finally submit your app to the Windows Phone Store.

 
Others
 
- Windows Phone 8 : Share Menu Extensibility (part 2) - A Simple Photo Upload Share Application
- Windows Phone 8 : Share Menu Extensibility (part 1) - Adding Your App to the Share Menu
- Windows Phone 8 : Creating a Photos Extras Application (part 3) - Saving the Image
- Windows Phone 8 : Creating a Photos Extras Application (part 2) - An Edge-Tracing Extras Application
- Windows Phone 8 : Creating a Photos Extras Application (part 1) - Adding Your App to the Extras Menu
- Java ME Subsystem Architecture : Mean and Lean Virtual Machine
- Java ME Subsystem Architecture : Application Management Software, MIDP Push
- Java ME Subsystem Architecture : Java Applications and Symbian OS
- BlackBerry Bold 9700 and 9650 Series : Surfing the Web - Going to a Web Page
- BlackBerry Bold 9700 and 9650 Series : Surfing the Web - Web Browsing on Your BlackBerry
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us