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
How quickly we need to fix the bug?
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
What is Catapult Testing in E-Learning Domain?
Can you explain equivalence partitioning?
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
Changes and enhancements to system?
What do you think the role of test-group manager should be? Relative to senior management?
Explain accessibility testing and its importance in the present scenario.
what is independent question and what is retriewing and what is problem of severity.
What is virtual creation tool?
how will u create diff types of scenario for any website?
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
what are the risks and contingencies u had in ur project?
When new application ready to test than whats your testing strategies?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?