What is the difference between static and dynamic testing?

Answers were Sorted based on User's Feedback



What is the difference between static and dynamic testing?..

Answer / sonal.pagare

Static testing is nothing but verification process in which
without using computer we execute the specification
documents to check whether the product meets the
specification or not.

e.g. inspection, reviews etc..

Dynamic testing is nothing but validation process in which
by using computer we execute the
product/software/application to check whether the product
meets the user requirements or not.

e.g. unit testing, integration testing etc..

Is This Answer Correct ?    33 Yes 0 No

What is the difference between static and dynamic testing?..

Answer / pallavi

Static testing : It is a type of testing in which one will
perform testing on the application or its related factors
without doing any action.

Dynamic testing: It is a type of testing in which one will
perform testing on the aplication or its related factors by
performing some actions.

Is This Answer Correct ?    14 Yes 4 No

What is the difference between static and dynamic testing?..

Answer / balakiranm

Static Testing: Testing is conducted without executing the program.
Dynamic Testing: Testing is conducted by executing the program give input data & validate the output.

Is This Answer Correct ?    3 Yes 0 No

What is the difference between static and dynamic testing?..

Answer / sridhar

Static Testing : Static testing wil be done intial stage of
the project or else in other words before the coding phase
starts.
Dynamic Testing : Dynamic testing wil be done once the
coding phase has been freezed.

Is This Answer Correct ?    5 Yes 4 No

What is the difference between static and dynamic testing?..

Answer / yasin tamboli

Static testing is verification testing technique where we test the requirement doc and design doc prior to software being developed i.e. testing without giving any i/p.
Testing is done before code developed.
This done during analysis and design phase using reviews techniques.
It is about prevention.
Main objective of Static testing is to improve the quality of software product by finding errors in early stages of development cycle.
Also known as ‘Non execution testing’ or ‘Verification Testing’.

Dynamic testing is validation testing where we test the developed software i.e. testing with i/p and checking the expected results.
Testing is done after code developed.
This testing done by white box testing or black box testing.
It is about Cure.
Main Objective Dynamic testing Software product work as per business requirements.
Also known as ‘Execution Testing’ or ‘Validation Testing’.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between static and dynamic testing?..

Answer / a.s.sudeeptheja

In terms of software develpment life cycle which includes
both testers and developers.
Static testing in sense of
completley reveiw of each and every term of an application
like BUSINEE REQIRMENT SPECIFICATION,FUNCTIONAL REQUIRMENT
SPECIFICATION,HLDD,LLDD AND CODING.
dYNAMIC TESTING in
terms of standrad testing which in terms of unit
testing(white box testing),intergral
testing(whiteboxtesting).system
testing(blackboxtesting),user acceptance testing(blackbox
testing) and then relase & maintance of an given application

Is This Answer Correct ?    0 Yes 1 No

What is the difference between static and dynamic testing?..

Answer / sridhar

Static Testing : Static testing wil be done intial stage of
the project or else in other words before the coding phase
starts.
In static testing we wil be writing test cases & test
scenarios.

Dynamic Testing : Dynamic testing wil be done once the
coding phase has been freezed.
In Dynamic testing we wil be executing test cases

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

On Registration Form, if some fields are not mandatory to fill then those fields can accept any invalid input. OR there may have some validation. E.g. Email id field - Not mandatory to fill. If user enter Email id = 453454 should it accept?

1 Answers  


define sdlc step wise

5 Answers   Cap Gemini,


what is differnec between the Acceptance test plan and System test plan?

2 Answers  


expalin integration tsting who will perform ths type of testing at what time will do

2 Answers   Aspire,


What are microsoft 6 rules?

0 Answers  






what is change management and change request

4 Answers   Exalt,


What is the difference between White Box testing and Unit Testing?

9 Answers   Accenture, Salus,


What is Testing Life Cycle. Explain Briefly?

2 Answers  


you found a bug and send it to the developer for rectification but the developer not accepting that bug at that time what will u do?(plz its very urgent give me the best answer plz)

12 Answers   Encora,


suppose the product/appication has to deliver to client at 5.00PM,At that time you or your team member caught a high severity defect at 3PM.(Remember defect is high severity) But the the client is cannot wait for long time.You should deliver the product at 5.00Pm exactly.then what is the procedure you follow?

6 Answers   DVH, Verizon,


Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.

1 Answers  


what are all the things we will include in " what to be tested and what not to be tested" in Test Plan

0 Answers  


Categories