What is Static Testing?

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


Please Help Members By Posting Answers For Below Questions

Explain the defect life cycle.

629


value momentum

1281


What is remedy testing,expalim that and how can use that

1241


what is the main field of bugzilla which we fill to report bug to any developers???give some brief description??

1616


How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??

1783






what is the difference between Test-bed and test topology?

3266


HI FRNDS, I HAVE 2.5 years OF exp In Manual Testing,Plz let me know if thr r any oppurtunities in any company in Bangalore ID:dsnithi@gmail.com Thanks in Advance

1666


How to write testcases for unread/read mails for gamil inbox? and what are the types of testing you do on them?

3951


hi i want manual testing interview question(3+exp)please tell me

1498


What is deferred status in defect life cycle?

726


What are the benefits of requirement traceability?

664


Why is it impossible to test a program thoroughly or in other terms 100% bug-free?

987


Write a Test scenario for Outlook Search functionality.

2597


What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?

1533


What are the phases involved in software testing life cycle?

691