Hey guys,
Developers compile the code they write. That is a kind of
testing!! Which category it belongs to in Testing.
Static testing or Dynamic testing.
Please clarify
Answer Posted / uday
Static testing is examining the code, without creating any
binaries. All kind of Breakthroughs, Inspections, peer
reviews comes under static testing.
Once it is reviewed, the developer compiles and executes the
code. After it is compiled and executed he will do some kind
of preliminary testing which is unit testing which comes
under dynamic testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write test cases on wall
How to explain the Insurance project in the interview?
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
write 5 critical test cases on product payment form on flipkart.com?
What is the difference between web based application and client server application?
Please Tell me About Fish-Bone Model. Thanks in Adv.
What are the cases why parameterization is necessary when load testing the Web server and the database server?
HOW TO CREATE SRS REVIEW REPORT TO PL?
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
wht is Manual Testing Frame work
why testcases are written and what is the importance?
functional testing and usability testing test cases for transfer funds...
What is a top-down and bottom-up approach in testing?
Who are all involved in an inspection meeting?
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?