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
Answer Posted / 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 |
Post New Answer View All Answers
Please explain me v-model clearly i want to know how it works and want to know how it use in real time on a project please tell me its urgent and important for me understand .Please tell me my mail id is Chiku_69@yahoo.in Thank u
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
What are the RBI rules has to follow by a bank for online precesseing. ?
What is smoke testing and user interface testing ?
hi can anyone tell me about vision plus testing? and what about its future
Why should you care about objects and object-oriented testing?
How quickly we need to fix the bug? Or how soon the bug should get fixed?
Explain the procedure for manual testing.
through which phases a software ttester need to pass like as a junnior test engineer,team lead,project lead,etc.? which is the final stage of your promotion and how will u achieve?
What is your daily process? I have 2+EXP IN MANUAL TESTING.PLEASE SUGGEST ME HOW i ANSWER
On login window for username and password auto populated field means what !
HI can i know who is taking real time testing classes in banglore? i am preparing to put 3+year experience in testing if possible anybody give suggestions for preparing 3+exp
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
plz tell me the difference b/w PB/MF based appl.with examples. Thanks
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?