What is Static & dynamic Testing?

Answers were Sorted based on User's Feedback



What is Static & dynamic Testing?..

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

What is Static & dynamic Testing?..

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

What is Static & dynamic Testing?..

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

What is Static & dynamic Testing?..

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

What is Static & dynamic Testing?..

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

What is Static & dynamic Testing?..

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

What is Static & dynamic Testing?..

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

What is Static & dynamic Testing?..

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

What is Static & dynamic Testing?..

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

What is Static & dynamic Testing?..

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

Post New Answer

More Manual Testing Interview Questions

do u know abt configuration management tool,what is the purpose of maintaining all the documents in configuration manage ment tool?

1 Answers   Cap Gemini, Sapient,


1> Which is the latest technology use for login page? 2> What is virtual keyboard? Is it more secure than key board?

1 Answers  


what is ur approach if u find a bug, while you have release in next one hour?

2 Answers   QA,


what r the best jobsites for manual and automation testing? except testingken.com

0 Answers  


What type of SQL queries will be asked in the Testing interview?

4 Answers  






How we map test cases with the requirement in Quality Center plzzz give the procedure step by step

2 Answers  


What You will do after you find a bug ?

3 Answers   iGate,


in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application

0 Answers   PCS,


what is test plan and test procedure

1 Answers   iGate, Infosys,


what is meant by regression testing?

9 Answers   IBM,


Explain three tier architechture of the java project? what is the web server and what is the database server?

1 Answers   Infosys,


1 )if you have 1000 test cases ,you find out one defect in second build that time which testing you are using Regression Testing or Retesting ? explain with detail as well as you want to execute all the test cases?

6 Answers   ADDA, ITC Infotech,


Categories