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

Guys, can any one of u give the realtime example for Acceptance Testing

2 Answers   Wipro,


what are the contents of black box & white box testing.

3 Answers  


Use of Regression Testing?

2 Answers  


Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.

0 Answers  


.Why do you go for Test Bed?

3 Answers  






A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.

0 Answers   Mind Tree,


Bank a/c no. 0-499, 500-1000 or only 2000 what will be valid partitions (ECP) ?

1 Answers  


Can you please provide me the answers for google page, yahoo home page, elevator, traffic signals. Thanks, Rama

2 Answers  


McroSoft Six rules standard for Userinterface testing?

2 Answers   IBM,


can any one send me all the interview point of view questions from manual testing please..........

1 Answers  


What are the different phases available in STLC.

5 Answers   IBM,


11. Do you have any other questions or comments about the Web site or your experiences with it?

0 Answers  


Categories