What is Static Testing?

Answers were Sorted based on User's Feedback



What is Static Testing?..

Answer / rudraneel

Static testing is a testing where the code is not
executed.That is why it is named as Static.It has three types
1.Walk-throughs
2.Inspection
3.Reviews

example:

int a,b,c=0; ---> STATIC CODE
printf("\n Enter the values for a & b "); ---> STATIC CODE
scanf("%d5d",&a,&b); ---> STATIC CODE


c=a+b; ---> DYNAMIC CODE
printf("\n Yhe Sum is ",c);

and the reverse of Static Testing is Dynamic Testing,where
the code is executed.

Is This Answer Correct ?    8 Yes 1 No

What is Static Testing?..

Answer / naynish

static testing is process in which we dont execute
application or code we just conduct review of requirement

Is This Answer Correct ?    5 Yes 0 No

What is Static Testing?..

Answer / uday

it is nothing but Before Going to execution what we are
doing in testing is static testing. Like verification
part.......

wrong let me know plz

Is This Answer Correct ?    2 Yes 1 No

What is Static Testing?..

Answer / sandy

It means that review on Documentation,code and Gui testing
are called static testing.

Is This Answer Correct ?    1 Yes 0 No

What is Static Testing?..

Answer / ahmad alsheikh

Static Testing is the testing that done without executing
the software by reviews, like using (data flow and flow
chart) and this it's objective is to find the cause of
failures 'defects' not the failuers themselves.

Is This Answer Correct ?    0 Yes 0 No

What is Static Testing?..

Answer / sumithra

the testing which is related to code.
this ststic testing is done by the developers(integration
testing and unit testing).this static testing is also called
as white box testing.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Manual Testing Interview Questions

What does 100% statement coverage mean?

0 Answers   3i Infotech, Infosys,


Can you explain tpa analysis?

0 Answers  


What is defect density?

10 Answers   Qualtree Solutions,


what do you mean by documentation testing

4 Answers  


Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.

0 Answers   Infosys,






what is the difference between HLD(high level design)and LLD(low level design)?

5 Answers   Syntel,


What do u mean by Top down approach and Bottom up approach? How will u implement these in u r project ?

7 Answers  


is Testing Engineer Involve in designing the Test Design

5 Answers  


Give me two reasons why the bug has not been fixed by developer ?

3 Answers  


What is testing methodology?

24 Answers   AppLabs, CTS, Google, IBM,


what is baseline in testing

12 Answers   IBM,


i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.

2 Answers   HCL, iGate,


Categories