what is static testing,and dynamic testing? explain with an
example.

Answers were Sorted based on User's Feedback



what is static testing,and dynamic testing? explain with an example...

Answer / jai

Static testing: Realted to UI. Only reviews, Inspections,
walk though will happens here.
Means no execution of codes.i.e Cosmetic Feel Approach

Dynamic Testing:
Means execution of codes.
All types of testing will come uner Dynamic testing.

Is This Answer Correct ?    29 Yes 4 No

what is static testing,and dynamic testing? explain with an example...

Answer / 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

what is static testing,and dynamic testing? explain with an example...

Answer / kk

Static testing: This testing can be performed by developer.
They are verified their code with the help of check list to
find the errors in it. This static testing will performed
before executing the program. This testing mainly involved
in reviews and meeting. like, Code review, technical review,
walkthrough, formal meetings...etc.

This is the referred Verification in Verification & Validation

Dynamic Testing: This testing will be conducted after
executing the program. In this we have to perform diff,
types of testing Unit testing, Integration testing, System
testing & Acceptance testing. Dynamic tectonics are BVA,
EP, State transactions..

This is the referred Validation in Verification & Validation

Is This Answer Correct ?    8 Yes 0 No

what is static testing,and dynamic testing? explain with an example...

Answer / anjali

both are part of white box testing.
static testing:
- Code walk through
- Code inspection
dynamic tseting:
- code complexity
- Unit coverage
a. Staement coverage
b. condition coverage
c. function coverage
d. path coverage

Is This Answer Correct ?    9 Yes 8 No

Post New Answer

More Manual Testing Interview Questions

I have a work experience of 1.5 years of manual testing now im looking for job with the same profile, if u know the vacancy kindly let me...

1 Answers  


How is testing affected by object-oriented designs?

1 Answers   Crea,


what are the stages in Testing life cycle?

50 Answers   Accenture, DELL, Mind Tree, Planet Web Solutions, TCS, Trigent,


At what stage of the life cycle does testing begin in your opinion?

4 Answers  


What is Mutation testing? When it can be done?

6 Answers   HTC,






How many members can write the single test case?

2 Answers   Ordain Solutions,


I have interview on Guide wire testing. If you please share me.

0 Answers  


I need information on sales domain?need modules information for online shopping projects for project.

0 Answers  


What is Tacebility Matrix What are the Columns it contains

3 Answers  


what is be bugging ?

8 Answers   Accenture,


1. Test granularity refers to: a. Any way of determining the expected result for a test case. b. A quality improvement idea common in software development. c. The fineness or coarseness of a test’s focus. d. The impact of a bug on the system under

3 Answers  


How will u write test cases based on EQA(Equivalance class partitioning) & BVA(Boundary value analysis.?Plz explain in brief?

5 Answers  


Categories