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...

ramesh


{ City } bangalore
< Country > india
* Profession * traine
User No # 62056
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 23
Users Marked my Answers as Wrong # 8
Questions / { ramesh }
Questions Answers Category Views Company eMail




Answers / { ramesh }

Question { Scandent, 47639 }

What is Integration Testing and its types


Answer

testing the data flow between two modules or two features
of an application is known as integration testing
there 2 types in i & t
1)non-incremental(big bang method)
2)incremental integertion testing
1)top-down
2)bottom up

Is This Answer Correct ?    11 Yes 5 No

Question { 16183 }

list out types of white box testing with breif explain?
some body told seven types are there, plz give me ans.

karthis4u@gmail.com


Answer

white box testing:testing done on the source code by
developer
it includes nany steps some as follow
1)path testing
2)condition testing
3)loop testing
4)memory testing
5)performance testing
1)path testing : write flowgraph and test indepentent path
2)condition testing:all conditions involved in the
application with all cycles(ex:if(cond < 10) { } else { })
3)loop tesing:check all loops available in the source code
(ex:while )
4)memory testing:1)reduce rewritten codes in multiple
programm
2)if developer not used in-built
functions then all in-built functions are refered and use
in source code and removes those written by developer for
in-built
3)unused variables , function , objects
those are defined but not used (for this developer will go
to automation tool known as "rational purify")
5)performance analysis:for this developer will go to
automation tool known as "rational quntify"


using instead of functions

Is This Answer Correct ?    12 Yes 3 No