Define behavioral testing
Answers were Sorted based on User's Feedback
Answer / ashok
it is also called functionality testing
it checks the overall behaviour of the application like
correctness
inputdomain
error handling
recovery
confegaration
user interface
| Is This Answer Correct ? | 23 Yes | 1 No |
There is increasing evidence that these individual
differences in brain connectivity are associated with
variability in important cognitive and behavioral functions
that constrain real world function. For example, higher IQ
among healthy adults is associated with more effective and
more efficient connectivity in the human brain. As another
example, developmental research suggests that maturation of
functional and structural networks in the human brain
contributes to improvements in cognitive and emotional
function as children grow older. Thus, measuring behavior
while also mapping these structural and functional networks
in our participants provides an important set of data that
can be used to help understand variations in "typical" brain
function.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / kiranmai
Behavioural testing is one of the Functional testing. During this test, testers are operating software and validate responses of each screen. It is also known as "control flow testing" or " GUI testing".
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / abhesheke
Gui testing is other name for Behavioral testing
object property checking is nothing but behavioural testing
suppose u check the property of a object say a button u are
going to check whether it is enabled are
disabled,focus,height,width etc
| Is This Answer Correct ? | 4 Yes | 7 No |
what is the General Process for Load Test..I mean General Steps?
What is the process of Automation Testing?
can anyone suggest me any low cost tool that can support both Manual and Automation testing ?
hi........ i want kniow about automation testing.how to work as automation tester.If we have a software so how to test the software from automation tool like QTP please give me answer in detail or any link thanks
Describe some problem that you had with automating testing tool.
Stop automating the tests which run once?
Can anyone explain data driven frame work and keyword driven frame work.....
Hi Friends, I'm testing a SharePoint application by QTP 8.2 I face a problem that really difficult to me, please take a look on the description below: As you may know, SharePoint is an application is allow customize function from user, so that, user can add many web parts and put at any place they like. For ex: if there are two web parts existing in the SharePoint site When I using QTP to recognize a Web Table on any web part, it has the properties as "Index" and "html tag" only. Problem is: If there is any user changes the display of my web part, the "Index" of Web table is changed as well, so that QTP cannot identify exactly my object. Can anyone help me how to make that object as unique or another way to identify that web table object? Hope to receive many solutions from you. Thanks a lot.
I want to test a mobile software by an automation tool which is a IP telephony based software designed for both ios and android phone, basically this apps is develop for make call though few low cost audio codecs from Aircraft to Ground and Ground to Aircraft so anyone can suggest me which testing tool we can use for it
How you will evaluate the tool for test automation?
Explain me what kinds of annotations are used in testng?
Hi All! Am new to Selenium and would really appreciate your help writing test cases for the following scenario: 1. Manually create 2 logins User A and User B on say, orkut.com or facebook.com. 2. Have User A invite User B as a friend. 3. Have User B accept the friend request. 4. Have User A post a comment on his own profile. 5. Have User B post a reply to that comment. 6. Each User logs out of his respective account. 7. Do not use Selenium IDE. 8. Use Selenium RC and Java.