logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Describe Bottom-Up and Top-Down approach in Testing.


  • Correct Answer
  • Bottom Up Approach: The bottom up approach testing approach is carried out with the help of the test driver The test driver calls a component to be tested The modules in the lower level of call hierarchy are tested independently Then the next level modules are tested that call previously tested modules This is done repeatedly until all the modules are included in the testing Bottom up testing stops when the top module in the call hierarchy is tested with all lower call hierarchy modules Top Down Approach: The top down approach is carried out with the help of the test stub Test stub are the dummy programs The Stub is called from the software component to be tested Tests top layer of controlling subsystem first Then combine modules that are called by the tested modules and test resulted collection of modules Do this until all the modules are combined and tested 


  • Technology problems


    Search Results


    • 1. What is the role of Bug Tracking System?
    • Discuss
    • 2. What is a container class?
    • Discuss
    • 3. What are virtual functions?
    • Discuss
    • 4. Different access specifiers for the class member in C++
    • Discuss
    • 5. Explain storage qualifiers in C++
    • Discuss
    • 6. What is parallel/audit testing?
    • Discuss
    • 7. What is the importance of XML-based layouts?
    • Discuss
    • 8. Why an app on iOS device behaves differently when running in foreground than in background?
    • Discuss
    • 9. What is session storage and how can you create one?
    • Discuss
    • 10. Why cannot you run standard Java byte code on Android ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment