I want to make wp7 app GUI testing tool!!!
wp7 emulator running on the app I want to get the UIElement.
Did you get access to the runtime UIElement?
wp7 emulator Run-time access to samples or Tip and Open source let me know.
I want to make wp7 app GUI testing tool!!!
wp7 emulator running on the app I want to get the UIElement.
Did you get access to the runtime UIElement?
wp7 emulator Run-time access to samples or Tip and Open source let me know.
Copyright © 2021 Jogjafile Inc.
I don't know of any dedicated tool for WP7. You can use Linq-to-VisualTree to inspect the visual tree at runtime. As a debug visualisation aid, the following Linq query will output teh visual tree:
Producing for example:
You might be able to use this to create your own tool.