ajmastrean

2,057
reputation
336 views

Registered User

name ajmastrean
member for 1 year
seen 1 hour ago
website
location US
age 24
zero friction software engineering
Dec
14
revised Preventing cheating in online chess games?
added tags
Dec
14
revised Getting started with FPGA programming.
fixed acronym typo
Dec
11
awarded  Tumbleweed
Dec
10
revised How to prevent subscribers to an event from conflicting with each other?
added tags
Dec
9
accepted How do I get ItemStatus from a UITestControl?
Dec
9
accepted How do I show ItemStatus in UI Spy?
Dec
9
accepted Where do I get UI Spy?
Dec
4
revised How to Invoke Shortcuts Keys in the UI Automation? / .NET
edited tags
Dec
4
revised Silverlight UI Automation of a TextBlock
edited tags; edited title
Dec
4
revised WPF: writing smoke tests using ViewModels
edited tags
Dec
4
comment Exposing 3rd-party controls to the UI Automation framework.
1. Whose 3rd-party controls are you using? 2. What technology is the application (WPF, ASP.NET, WinForms)? 3. What are you using to perform UI Automation (White, Coded UI Tests)?
Dec
4
revised Exposing 3rd-party controls to the UI Automation framework.
Fixed title and body for spelling, grammar.; edited tags
Dec
4
answered How do I get ItemStatus from a UITestControl?
Dec
4
asked How do I get ItemStatus from a UITestControl?
Dec
4
asked Can I show ItemStatus in Visual UIA Verify?
Dec
4
answered How do I show ItemStatus in UI Spy?
Dec
4
asked How do I show ItemStatus in UI Spy?
Dec
4
comment How to create a deploy package for “CodedUI Test” recorded in Visual Studio 2010 beta
Unless I don't understand what you're asking by "deployment package", I believe my updated answer actually answers your question (if so, please select it).
Dec
4
revised How to create a deploy package for “CodedUI Test” recorded in Visual Studio 2010 beta
Updated the answer with details on Team Agents.
Dec
4
revised How to create a deploy package for “CodedUI Test” recorded in Visual Studio 2010 beta
edited tags; edited tags
Dec
4
revised How do read/interact with an old ActiveX SSUltraGrid using UIAutomation
edited tags
Dec
4
answered How can I get a control’s DataContext from an external application using UI Automation (and/or White)
Dec
4
revised Is there Anyone who Successfully Implement UI Test Automation Regime using Microsoft UI Automation?
[white] is a better tag for white
Dec
4
answered Where do I get UI Spy?
Dec
4
asked Where do I get UI Spy?
Dec
4
revised UI automation tool for a windows based WPF application with Record and Playback feauture
updated automation tags
Dec
4
revised GUI Automation testing - Window handle questions
standardized ui automation tag
Dec
4
answered UI automation tool for a windows based WPF application with Record and Playback feauture
Dec
4
answered I want Spy++ but I don’t have Visual Studio
Dec
4
comment Unity: Fatal Execution Engine Error when resolving a TimeSpan
I performed container.RegisterInstance<TimeSpan>(TimeSpan.FromSeconds(10)); and that resolves fine.
Dec
3
comment Unity: Fatal Execution Engine Error when resolving a TimeSpan
This also occurs on other structs, like DateTime.
Dec
3
comment Unity: Fatal Execution Engine Error when resolving a TimeSpan
I know Unity has some default ctor selection rules, but I should at least be seeing a Unity exception.
Dec
3
revised Unity: Fatal Execution Engine Error when resolving a TimeSpan
removed xml configuration, robustified the test.
Dec
3
accepted Relative path root of DeploymentItemAttribute
Dec
3
asked Unity: Fatal Execution Engine Error when resolving a TimeSpan
Dec
3
comment Deploy an app.config based on build configuration
James, you're right. At this point, we've outgrown the capabilities (and sensibilities) of using the csproj file.
Dec
1
revised Performance in SQL Mobile with one big column that’s not being selected
removed tag
Dec
1
revised Instance constructor sets a static member, is it thread safe?
new tag
Dec
1
comment Instance constructor sets a static member, is it thread safe?
Decrementing the counter would result in numbers being handed out twice. I think the intent of the original programmer was to maintain a 'total' count 'at the time of creation'. The count does not appear to be used to track anything regarding 'current instances'.
Dec
1
comment Instance constructor sets a static member, is it thread safe?
The 'lock' is useless inside the constructor? I need to lock access to the static 'counter' in a static method or else I can't be sure who else is reading/writing it elsewhere.
Dec
1
comment Create an object knowing only the class name?
I could just use an IoC container, deal with long names, and get object creation done for me!
Dec
1
revised Thread-safe use of a singleton’s members
removed unnecessary code in the question, moved text around, standardized title.
Nov
30
revised Relative path root of DeploymentItemAttribute
still playing with title
Nov
30
answered Relative path root of DeploymentItemAttribute
Nov
30
asked Relative path root of DeploymentItemAttribute
Nov
30
revised Add an XML schema to Visual Studio
changed final note wording
Nov
30
asked Add an XML schema to Visual Studio
Nov
30
revised Is DateTime.Now the best way to measure a function’s performance?
Re-wrote code in lambda style. Added extension method example.
Nov
30
answered Wrapping StopWatch timing with a delegate or lambda?
Nov
24
comment UID/name labels in silverlight for unit testing
My first suggestion is to replace UI Spy with Visual UIA Verify. I'll have some help later (I'm automating a ListBox in WPF, but the source is a custom ViewModel).