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
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
What is split testing?
What is meant my Firewall testing? how the testing is performed on it?
Hi Friends, I wish to start my career in manual Testing as I believe I am ready to face Interviews.I have good domain knowledge in banking(investment and retail) and insurance.To be in the competition I have added three years of testing experience to my CV apart from my domain experience. Can someone please advice some real time tips which can help in facing the interview. Thanks in advance
What a team leader will test first when s/he will get new module to test?
What are the two main categories of software testing?
what risks do u faced u r projest how do you solve
List the considerations in developing testing methodology
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
What is baseline testing?
How do you test google or gmail application??tell me step by step process??
Dear Friends, Please guide me how to write test case for work Experiance field range.(It has 2 fields for range)
i have 2.5 years of experience in manual testing and qtp. can anyone say me what kind of questions do they ask on manual testing and qtp.
Hi could some one please send me the testplan testcases(for 2Modules) and testscripts for mercry fliht aplication or gmail. please write those on templates and send me.In testplan plase write Testobjective, test scope, est approach, exlusions assumptios.
When new application ready to test than whats your testing strategies?