Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Stephan Meyn

@Stephan Meyn
About
Posts
12
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Fit programmer
    S Stephan Meyn

    and this[^]

    The Lounge com

  • A question for speakers of languages other than English
    S Stephan Meyn

    My native languageis German. Many years back I worked on a Siemens mainframe which used a German OS. As it was command line based (GUIs where unknown then) all the commands were in German. For example the command 'edit ' became 'ediere '. It was irritating because so many commands were not real German verbs but modifications of them to make them into commands. It simply felt that the German language wasn't really fit to be used on a command line.

    The Lounge question c++ com

  • Happy Programmer's Day
    S Stephan Meyn

    the one-based day is for the VB programmers. The rest of us get the other one.

    The Lounge php com discussion learning

  • Testing
    S Stephan Meyn
    1. Does testing by third party will uncover all the errors in the program No. Nothing uncovers all the errors in the program. If you were to rephrase the question to 'is testing by third party more effective?' then the answer is: 'only if your in-house testing skills are lower than that of the third party'. So look at your skill sets and those of the third party. 2) Does Regression testing helps in removing the undetected errors I think you want to know if regression testing will help find defects that were missed in system testing. The answer is 'somewhat'. The prime focus of regression testing is to have an economic way to re-assure that the current release didn't break bits in areas other than where you made changes. Regression tests tend to be test cases that had been run in the original system testing. So if regression test cases find bugs it means your maintenance changes had a side effect that you were not aware of. Is this an error that was undetected in system testing? A matter of argument but besides the point. 3) Does Automated tools are the ideal choice in the place of manual testing? No. Automated tools have their place but they are no replacement of good manual testing. Too many people try to do with manual testing stuff that is better done with automated testing. But inversely there is much that is not well testable in an automated fashion. Specifically in system testing manual testing is more and more effective. This is a long topic so I'll just make a few assertions: - manual testing discovers more bugs than automated because manual testers are more flexible - building a robust automated test case takes about 10 times the effort required to do the test case manually - so it is only worth where you would run the test more than 10 times - building robust automated test cases is a Software Development task. You need to provide the skills, processes and infrastructure to support it. Otherwise you are wasting your money. Stephan
    Collaboration / Beta Testing testing beta-testing tools

  • using encrypted data while testing with Microsoft application Center??
    S Stephan Meyn

    what do you want to test: that the application works or the fact that the passwords can't be decrypted?

    Collaboration / Beta Testing testing beta-testing question

  • Multi Threaded WS calls hang
    S Stephan Meyn

    I have started digging around a bit starting with ServicePoint and SoapRequest. However it looks like there is quite some way to go until I'd come to the point where the threads actually are being put to sleep. I suspect it would happen somewhere in the HTTPRequest class. you might be able to shortcut this as to where in the .NET space the dispatching (and supposedly putting to sleep) is likely to occur. Unfortunately there is this thing called work getting in the way. Cheers Stephan

    C# testing beta-testing question

  • Web UI testing with Java script
    S Stephan Meyn

    I want to do set up automated testing of Web UIs. ASPUnit seems reasonably decent, but how do I test Javascript in web pages?

    Collaboration / Beta Testing question java javascript design ai-testing

  • Multi Threaded WS calls hang
    S Stephan Meyn

    This did indeed fix the problem. However it does raise a question. Currently, when the number of threads trying to open simulatneous connections to the service exceed the limit, these threads go into WaitSleepJoin state. So far so good. But when the other threads close their connections, shouldn't these threads be activated by the system? At the moment the threads stay in their suspended state until they get killed by the main process (if they are background threads). Is this a bug or a feature?

    C# testing beta-testing question

  • Multi Threaded WS calls hang
    S Stephan Meyn

    Thanks for the info. I will check this out. At least it appears the problem is with my test code and not with the app I was testing. Stephan

    C# testing beta-testing question

  • Multi Threaded WS calls hang
    S Stephan Meyn

    Maybe I am missing it - but I am not connecting from IE. This is a class dll that is running under nunit doing web service calls. it does so by creating multiple threads that all hit the same web service. Basically some threads simply stop and never return; Stephan

    C# testing beta-testing question

  • Multi Threaded WS calls hang
    S Stephan Meyn

    I am just doing a bit of load testing of a web service. I wrote several test cases in NUNIT to fire off. One test case creates several (5) threads which all start close to each other and call the web service several times. For some reason, usually only one (sometimes 2) of the threads complete, the others seem to hang. It is also never the same thread that completes. Does anyone have a clue why this may be the case? tia stephan

    C# testing beta-testing question

  • BLOGGER and umlauts
    S Stephan Meyn

    benglish72 wrote: Ego sum insanus, sed sum felix. Felix sanus est, ergo insanus tam insanus non est! Is that some unix script?:)

    The Lounge design business tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups