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
1.what promted you to become involved in QA/Testing?
What is Registry?
What is change request, how you use it?
what is the difference between Risk based and Requirement based testing???
When have you had to focus on data integrity?
what is sanity test (or) build test?
About Testing
How to do the performance testing manually? Does you have a test case for that?
hi friends, i have completed course and project on insurance domain in mindq testing institution...can any working employee please tell me ,which notes( testing subject notes,project notes)i have to prefer first.i was studied both notes and getting confussion.one of my friend got job throughly only project notes and said that project notes is enough to get job.in which way ,i have to prepare interview( which important topics first ), if you are follow any strategy to interview purpose,pls send me important topics list.
how can you test the web environment for security testing?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
how to creat 2 test plan in 2 different environment exp:tour and travel
What is the difference between SIT AND IST?
What is validation in software testing?
What a team leader will test first when s/he will get new module to test?