About 7,060,000 results
Open links in new tab
  1. unit testing - What is Mocking? - Stack Overflow

    Apr 19, 2010 · What is Mocking? .Mocking is primarily used in unit testing. An object under test may have dependencies on other (complex) objects. To isolate the behaviour of the object you …

  2. Challenges - Stack Overflow

    Oct 6, 2025 · Add your entry to the challenge Put your coding skills to the test and share your answer with everyone. We're excited to see what you've come up with.

  3. msdn - Coding Test - allow use of web? - Stack Overflow

    Jan 19, 2009 · During hiring a .NET web developer I give the candidate a coding test. I tend to limit the candidate to MSDN installed on the test server - I think it holds everything the …

  4. Should unit tests be written before the code is written?

    I don't write the actual unit tests first, but I do make a test matrix before I start coding listing all the possible scenarios that will have to be tested. I also make a list of cases that will have to be …

  5. OOP Problems to use for Coding Tests during interviews

    Oct 29, 2008 · OOP Problems to use for Coding Tests during interviews [closed] Asked 16 years, 11 months ago Modified 2 years, 1 month ago Viewed 33k times

  6. Python coding test problem for interviews - Stack Overflow

    Dec 27, 2010 · We have a problem which we use for Java coding tests, which involves reading a file and doing a little processing on the contents. It works well with candidates who are familiar …

  7. Programming hire test - Test a developers knowledge in C# / …

    Jul 9, 2009 · We're hiring a .NET developer soon, and I was assigned to create a test, which would take aprox: 1h to solve. A test which would test the programmers knowledge in (mainly) …

  8. c# - Job Interview test - Stack Overflow

    Sep 10, 2015 · We look for a) Coding style b) Ability to develop and implement algorithms c) Ability to follow instructions d) Ability to communicate what has been done But by far and away …

  9. review of a codility test - pair_sum_even_count - Stack Overflow

    Jan 16, 2011 · I recently took an online test on codility as part of a recruitment process. I was given two simple problems to solve in 1 hour. For those who don't know codility, its an online …

  10. oop - Java programming test for interview - Stack Overflow

    Aug 21, 2012 · Here is a programming test used in a job interview. I find it has a very strange non-OO perspective and wonder why anyone would approach a constructor from this perspective. …