What is Static & dynamic Testing?
Answers were Sorted based on User's Feedback
Answer / sitam jana
Static Testing:- Testing of a component or system at
specification or implementation level without execution of
that software, e.g. reviews or static analysis.
Dynamic Testing: Testing that involves the execution of the
software of a component or system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raj dhawan
S.No STATIC Testing DYNAMIC Testing
1 STATIC testing is a form of software testing where the software isn’t actually tested.
In DYNAMIC testing the software must actually be compiled and run.
2 STATIC testing 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.
DYNAMIC analysis refers to the examination of the physical response from the system to variables that are not constant and change with time.
3 STATIC testing can be used by the developer who wrote the code, in isolation. Code reviews, inspections and walkthroughs are also used.
Some of DYNAMIC testing methodologies include unit testing, integration testing, system testing and acceptance testing.
4 STATIC testing is the verification portion of Verification and Validation
DYNAMIC testing is the validation portion of Verification and Validation.
5 STATIC testing is the verification activites. Code Reviews, inspection and walkthroughs are few of the STATIC testing methodologies.
DYNAMIC testing is the Validation activities Unit Tests, Integration Tests, System Tests and Acceptance Tests are few of the DYNAMIC Testing methodologies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bhuwon
In Static testing we do not test the application/software,we
check only for codes,algorithms,syntax of the code or
manually reading the code or checking the document to find
errors.it mainly consists of code reviews,walkthroughs and
inspections.
Whereas,in dynamic testing we open the application or run
the application and perform testing.Here we consider the
physical response of the system.It consists of Functional
testing,Integration testing,System testing and acceptance
testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anusha
Static testing is done without running the actual developed application or program.it done in the initial stage.
ex:code reviews,walkthroughs.
Dynamic testing is done by executing the actual application with valid inputs to check the expected output.
ex:unit testing,integration testing.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mukesh
STATIC TESTING:
It is nothing but testing method without
executing the applications. So testing is performed by
conducting review is referred as static testing.Static
testing is a verification activities.
DYNAMIC TESTING:
It is nothing but working with the software
giving input values and checking the output, if it is as
expected. Dynamic testing is a validation activities.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / farrukh
Static Testing:
The Verification activities fall into the category of Static
Testing. During static testing, you have a checklist to
check whether the work you are doing is going as per the set
standards of the organization. These standards can be for
Coding, Integrating and Deployment. Review's, Inspection's
and Walkthrough's are static testing methodologies.
Dynamic 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 ? | 0 Yes | 0 No |
Hi every body. any body can tell same answares I want 2 real
time answares plz any body help me
| Is This Answer Correct ? | 16 Yes | 18 No |
Guys, can any one of u give the realtime example for Ad Hoc Testing
In what situation would you want to parameterize a text verification check?
What criteria would you use to select Web transactions for load testing?
could anyone tell me atleast 5 ADV & DIS-ADV of Manual and automation testing
hey showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.
how u will do the load,stress and performance testing manually ?
Factors effecting Testing of Web Applications?
this question i got from iflex anybody pls give some useful information. is it possible to get severity1bugs in thirds round testing before release after two rounds of system testing completed?
What is the diff. Between Waterfall and Spiral model?
17 Answers Covansys, IBM, Wipro,
How to do security implementation for any URL??
Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max 15) alphanumeric characters ans case senstive
37 Answers Birst India Private Limited, Enzigma, Mastersys, Miiaan, Mind Tree, Qtech Software, Techior Solutions, Trochil Technologies,
What is smoke testing?