logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is TDD ?


  • Correct Answer
  • TDD is an acronym for Test-Driven Development TDD is a software development process that relies on the repetition of a very short development cycle: first the developer writes an (initially failing) automated test case that defines a desired improvement or new function, then produces the minimum amount of code to pass that test TDD is an iterative software development process where you first write the test with the idea that it must fail This is a different approach to the traditional development where you write the application functionality first andthen write test cases The major benefit of this approach is that the code becomes thoroughly unit tested (you canuse JUnit or other unit testing frameworks) 


  • Technology problems


    Search Results


    • 1. What is difference between QA, QC and Software Testing?
    • Discuss
    • 2. What are static and dynamic type checking?
    • Discuss
    • 3. What is meant by heap?

    • Options
    • A. Used for fast reterival of elements
    • B. Used for organising the elements
    • C. Both a & b
    • D. None of the mentioned
    • Discuss
    • 4. Pick out the correct method in the c++ standard library algorithm.

    • Options
    • A. mismatch
    • B. maximum
    • C. minimum
    • D. None of these
    • Discuss
    • 5. What will happen when an exception is not processed?

    • Options
    • A. It will eat up lot of memory and program size
    • B. Terminate the program
    • C. Crash the compiler
    • D. None of the mentioned
    • Discuss
    • 6. What Is Requirement Traceability Matrix ?
    • Discuss
    • 7. What is the use of controller object UIApplication?
    • Discuss
    • 8. In HTML 5 we do not need DTD why?
    • Discuss
    • 9. Spyware can result in all of the following except

    • Options
    • A. Control over a device
    • B. Tracking users
    • C. Gathering personal information
    • D. Save duplicate files
    • Discuss
    • 10. Comments are

    • Options
    • A. Explain program logic
    • B. Non Executable statements in program
    • C. Both A & B
    • D. Executable statements in program
    • Discuss


    Comments

    There are no comments.

Enter a new Comment