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

Hi Friends Can Any one give test cases on Credit card system

1 Answers  


I have 2 years of exp. in testing and looking for a change if any body knows, about any vacancy in testing then plz contact me on deepti_ac@yahoo.co.in

8 Answers   Wipro,


how to execute manual test cases? for example i have a test cases for atm/credit card purchase how to execute them.

1 Answers  


how we map defect with test cases in Quality center

3 Answers  


How to design the test cases?

3 Answers   Covansys,


i need some objective type papers for my certification

0 Answers  


Explain the strategy for testing a Java application?

0 Answers   Infosys,


What is the Regression Testing Process followed in your company?

3 Answers   HCL,


what are the defferent defect statuses?

4 Answers   AppLabs,


even though automation tools are fast and reliable why do we go for manual testing..in almost 90% of the companies manual testing is used

5 Answers  


How can we test for drastic (severe) memory leakages?

0 Answers  


There are 2 bugs A and B. A has High Severity and Low Priority , wherease B has Low Severity and High Priority. Which bug will you give more importance.

12 Answers   ACS, NetBIOS, Sonata,


Categories