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 r the contents in srs?(like test plan).2.wt r the contents in design documents? ,3.who wil deploy the new build 2 the tester?( this que asked in ibm)
what is walkthrough?
Guys, can any one of u give the realtime example for Integration Testing
1 Test Case can covert How many scenario? OR how many scenario can cover 1 test case.?
2 Answers DelhiNet, GGH, HCL, Mastek,
What is difference between system and functional testing?
What is the difference between Testing Methodology and Testing Technics?
I have interview on Guide wire testing. If you please share me.
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP
i joined in qutesys company and i didnt know even what is testing how it is possible?
HI FRNDS, I HAVE 2.5 years OF exp In Manual Testing,Plz let me know if thr r any oppurtunities in any company in Bangalore ID:dsnithi@gmail.com Thanks in Advance
Test case preparation time Vs Test case execution Time. Say for example if 500 Man hour takes to prepare test case then how long test case exexution will take?
At what stage of the development cycle software errors are least costly to correct?