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 can be the possible Test Cases for an Admin Control Panel in a Web Application
What is Deffered? explain it who allocate it?
Why do u want to change ur current Company?
How to prepare boundary value test cases for 3 input values eg: to get the triangle type i am giving 3 sides a, b, c values should be 1<=a<=200,1<=b<=200,1<=c<=200....
You find a bug and the developer says “It’s not possible” what do u do?
what are the various bug reports that u publish
Hi friends Does anyone have screen shot of POWERMHS and please can anyone post anything which will be helpful to understand POWERMHS. thanks.
How will you do beta testing?
write bug name and discrition for following scenario: 1*1=1,2*2=5,3*3=9,4*4=17 using mscalculator ?
6. What is difference between a Test Plan, a Test Strategy, A Test Scenario, and A Test Case ? What’s is their order of succession in the STLC?
after inserting the record in front-end,how will u check the backend manually?
plz explain about commonly used terms while writing testcases.Like to check,validate,on click etc.