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 mean by Schedule report who is the responsible for generated that one ?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
Hi.....wat r d major bugs we can find in banking domain???
Explain some techniques for developing software components with respect to testability.
need testing projects where can i find them
what are the test bugs
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
difference between change management and configuration management
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
If anyone have attended interview with deloitte for the post of senior manual test engineer. Please share the interview process and the questions asked. How to prepare for the interview. Thanks in advance
Testcases for msword( microsoct office word??
test cases for compose functionality of gmail
Explain the strategy for testing a Java application?
Can you explain exploratory testing?
Manual and automation how do they help in bringing out quality product? Explain?