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 |
What processes/methodologies are you familiar with?
How to Test the Cookies and Memory leakages? (I.e. does the cookies expired or not and about memory leakage)?
Write notes on apparel testing equipments.
0 Answers Mahatma Gandhi University,
what is user interface testing?
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
During alpha testing why customer people are invited?
what is test report?
Difference between the System Testing and System Integration Testing?
which document we prepare first whether test plan or test case document
Tell me your views in this project?
This is a common login screen example with all well known fields like username, password, etc. How could you test this in Unit Testing Phase, Integration Testing Phase and System Testing Phase??
what is test frame work?