Book Image

Microsoft Application Virtualization Cookbook

Book Image

Microsoft Application Virtualization Cookbook

Overview of this book

Table of Contents (17 chapters)
Microsoft Application Virtualization Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Testing the application


If you were to launch Greenfoot without the connection group in place, you would get an error message similar to the following one. However, with the connection group active, Greenfoot will be able to access the files stored within the JDK package and launch successfully.

Getting ready

To complete these steps, you will need to have completed all of the other recipes in this chapter.

How to do it...

The following list shows you the high-level steps involved in this recipe and the tasks required to complete the recipe (all of the actions in this recipe will take place on a domain-joined Windows 8.1 computer):

  • Confirm that the App-V Publishing server is updated with the latest set of applications.

  • Log in as Maddy Alans on your testing client.

  • Confirm that the application appears as intended in the Start menu and on the desktop.

  • Confirm that the connection group is working as expected.

The implementation of the preceding tasks is as follows:

  1. On your Windows 8.1 computer, log in...