What is the difference between function testing and system
testing ?
Please answer with proper pratical exmaple and avoid copy
paste of text which written in book
Answers were Sorted based on User's Feedback
Answer / amit puranik
hello friends,
here is the question is diff between functional and system
testing right?
all answers are right..but u are getting confused.
in functional testing we are just testing the
functionality...no maters what testing technique being used.
system testing include complete testing process,smoke,
sanity then regression, then UAT.
Amit Puranik
Is This Answer Correct ? | 6 Yes | 3 No |
Answer / muralidhar kotti
In System testing the objective is to make sure that the
system is working as defined in the base line document and
its interfaces with other upstream and down stream systems.
where as in functional testing we will be testing the
functionality is appropriate or not. e.g: interest
calculation, EMI calculation etc
Is This Answer Correct ? | 5 Yes | 3 No |
Answer / swetha
System testing : Testing is done by QA is Sysytem testing,Testing of fully complete integrated s/w i.e functional requirements particularly satisfies all client requiremnets..under sysytem testing we follow many types of testing.
1.exploratory
2.smoke
3.functional
4.sanity
5.retest
6.regression
7.browser ,cross broeser compatability,security
8.performance
9.high availability
then UAT
Alpha,Beta
...
Functional testing :testing the s/w indepth& detail
for ex: www.google.com
1s you enter valid data in username,pw..the features /functions of gamil..inbox,composemail,spam,circle....will tested here deply means how they are working and working propely or not by giving valid,invali data ...mets the client require or not.
This is a part of sysytem testing..if any error found report to developers team and 1s they fixed you will test retest ang regression...and so on..
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / deepak
Readers ,
I give you all examples :
I got one process which has 3 programs in it , say i use
Program 1 > inputs to > Program 2 > inputs to > program 3 .
Functional testing :I will test functionality of Program 1,
2 and 3 each seperately.
System Testing : I test how Program 1 inputs to Program 2
then Program 2 to Program 3 and finally my motive is
achieved performing all above.So in this i test the
functionality of system as a whole.
we might use different TECHNIQUES for both Func. and System
testings.
Hope i am clear with my response and make sense.
Thanks
Deepak
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / chabs
Functional testing is testing the individual components(,its
features) whether they work as per the requirement or not.
Ex: To test that Login textbox should accept only
characters, and the characters should be between 8-12 etc...
System testing is an end to end testing where the testing
environment is like the production environment.
While we do system testing we wont be bothered about testing
the components individually(functional testing) or whether
integrating the components works or not(integration testing)
because before we start system testing functional and
integration testing will be usually over.
Ex: Say, the customer wants a bank application which charges
the user 10% interest plus the activation charge the first
month,and charges only the interest from the 2nd and
succeeding months for which he has taken loan...
System testing for this includes testing for the first month
whether its charging 10% interest plus activation amt. and
no activation amt from the next month(by advancing the
database/server time)
Correct me if am wrong... comments r welcome.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sachin
Thanks vamsi for the answer
but still i have dbout .. about.. whether function testing
is a part of system testing or not ?
According to me .. functional testing is not a part of
system testing...
Please correct me in case of wrong..
Thanks
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / sachin
Thanks Muralidhar for this informative answer
But still I have an issue
I am dividing your answer into parts.. you said
a) “in system testing Objective is to make sure that the
system is working as defined in the base line document” and
b) for functional testing we will be testing the
functionality is appropriate or not…
But again.for part b.. For testing functionality we take
help of baseline document..and again it is similar to part
a which you have explained..
that means by your explanation also..the final result is
Functional testing is a part of system testing.. so ..
sorry for asking the same question again .. please tell
me “ Functional testing is a part of system testing “
This statement is right or wrong
Is This Answer Correct ? | 0 Yes | 4 No |
Answer / vamsi krishna
--System Testing includes testing of complete System and
includes all types of testing
ex:Sanity,Smoke,Functional,Non-Functional
--Functional Testing Includes only functional part ex:a=b+c
like this functional testing will be happen
Functional testing is part of System testing
Regards,
Vamsi Krishna,
ISTQB Certified,
+91 8013153659
Is This Answer Correct ? | 0 Yes | 5 No |
is it not waste of time in preparing the test condition,test case, test script?
what is Persistent Testing.
What is the initial stage of testing?
What is the relationship between quality and testing
1.What is Traceability matrix and how it is done ? 2.What are the different levels of testing used during testing the application? 3.What is Traceability matrix and how it is done ? 4. How can you differentiate Severity and Priority based on technical and business point of view. plz do reply..............
Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max 15) alphanumeric characters ans case senstive
37 Answers Birst India Private Limited, Enzigma, Mastersys, Miiaan, Mind Tree, Qtech Software, Techior Solutions, Trochil Technologies,
how to test the case with 5 combination and inputs
What is a test severity and test priority? difference between them with suitable examples?
What is the significance of version control in software testing
how do we start testing when the build is required
what is difference between black box and white box testing? In most of the companies which tecnique is used
What is Verification and Validation ?