Diffrence in b/w Functional and System Testing and Test
Cases.
Answer Posted / vijay rao
Functional testing / component testing - testing each and
every component regoursly.
ex - If we take a login page in gmail.com, we test for
username field and password field by giving the
valid/expected/+ve data and as well as
invalid/unexpected/ -ve data
Integration testing - testing dataflow/integrity b/w 2
modules/features
ex - if we take a same gmail.com,say u loged in as A and
send a mail to B by giving all valid data in other fields
as per the SRS, now you click on send button,you should get
a conformation msg saying msg send successfully and chk in
sent items where that mail should reflect... now login as B
and chk whether you have recived a mail from A..
If everything is correct than integration test is
pass.. like this you can find many scenarios in just
COMPOSE button only, hope u got it.
system testing - it is nothing but end to end testing where
testing environment is just similar to that of prodcution
environment
here we dont concentrate much on either FT or IT, here we
test each business flow completely, ie we navigate through
all the features here.. if we take any task,we test that
from begining to end.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
what is the architecture of your current project?
why testcases are written and what is the importance?
Explain the strategy for testing a Java application?
write 5 critical test cases on product payment form on flipkart.com?
what is mean by Performance Related Testing in data base?
Can you explain regression testing and confirmation testing?
Write 2 scenarios for System testing?
1.what kind of testing have you done ?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
plz tell me the difference b/w PB/MF based appl.with examples. Thanks
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
Hi Friends, I want to know the best institute in hyderabad which is giving training in 'SAP Testing' and who is the best faculty. Regards, Imtiyaz..
What are the differences between stlc and sdlc?
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?