Exforsys
+ Reply to Thread
Results 1 to 6 of 6

Behavioural Software testing

This is a discussion on Behavioural Software testing within the Software Testing forums, part of the Testing category; What is meant by behavioural software testing ?...

  1. #1
    Rockey10 is offline Junior Member Array
    Join Date
    Feb 2008
    Answers
    1

    Behavioural Software testing

    What is meant by behavioural software testing ?


  2. #2
    rvvkprasad is offline Junior Member Array
    Join Date
    Feb 2008
    Answers
    2
    Behavioral testing is also called as functional testing, in which we are mostly concentrated on the behavior or functionality of the application.
    There are many techniques for testing the behavior like equivalence partioning, boundary value analysis, error guessing.. etc....


  3. #3
    zephyr's Avatar
    zephyr is offline Member Array
    Join Date
    Dec 2007
    Answers
    31
    It is also called functionality testing it checks the overall behaviour of the application like
    correctness
    inputdomain
    error handling
    recovery
    confegaration
    user interface


  4. #4
    mfsi_nilanjan is offline Member Array
    Join Date
    Oct 2011
    Answers
    32
    Behavioral S/W testing is nothing other than Black-Box Testing. It applies to Functional as well as Non-Functional testing.

    It includes Boundary value analysis.
    Equivalence Partitioning.
    Decision table.
    State Transition.
    Use case Testing.

    Regards,
    Nilanjan.


  5. #5
    dheerajs is offline Junior Member Array
    Join Date
    Oct 2011
    Answers
    16

    Smile Behavioral Testing

    Broadly ,there are two types of testing: Static testing and Dynamic testing
    Behavioral testing comes under dynamic testing.
    It is also called Specification based testing or Black box testing
    It includes both functional and non functional testing.
    Functional testing means whether a product is working according to its specification or not etc..
    Non Functional testing means how efficiently the product responses, usability, etc.
    It includes :
    Equivalence Partitioning
    Boundry value analysis
    Decision table
    State transition testing.


  6. #6
    mfsi-satyakamm is offline Junior Member Array
    Join Date
    Oct 2011
    Answers
    24
    Hi,

    Behavioural Software Testing:
    As the name suggests, it completely tests the behaviour of the software i.e. how the software is suppose to behave and how actually it behaves.
    Its for sure a Black-Box Testing Technique.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...