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
Answers were Sorted based on User's Feedback
Answer / mausumi
developer compile the code i.e called unit testing and this
comes under the white box tesing and white box testing
comes under dynamic testing .
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / varshab
Sorry guys...
As in my previous reply I hv made mistake while tying ans.
Pls read this one.
Developers perform unit testing.It falls into dynamic
testing bcoz developer is actually executing code.
Static testing is examining or reviewing code without
executing it.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / glamorous
Static testing can be done before compilation, while
dynamic testing can take place only after compilation and
linking
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / shilpa basu
Static Testing is basically when you walkthrough your code
without executing it. So, inspection, walkthrough, peer
review are all static testing technique.
Dynamic testing is when you actually execute the code to
find the bugs. So, compilation is a dynamic testing
technique since we are executing the code.
One more thing, Static testing could be at any level, for
example, at system level, if we are reviewing our test
documents or are performing the documentation testing, we
are doing static testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 86kris
Static testing can be done before compilation - its 100%
correct
dynamic testing can take place only after compilation and
linking - its 100% correct
What category do you put Compilation of the Code?
Hope the question is clear!!!!
Thanks,
86kris
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / manoj kumar
It is called dynamic testing,because here is the code is
excuted so it come in the dynamic testing.
If developer write the code and verify the code without
excution called as static testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ram.polavarapu
static testing->testing is conducted with out executing the
application
dynamic testing->testing is conducted after executing the
application
| Is This Answer Correct ? | 0 Yes | 0 No |
How Sevierty and Priority are related to each other?
What is Low level design & High level design? and brief description.
what is quality Factor
what is diffrence between dynamic black box testing and dynamic white box testing
What is the test strategy for installation testing?
What is an audit report? Whom is it done by?
What if there isn't enough time for thorough testing?
If I am testing Login Window,there are 2 buttons i.e Ok & Cancel.I will go for checking functionality of Cancel button. I want to know that Would it be one of test case?.I have to write it in test case document or not?
Interviewer asked me to write down the critical bugs in my career.i am working for the past 18 months in the banking domain. my answer didn't satisfied the interviewer,can any one help me to find out the critical bugs that may occur while working in banking domain?
9 Answers Accenture, Cerner, CybAge, RadixWeb,
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
What Is Functional Testing?
what is the diff bet SDLC and STLC?