Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

levels of testing

Answer Posted / p.moorthi

There are 5 levels of testing.

1) Unite level testing
2) Module level testing
3) Integration level testing
4) System level testing
5) User acceptance level testing
1) Unit level testing

If one performs testing on a unit then that level of testing
is known as unit level testing. It is white box testing
usually developers perform it.
Unit: - It is defined as a smallest part of an application.

2) Module level testing

If one perform testing on a module that is known as module
level testing. It is black box testing usually test
engineers perform it.


3) Integration level testing

Once the modules are developing the developers will develop
some interfaces and integrate the module with the help of
those interfaces while integration they will check whether
the interfaces are working fine or not. It is a white box
testing and usually developers or white box testers perform it.

The developers will be integrating the modules in any one of
the following approaches.
i) Top Down Approach (TDA)
In this approach the parent modules are developed first and
then integrated with child modules.
ii) Bottom Up Approach (BUA)
In this approach the child modules are developed first and
the integrated that to the corresponding parent modules.
iii) Hybrid Approach
This approach is a mixed approach of both Top down and
Bottom up approaches.
iv) Big Bang Approach
Once all the modules are ready at a time integrating them
finally is known as big bang approach.
STUB
While integrating the modules in top down approach if at all
any mandatory module is missing then that module is replace
with a temporary program known as STUB.

DRIVER
While integrating the modules in bottom up approach if at
all any mandatory module is missing then that module is
replace with a temporary program known as DRIVER.

4) System level testing

Once the application is deployed into the environment then
if one performs testing on the system it is known as system
level testing it is a black box testing and usually done by
the test engineers.

At this level of testing so many types of testing are done.

Some of those are

a) System Integration Testing
b) Load Testing
c) Performance Testing
d) Stress Testing etc….

5) User acceptance testing.

The same system testing done in the presents of the user is
known as user acceptance testing. It s a black box testing
usually done by the Test engineers.

Is This Answer Correct ?    16 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What exactly you do as a Configuration controller?

2019


hi what are the test cases for web application..i need these example..please..mail me at mina_ims@yahoo.com

2010


Can anyone please suggest me a online book on manual testing??

1812


Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?

2198


Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks

2372


What is an end-to-end testing?

1137


If asked to create a Configuration Design Pattern, where would you start?

1733


I want to do certification in ISTQB please anybody hepl me with the details and site to refer for further details.............if possible give me the material as well on my mail id a.vishwakarma@aol.com. Please help me........Thanks

2206


what is e-tester?

2571


HI FRNDS, I HAVE 2.5 years OF exp In Manual Testing,Plz let me know if thr r any oppurtunities in any company in Bangalore ID:dsnithi@gmail.com Thanks in Advance

2178


What icon is used in WinRunner to get an explanation of the syntax of TSL?

2072


can any body tell me what is the process of between after getting a documents and testcase writing.

2014


how to test a store procedure?

2164


What is alpha testing?

1135


3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?

2214