Finding out App Capabilities with the Store Test Kit.

The Windows Phone SDK comes with a bunch of tools and one of the tool is the Store Test Kit that lets the developers to analyse the capabilities required by the App.

To Analyse the app’s capabilities and requirements, follow the below steps

1. Open the Windows Phone App in Visual Studio 2012 and build the app in the Release Configuration.

Finding out App Capabilities with the Store Test Kit.

2. Launch the Store Test Kit. There are 2 ways by which you can launch the Store Test Kit.

  • Click Project Menu and then select “Open Store Test Kit”.

Finding out App Capabilities with the Store Test Kit.

  • Right click on the project and click “Open Store Test Kit”.

3. Click the “Run Tests” button in the Automated Tests tab to start the analysis process. If the App is compiled for the first time or if the app is running in the debug configuration mode, you might receive the following error.

—————————
Microsoft Visual Studio
—————————
The application package (XAP) is not up-to-date. Recompile and try again.
Change the solution configuration to Release and platform to ‘AnyCPU’ and rebuild the app.
—————————
OK
—————————
Finding out App Capabilities with the Store Test Kit.

In this case, just set the mode to “Release” and rebuild the project and then click the “Run tests” button.

4. The tests should start and the results will be shown immediately. This result will help the developer to rectify the issues in the app before submitting to the windows phone store.

Finding out App Capabilities with the Store Test Kit.

Note that some of the automation tests like Iconography and Screenshots fail because of the validation of the Application Icons and Screenshots.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...