what is meant by system testing? what is functional
testing? what is the difference between both of these
testing? can anyone explain this in detail?
Answers were Sorted based on User's Feedback
Answer / jaspinder
System testing is testing the application on different Configuration PC's. Use Installation testing, Repair testing during System testing. Use Hardware and software compatibility testing.
Functional Testing: Just testing the functionality of the application whether its fulfilling the customer requirement or not.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mallikarjun
system testing---once the complete application is developed
and it is installed into the environment then that is
called system....testing of that one is called system
testing...
functional testing----testing the functionalities of
application is called functiona testing
the basic difference between them is in functional testing
the application is tested in the company environ ment
where as in system testing testing the application in
client environment
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / kamalakar
System testing is examine all software components and
hardware components and interfaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
system testing is nothing but a s/w build testing.system
testing is conducted in 2 ways.1.functional
testing2.nonfunctional testing.
in functional testing the testers r concentrated on
functionality of the s/w
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / vijay
ST : It is Blak box type of testing in which overall
business requirements should be covered.
FT : It is also called as behavioural testing/Black box
testing. Here test data derived from the specified
functional requirements without regard to the final program
structure.
Hope it may help.
| Is This Answer Correct ? | 0 Yes | 3 No |
diff betn buddy and pair testing
what is verification, validation
how do we categorize the test cases for regression testing?
What is difference between localization testing and internalization testing.Explain with an example
which testing method is used to check the software in abnormal condition? option 1 Stress testing Option 2 Security testing Option 3 Recovery testing Option 4 Beta testing
What is the maximum length of the test case we can write?
what is the test metrics followed if its a small scale company i mean not a cmm level company
Enlist some bug status along with its description?
Which is a form of Functional testing 1)B V A 2)Usability testing 3)Performance testing 4) Security testing.Its urgent
What is v model
Could anyone let me how to write test cases in Manual Testing with the real time examples.
How to write a Batch script and Batch Framework?