| bio | website | |
|---|---|---|
| location | San Francisco, CA | |
| age | 30 | |
| visits | member for | 2 years |
| seen | Jan 31 at 18:12 | |
| stats | profile views | 9 |
I'm a White Box Engineer at a firm in San Francisco, in school for a degree in Software Engineering. I really enjoy solving problems and seeing new ideas take shape, in almost whatever form they are expressed in.
|
Sep 24 |
awarded | Yearling |
|
Aug 25 |
answered | USB storage emulator |
|
Aug 2 |
comment |
Test cases for find and replace function of notepad I agree with Tristaan and User246; this question shows little effort |
|
Aug 2 |
awarded | Critic |
|
Aug 1 |
answered | How do I test an application for SQL injections? |
|
Jun 7 |
comment |
What could cause a “command failed” error when using the Word.Application object to compare two documents? So you don't have to open the second document to compare the two? It opens the document for you when you call Compare()? You could try writing a VB.Net or C# console app and see if some exception details are returned... |
|
Jun 6 |
comment |
Multiple Assembly QA Systems? Not exactly; we don't make such a distinction between types of tests. The only grouping we apply is for how the components relate to each other. However, if we did care about the type of tests we were writing, we'd probably still have assemblies defined by the components and have test fixtures for each that we could then select from our test runner application. Seeing all your tests for a particular feature or component makes more sense to us than having parts of it spread all over the solution. |
|
Jun 6 |
comment |
Multiple Assembly QA Systems? We focus on the components; so we have projects ( assemblies ) that are an aggregate of a number of related test fixtures ( classes ) that all derive from a common set of base classes and interfaces. This lets of mitigate the explosion of projects in the solution while preserving fine grain control over what we run and the encapsulation of test fixtures. |
|
Jun 6 |
answered | Multiple Assembly QA Systems? |
|
Jun 6 |
answered | is it appropriate to do exception handling for every single test method? |
|
May 24 |
answered | What are key properties of great QA team member? |
|
May 24 |
awarded | Supporter |
|
May 11 |
awarded | Teacher |
|
May 11 |
answered | Do you test using VM, User Agent, MutlipleIE etc? |
|
May 11 |
answered | In house built testing tools |