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 / 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 |
Post New Answer View All Answers
Tell me agile process in your company
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
What will be your approach if a particular script in Load Test fails?
How can you do the usability testing?
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
Explain the strategy for testing a Java application?
Test cases have written according to Flow of the software working or according to Screens?
What is rapid application development model (rad)?
How to do Pixel Size testing in a PDF document. Is there any Open tool that will be avaiable?
If date field is a text field write test cases to validate it?
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
What is the difference between baseline and traceability matrix?
In our project, we use Withdrawal Indent, we are confused to use heading as "Withdrawal Indent" or "Withdraw Indent". Please suggest me which one to use ASAP, Thanks in advance
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!