what is static testing,and dynamic testing? explain with an
example.
Answer Posted / rajkumar
Static testing:This is in contrast to dynamic testing. It
is generally not detailed testing, but checks mainly for
the sanity of the code, algorithm, or document. It is
primarily syntax checking of the code or and manually
reading of the code or document to find errors. This type
of testing can be used by the developer who wrote the code,
in isolation. Code reviews, inspections and walkthroughs
are also used.
Dynamic testing: hat is, dynamic analysis refers to the
examination of the physical response from the system to
variables that are not constant and change with time. In
dynamic testing the software must actually be compiled and
run; this is in contrast to static testing. Dynamic testing
is the validation portion of Verification and
Validation.Some of dynamic testing methodologies include
unit testing, integration testing, system testing and
acceptance testing.Dynamic Testing involves working with
the software, giving input values and checking if the
output is as expected. These are the Validation activities.
Unit Tests, Integration Tests, System Tests and Acceptance
Tests are few of the Dynamic Testing methodologies.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is junit & api?
what are the test bugs
Explain accessibility testing and its importance in the present scenario.
What is fuzz testing?
What are the queries mostly asked in testing ? give me some examples.
what are the testing appraoch that you have tested for Bread toaster
Hi Please tell me about ERP Project how do describe in interview Please tell me details about this project my id is chiku_69@yahoo.in
Why should you care about objects and object-oriented testing?
what is the difference between Test-bed and test topology?
hi can anyone tell me about vision plus testing? and what about its future
Did any one completed CSTE certiication? can u send sample question papers? how to apply that? pls send it to my mail id - dsnathi@gmail.com THANKS IN ADVANCE
What is the difference between functional requirement and non-functional requirement?
What is 'Account Conditioning'?
What is software configuration management?
How to write test case for view the table(i.e it is already stored in database and see the content in the table)