Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the difference between static and dynamic testing?
Home
Testing
What is the difference between static and dynamic testing?
+2
votes
asked
Jun 23, 2019
in
Testing
by
SakshiSharma
What is the difference between static and dynamic testing?
#testing
#sap-testing
#automation-testing
#manual-testing
#database-testing
#agile-testing
#test-automation
#test-case
#test-documentation
#test-management
Testing-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 23, 2019
by
gsharma31
Static testing: During Static testing method, the code is not executed, and it is performed using the software documentation.
Dynamic testing: To perform this testing the code is required to be in an executable form.
...