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
Tell me the SRS based review,brs based review
Can you explain usability testing?
Discuss what test metrics you feel are important to publish an organization?
What are the differences between web applications and client and server applications?
What is the typical situation u faced while collecting the test data?
what is traceability matrix and its usefulness
Explain severity with example and expalin each example?
Test cases for Internal IP Messenger
online demo for bug tracker tool(let me know the website)
What is common interface?
What is the Testing strategy for testing client server applications/products?
What is XML Testing? Do we have any tools to test the XML? Please let me know.
do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com
Why is software testing required?
What is srs and brs document?