saraford
Check me out on the web at CodePlex - Open Source Project Hosting or at my blog.
I'm the Program Manager for CodePlex, Microsoft's Open Source Project Hosting Site.
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | Did VS2005 Ship Too Early? | 60 | Nov 15, 2005 at 10:48 AM |
Sara Ford's 101 Visual Studio Tips in 55 Minutes Challenge
Jun 18, 2010 at 11:34 AMThanks all!
@GreyCloud We've uploaded my 101 Tips cheat sheet to this post. See above. The A/V equipment was optimized to record powerpoint slides at 20pt, and there was no way i could crank up the Environment Font that high (and much less do 101 demos). So, I debated (even up to the last second) what resolution to use, but finally i decided to optimize for the in-house audience so that they could all get a copy of the book.
Enjoy!
-sara
A chat with Sara Ford - CodePlex turns 3, reaches 10,000 projects
Sep 11, 2009 at 4:24 AMHi all, Sorry for the delay in me responding. i've been speaking at TechEd Australia all week. Just getting a chance now.
@Zeo:
1. if you see abandoned projects, contact me directly with the URLs. We scan for abandoned projects once a month. Maybe they are still relatively new projects or we're missing them. We're always looking for suggestions to tweak our abandonment criteria.
2. I'd love to hear ideas how to improve the ratings feature. Rating the individual releases seems to be the best approach i've come across.
3. If you like WoW, you're going to love Rawr and Tweetcraft. If you are an AJAX developer, you'll want to check out the AJAX Control Toolkit. What i'm discovering from my "codeplex" search in TweetDeck is that there's a popular project for each niche. I see that Nic has left you with a list that i provided him before i jumped on the plane for #auteched.
@figuerres:
1. We recently implemented new features to improve the Issue Tracker to receive notifications via email. Back in April, we added the ability for an user to get an email whenever an issue they were tracking was updated or had a new comment. Just last month, we added the ability for a project owner or any other user to subscribe at the project-level to get an email notification for new Issues, new comments, and status changes. I'm hoping these new features will help project owners respond to issues in a timely manner.
2. I like the idea of related bugs. Could be interesting.
@SteveRichter
have you tried http://www.koders.com/ yet?
Thanks again everyone for watching the video. Always feel free to contact me via blog, email, or twitter (@saraford).
Developer Solutions Team - Demos of MSBee, Managed Stack Explorer, and TFS Administration Tool
Mar 30, 2006 at 8:52 AMYou can find out more details about the job positions opened on the Developer Solutions team at position #1 and position #2.
I was a college hire, so yes, MS does hire college grads. =) You can find out more info about college hires on jobsblog.
Developer Solutions Team - Demos of MSBee, Managed Stack Explorer, and TFS Administration Tool
Mar 29, 2006 at 9:09 AMThe amount of investment in the tool is totally up to you. As Josh says above, we're planning to make it a shared source release, so feel free to jump into the code and play.
You can log bugs and feature ideas for MSE at
http://go.microsoft.com/fwlink/?LinkId=61470
I'll have to take a look at the video again to see why sqlservr.exe is in the list. It's been a while since we shot the video.
No, i'm happily married.
Sara Ford - Finding and Logging a Bug (Maddog Part 4)
Feb 10, 2005 at 8:12 PMThis test has been running for as long as we've had an editor =)
Thanks!
-sara
Sara Ford - Finding and Logging a Bug (Maddog Part 4)
Feb 08, 2005 at 10:17 AMAlso, i don't think the programmer is the guilty party here, if there even is a guilty party. The triage team said that this was how the data tip was designed, and from their usability studies, no one had run into this issue before. I think that's what makes me a good tester - i don't interact with UI the same way most people do. So, I can find these scenarios and get triage teams to make the right call, before the users run into them.
Thanks!
-sara
Sara Ford - Analyzing a Test Case Failure (Maddog Part 3)
Feb 08, 2005 at 9:50 AMRecord and playback is definitely one way to automate tests. Our primary method is to use a combination of MSAA and Win32 api calls, like sending messages to a control as you describe above. We drive the UI (meaning we use the mouse and/or keyboard to click on menus, buttons, etc) as much as possible to simulate an actual user, and it does a really good job.
Brian McMaster, one of our software testing architects (someone who designs our automation framework) wrote this whitepaper on Automating WinForms...
http://msdn.microsoft.com/library/en-us/dnwinforms/html/autowforms.asp
Hope this helps!
-sara
Kenneth Spector - Coding without seeing the screen
Aug 11, 2004 at 10:46 AMWe have a very strong focus on accessibility in our Visual Studio 2005 release. In addition, we have been working and testing with both JAWS, the screen reader Kenneth mentions in the video, produced by Freedom Scientific, and Window Eyes, a screen reader produced by GW Micro. If anyone has any feedback regarding accessibility of either Visual Studio .NET 2003 or Visual Studio 2005, please feel free to contact me via my blog at http://blogs.msdn.com/saraford.
Thanks!
-sara
Sara Ford - What can we do to introduce more women into computer science?
May 05, 2004 at 10:18 AMhttp://blogs.msdn.com/saraford/archive/2004/05/05/126296.aspx
Sara Ford - What does it mean to test?
Apr 28, 2004 at 9:40 PMI think the "us versus them" feeling comes from the nature of the work we do. Our job is to break the dev's code. In my mind, the dev can never write code that I can't find issues with; otherwise, i'm not doing my job. Many times, i've sat looking at a piece of UI or a piece of code thinking, "what am i missing? what am i not testing?" when i stop finding bugs.
I definitely wouldn't say that i'm in conflict with my dev. A tester must be able to work effectively with his/her developer in order to be successful testing the feature. Chris, the dev for window management (the feature i currently own testing), laughed when I showed him this video. he said, "Yep, i can definitely see you saying that." =)
See more comments…