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
Can you explain the workbench concept?
How we can test Cookies Manually?
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
what technical problem u face in your module please tell what is it mean its any bug or anything else i want ans give any example which ever modul u r working for u can give me any example
What are the different levels of manual testing?
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc
what exactly is heuristic checklist approach for unit testing?
What is baseline testing?
hai friends i need a general test cases for check box,drop down button and radio butoon can anybody reply me plz..........thanks in advance
Does an increase in testing always improve the project?
what is localization and globalization.and what are the ways way are going to test the particular application?how can we identify factual, visual, corrupted characters, link errors, formatting errors, etc in locallization?iam going to attend the interview on localization concepts and languages like : German, Japanese, French, Russian, Italian, Chinese, Korean, Portuguese and Spanish .tell me the process how to do testing above concepts let me know its urgent:anilaluvala@gmail.com 9908814046
can anyone tell anyone is providing training for CSTE exam in bangalore? and can u send some links related to this?
Write positive and negative test cases for forgot password?
how to generate id in testdirector? a) Td id 1 b) td id 2 c) td id 3 d) td id 4 which is correct answer please any one of the tell me and mail me
What is fuzz testing?