
- Forum
- Testing
- Software Testing
- Query
Query
This is a discussion on Query within the Software Testing forums, part of the Testing category; What is meant by behavioral software testing ?Could someone illustrate with a working example?...
-
02-21-2008, 05:38 AM #1
- Join Date
- Feb 2008
- Answers
- 1
Query
What is meant by behavioral software testing ?Could someone illustrate with a working example?
-
Behavioral tests is a type of dynamic testing also more commonly known as Black Box Testing.
Behavioral test lays more importance on testing what the software system actually does during runtime.
It is about going thro workflows, configurations and the like of overall software system
-
02-25-2008, 06:10 AM #3
- 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....
-
Sponsored Ads

Reply With Quote





