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

How you will report a bug if u r doing adhoc testing..u are hopping from 1 link to 2nd...so on till 100th link and then there is bug..how will u report this bug...will you write all 100 steps?

3 Answers   Fiserv,


From where should we start writing the test cases. Say suppose we have a pageA with few check boxes, radio buttons, links, some text in it and a link on pageA takes us to another pageB. Then from where should we start writing the test cases?Also suppose we have 10 links in a page should we write separate test cases for each link?

2 Answers  


What is diff between equialence partioning and boundary value analysis

4 Answers   TCS,


Is Alpha testing done by developers or testers?

8 Answers  


Wht is Testing Frame work.Is it same in the Manual and Automation testing. can body can explain it

1 Answers  






What are the different types of testing

4 Answers  


diff b/w waterfall model & spiral model?

14 Answers   APIIT, BBD, QQ, Rift Valley Institute of Science and Technology RVIST, Wipro,


What is the first test in software testing process?

0 Answers  


what r the entry criteria for functionality and performance testing?

1 Answers  


What is Traceability matrix? Why it is used? Can u tell me the architecture of that?

13 Answers   CA, Eforce,


what is sdlc?explian test plan.

2 Answers   Symphony,


what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!

0 Answers  


Categories