Submitted Questions

  • Verification and Validation

    Difference between verification and validation?

    Prabhu Prasad Mishra

    • Apr 14th, 2014

    Verification is checking the product without actually executing the application. Example: Code Review or Syntax Checking.

    Validation is checking the application by actually executing it with real time data (Valid and Invalid data) to check the behavior of the product.

  • Testing approach

    What are the different types of testing approaches?

    Prabhu Prasad Mishra

    • Apr 14th, 2014

    1. Big Bang approach: Suppose we need to test integration between two modules. One module is already developed but the other is not yet developed. So we need to wait for the second module to ready and...

  • Testing types and techniques

    What are the testing types and techniques?

    Sachin Sharma

    • Nov 20th, 2017

    Testing types:- 1.On Basis of code:- White Box testing and Black Box testing. 2.On basis of function:- Functional testing and Non- functional testing 3.On basis of Tools:- Manual and Automated test...

    shivaraj

    • Aug 24th, 2017

    Basically 3 Types: 1.Black box testing (Done by tester) 2.Whitebox testing (Done by a program knowledge person) 3.Graybox testing (Combination of both) Testing Techniques: Sanity testing Functional ...

  • What is STLC?

    Prabhu Prasad Mishra

    • Apr 14th, 2014

    Software Testing is series of activities which is called software testing life cycle. Requirement Analysis: In this phase the tester go through the SRS to understand the requirement and then intervie...