What is the difference between functional & non-functional
testing?
Answer Posted / neelima neware
Functional testing:-FT is the type of testing done against
the business requirment of appliction.
Non-Functional Testing:-NFT is the type of testingdone
against the non-functional requirment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
define Testing of Procedure, Triggers and Functions in data base testing ?
Which are the standards for software test plans?
What is meant by entry criteria and exit criteria in software testing?
I have 2 years of exp. in testing and looking for a change if any body knows, about any vacancy in testing then plz contact me on deepti_ac@yahoo.co.in
What is Cyclometric testing?
How can I use bugzilla in my company to track a bug and to allow the client to see the bug report online throughbugzilla. Please explain in detail. I am really need this.
1)can u tell me, what is the roles and responsibles for database tester in DB testing from requirement stage to UAT stage....2) what are the i/p documents he wants and who wil give the i/p docs. to DB tester.and tell me what exactly db test case means what?
Do write a separate test case for regression testing? If it is yes, explain how to write the test case?
Explain the importance of agile testing?
Can anyone tell me, What is wound fixing?
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
Hi friends Does anyone have screen shot of POWERMHS and please can anyone post anything which will be helpful to understand POWERMHS. thanks.
In how many ways you perform batchtesting ?
What is the Difference between Network testing and Web Testing?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?