Answered Questions

  • When will you end testing?

    When will you stop testing by ensuring all test cases covered for application?

    Krutika Patil

    • Apr 25th, 2018

    Its depend on many conditions like all requirements are covered, all test plans executed and if the client satisfies with all requirement then we can end testing.

    sachin sharmas

    • Nov 20th, 2017

    It depended on risk of application or software. If application is all bug free and has met with specific requirements than tester can stop testing.

  • Functional and Functionality testing

    Can anybody describe the difference between the functional testing and functionality testing?

    ANJALI TIWARI

    • Apr 7th, 2019

    FUNCTIONAL TESTING : called black box testing bcoz no knowledge of internal logic of system is used to develop test cases
    FUNCTIONALITY TESTING : it is a part of functional testing giving input and chcking output

    vyshu

    • Jun 13th, 2017

    Functionality Testing:Giving the input and checking the output.Testing the application against specifications
    Functional Testing:The software application operates in conformance with the requirement specification

  • 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