What is Static & dynamic Testing?
Answers were Sorted based on User's Feedback
Answer / anil dhawan
static is only outlook of the object. means externally
structure.
and dynamic is internally structure.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sabapathy
The software testing generally classifeid into two types .
They are
1.Static Testing
2.Dynamic Testing
Static testing means without writing any testcase
testing the application .It does not have any procedure (or)
rules to test the application , just by taking an review
,walk through
Dynamic testing follow certain procedure to test an
application .before testing an application testpaln should
be prepared .All other testing techniques come under this ..
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / abhishek
Static Testing is Verification process while..
Dynamic Testing Validation process
Abhishek Kandarp
Vedam InfoTech Pvt Ltd.
Gurgaon
Is This Answer Correct ? | 13 Yes | 11 No |
Answer / nishant s b
Hi Friends
STATIC: It involves Review on code or checking code
WITHOUT executing. In that they will check Looop
structures, flow of control.Eg Reviews, walkthrough.
( Verification )
Dynamic: It involves Review on code or checking code WITH
executing. In that they will check Looop structures, flow
of control. EG : Validation
Plz Let me know if i m wrong.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kishor k rajeshirke
Static test is done with the help of Breaking Strengh
Testing Machine,
And Dynamic test is Done by Simulating the Actual Condition
With The help of falling Human Dummy.
Is This Answer Correct ? | 4 Yes | 3 No |
Answer / priya rajput
Validation process are done in Dynamic Testing
Verification process are done in Static Testing
STATIC TESTING: This type of testing is done during
Varification process. It does not need computer, testing
of a program is done without executing the program.
ex:Reviewing, walkthrough..
DYNAMIC TESTING:This testing is needs computer. It is done
during Validation process. The software is tested
executing it on computer.
Ex: Unit testing, integration testing, system testing...
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naresh
Static test
Static testing is a system of White Box testing, where developers to verify or check your code with the help of the list to find fault with him, this type of testing is completed without executing the applications that are currently developed. Code reviews, inspections, tours are mostly completed at this stage of the check.
Dynamic test
Dynamic Testing is completed by walking the real application with valid entries to verify the expected results. Examples of methodologies for dynamic testing are unit testing, integration testing, system testing & acceptance testing.
Some differences between static & dynamic testing are
· Static check is more profitable than the dynamics of the static check because tests are made at the initial stage.
• In terms of the declaration of coverage, the static check covers areas most dynamic tests in less time.
· Static Testing is completed before the implementation of code in the dynamic check is performed after the implementation of code.
· Static Testing is completed in the verification phase in the dynamic check is performed on the validation phase.
thanks
NARESH
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ashish
Static Testing-It is the testing without any execution of
the software,like just by reading the document.
-It is also called as verification.
Dynamic Testing-It is the testing with execution of the
software.
-It is also called as validation.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sabapathy
Static Testing :
Static Testing is an type of testing in which the
application are tested without any procedure (it means no
need of test case ,no need of execution).It like an cross
checking.
Dynamic Testing :
Dynamic Testing is an type of testing , it follows
an procedure to test an application.(FSD,Test case,Execution
of test case).
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / swathi
static testing done on the objects which are visible to us
like links,buttons and all
dynamic testing is not visible to us
Is This Answer Correct ? | 0 Yes | 0 No |
what is stages in test plan?
Write all possible test scenarios for Login screen.
Explain about 'Performance testing' in Web based Application?
wat are the questions would the project leader ask about the project?? please do send the answers early.
what are the status have in QC(Test Management Tool). and how you report?
What are the different strategies of rollout to the end users?
what is defect density ? we say it is No of defects / line of code.. what is line of code ? pls if possible give some real example
Please can any one tell me 1).Types of reports 2).Types of Meetings.
What is the sdlc? what is the mannual tester roles? Write test case............? Sqlquerries...? How many test cases do you write down perday.........?
Ho can i test the Email test boxes.
What is the relationship between quality and testing
When should you begin testing?