Answer Posted / 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 |
Post New Answer View All Answers
how will we change the server system time?
What is the difference between system testing and integration testing?
When should you opt for manual testing over automation testing?
What is checkpoint? How can you handle the checkpoints?
What is mutation testing & when can it be done?
What is the difference between functional testing and integration testing?
hello there, can anyone tell me what type of question does lg soft company ask in written test especially for a quant part? Thanku
1. what is baseline document , can you say any two ?
What are the bussiness scenories?
What is srs and brs document?
How do you estimate white box testing?
Explain user acceptance testing.
What impact ratings have you used in your projects?
what is the difference between PEGA based web application testing versus web application testing?
How would you test a service oriented architecture (soa) web application?