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 { Serco, 45109 }

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 { 14434 }

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