Is the dynamic testing a functional testing?

Questions by nimmi   answers by nimmi

Showing Answers 1 - 9 of 9 Answers

kalyan

  • Feb 23rd, 2007
 

Dynamic testing is also  used in functional testing

  Was this answer useful?  Yes

Dynamic testing refers to the testing of the dynamic behavior of code.  It examines the system's response to variables that are not constant and change with time.  In order to perform dynamic testing the software must actually be compiled and run.  It involves giving input values and verifying expected outputs.  Unit Tests, Integration Tests, System Tests, Functional Tests and Acceptance Tests are few dynamic testing methodologies.  So, yes, Functional Testing is a form of dynamic testing.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions