1. can u explain about testing levels and its type with
example?
2. First explain about both testing.then difference B/W
sanity and smoke testing?
3. Explain about integration , functional , system testing?
4. what are methods use to writing test cases?
Answer Posted / dinesh shende
Testing levels describes levels of testing from Initial
stage to end stage.Their are 4 Test Levels.
1)Component Testing
2)Integration Testing
3)System Testing
4)Acceptance Testing
When dev. developes the code he need to perform Componenet
testing it is the 1 st test level.when all componenet
developes for the particular application dev has to
integrate different component with different system.and
test it.it is 2nd level.In 3 rd level we need to take whole
system under test.and perform functional and non functional
testing.and last 4 th level is Acceptance testing.When we
get 0 defects in system testing we deliver the application
to the client.He performs final level of testing that
is "Acceptance Tesing"
Smoke Testing:In smoke testing we check that all modules
are working fine.If any module is not working problem and
it is showing that further testing is not possible then we
stop testing process and we send back that application to
dev. team saying that further testing is not possible.It
saves testing time.
Sanity Testing:It is normal health check of the
application.We check that all functions are working
fine.and application is ready for further testing like
Functional ,integration system test.
Integration Testing:In integration we take more than one
module at a time and check the behaviour of the
application.it has 3 types Top Down Integration,Bottom Up
Integration and Big Bang.
i)In top down integration we test from High level module to
low level model.
ii)Bottom Up Integration:In this we start testing from low
level module to high level module.
iii)Big Bang:In this we take combination of module like
software and hardware,or hardware and different operating
system and test it.
System Testing:In system testing we take whole system under
test.It has 2 types 1)Functional 2)Non Functional
1)Functional Testing:We check main functionality of the
application which is mentioned in SRS.
2)Non Functional Testing:we check more than client
requirment.it includes
Performance,accesibility,GUI,load,stress.etc.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is Dynamic Binding and Dynamic Loss?
how will you test a wine filled bottle along with 100 glasses
If project wants to release in 3months what type of risk analysis you do in test plan?
what is conditional testing? explain and examples
What r the features,u take care in prototype testing?
Information about Automated Software Installer
can we do database testing in manual testing? then how we write the test case?
How should your staff be managed? How about your overtime?
How do you test google or gmail application??tell me step by step process??
How many types of api testing are there?
Write 2 scenarios for Integration testing? Please let me know its urgent.
what do you mean by Develop test data through sourcing (or) handcrafting techniques
test cases for compose functionality of gmail
Define what is a critical bug.
How to integrate Bugzilla with QTP?