
- Forum
- Testing
- Software Testing
- Behavioural Software testing
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 ?...
-
Behavioural Software testing
What is meant by behavioural software testing ?
-
02-25-2008, 06:12 AM #2
- 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....
-
It is also called functionality testing it checks the overall behaviour of the application like
correctness
inputdomain
error handling
recovery
confegaration
user interface
-
11-22-2011, 09:21 AM #4
- 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.
-
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.
-
12-08-2011, 08:47 AM #6
- 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

Reply With Quote





