| bio | website | |
|---|---|---|
| location | Israel | |
| age | ||
| visits | member for | 2 years |
| seen | yesterday | |
| stats | profile views | 17 |
Staff Test Architect in a leading international company. Specialize in embedded software and hardware testing.
|
Apr 18 |
comment |
Why testing, by definition, cannot find deadlocks and stack overflows? Code review might be defined as static testing, but usually developers are responsible for doing it (unless you work at Microsoft where testers participate in code reviews) |
|
Apr 8 |
comment |
Testing asynchronous concurrent systems in a systematic way Definitely yes, I found more than one bug this way |
|
Jan 27 |
comment |
Automated network capture and analysis? "Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic" where as the original question is about SIP/VoIP |
|
Jan 23 |
comment |
Tool to generate test cases for configuration app based on use case variation? 100% test coverage ? Did you mean code coverage ? |
|
Jan 3 |
comment |
Open-source/freeware testing tool for Set-Top Box Development took about 1 man/year with backed up by aa generous budget (e.g. test equipment) and support teams (e.g. the developing test framework itself). We are developing a related product, not a STB so I can't really answer your questions. |
|
Dec 23 |
comment |
Best practices for organising and naming test cases Every failure AND fully diagnosed ? what about the unknown unknowns, or even the known unknowns ? |
|
Dec 13 |
comment |
How to test a location based application Basically I agree, but this not the software, this is the hardware and physics behind it and you better understand as much as possible of it before your clients get into trouble. There is much more than the few points I brought up, those are only common pitfalls that I learned the hard way while testing a location aware device. |
|
Dec 13 |
comment |
How to test a location based application "can't afford" is a strong term. For some tests you need automated repeatability, for others you can let a human decide depending on the context. You answer assumes that you can emulate and understand every aspect of the underlying GPS hardware |
|
Dec 6 |
comment |
Measuring test performance when there is high variance Also consider extending test duration if possible, this will help average results and lower variance. |
|
Oct 29 |
comment |
How to make sure your test data are correct? this is a recursive answer and not very helpful... |
|
Oct 11 |
comment |
When should I do regression testing during each sprint? I'm missing one thing in you otherwise exceleny answer- when will she run a full set of regression tests ? |
|
Sep 10 |
comment |
How would you call backward porting testing? Again- close, but not exact. The ported feature will be an integral part of the older Kernel |
|
Aug 15 |
comment |
Is there a name for this type of vector operation? Pairwise is a subset of combinatorial, theoretically you can choose triplet of values. To be fair Hexawise sells (or gives for free to 1-5 users or Non-Commercial use) a tool that I heard is as good as PICT |
|
Aug 1 |
comment |
Will the new ISO/IEC 29119 Software Testing standard work with agile methodologies like Scrum? I have a copy too, and the words "agile" and "context" are repeated throughout the standard. |
|
Jun 25 |
comment |
Is model-driven testing a viable technology for real applications yet? Who writes the test models ? the same team that codes the feature or the test team ? |
|
Mar 13 |
comment |
How can I use causal loop diagrams to help me test? What did you mean by "bayesian analysis" ? the statistical process ? |
|
Feb 8 |
comment |
How do you test a network stack for outbound traffic? So try Xtramus NuDC and NuDOG, it's their low end products but according to one of their reps it is very capable: xtramus.com/products.php |
|
Jan 3 |
comment |
What is the best software to automate complex tasks involving multiple applications/steps? I agree with Sam, as far as I can tell this is all doable programmatically, for example using Perl. |
|
Nov 21 |
comment |
Replacement for Microsoft's USB Device Simulation Framework (DSF) msdn.microsoft.com/library/windows/hardware/br259131.aspx "Device Simulation Framework (DSF) Device Simulation Framework has been deprecated from the WDK." |
|
Nov 7 |
comment |
Continuous Integration and testing environment and configuration for Android let's start by you telling us what are you using today, and why you are not satisfied. |