Answered Questions

  • Performance Testing

    What are the documents required for performance testing?

    Kishore

    • Dec 26th, 2017

    1.Proof of concept
    2.Non functional requirements gathering
    3.Testplan
    4.Workload module

    dheerajs

    • Apr 24th, 2012

    Hi All As name suggests Performance testing is all about the performance of an application. So this performance testing includes 1. How fast the system response, 2. How efficiently we retrieve the ...

  • What is Validation and Verification Testing?Which test is followed for Validation and for Verification?

    Neha Sharma

    • Nov 28th, 2015

    Verification is a process to check whether the software is according to its specification, for what purpose it is designed, whether performing that way or not whereas validation is a process to check whether is software or product is according to the customer needs or not.

    srikanth yeluri

    • Oct 20th, 2015

    Verification: It is something like verifying the documents Ex:- SRS, DRS, ADD. It is a static testing or we can say walk through reviews

    Validation: Validating the test results after starting the executing.

  • What is Negative Testing :- And Justify the same

    some one Reply for this question

    ravi

    • Mar 7th, 2013

    Test the application with invalid inputs is called negative testing.

    Tanuja

    • Mar 5th, 2013

    It is a type of testing, one should have negative mind set and we should check all the functionalists and validations instead of providing positive inputs we should provide invalid inputs.

  • What are two primary goals of testing?

    Can any one answer to this question

    Anant Chaudhary

    • Mar 14th, 2013

    There are 2 goals:

    1)To improve the quality of product by finding hidden defects.
    2)By testing ensure that all customer requirements are full fill in the product.

    Radha

    • Jan 17th, 2013

    The two primary goals of testing is 1. To make sure that we have covered all the requirement and functionality which is given by the client and the customer. 2. Most important of the Quality team i...

  • What is Testing Techniques?

    Star Read Best Answer

    Editorial / Best Answer

    rajanee  

    • Member Since Jan-2006 | Jan 6th, 2006


     Black Box and White Box are testing types and not tetsing techniques.

    Testing techniques are as follows:-

    The most popular Black box testing techniques are:-

    • Equivalence Partitioning.
    • Boundary Value Analysis.
    • Cause-Effect Graphing.
    • Error-Guessing.

    The White-Box testing techniques are: -

    • Statement coverage
    • Decision coverage
    • Condition coverage         
    • Decision-condition coverage
    • Multiple condition coverage
    • Basis Path Testing
    • Loop testing
    • Data flow testing

    Aakash Bhavsar

    • Aug 7th, 2017

    Follow this: Methods of testing: 1) Black box testing 2) White box testing 3) Gray box testing 1) Black box testing techniques: Equivalence class partitioning, Boundary value analysis, Cause effec...

    Mayuri Padhye

    • Jul 19th, 2017

    As black box and white box testing are the types of testing then what are the techniques of testing