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
Why you are selected software testing as career ?
hi what are the test cases for web application..i need these example..please..mail me at mina_ims@yahoo.com
what s test block ratio? please any one answer me..
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
What is defect removable efficiency?
Can you explain calibration?
What r the functional testing u perform?
Can you explain process areas in cmmi?
What is integration level testing?
What is verification in software testing?
Did any one completed CSTE certiication? can u send sample question papers? how to apply that? pls send it to my mail id - dsnathi@gmail.com THANKS IN ADVANCE
Is compatabilitytestig and port testing are same
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
Write the 10 high test cases for making video call/face time?? Write the test cases for credit card accessing the money transfer?? Write the test cases for file transfer from one user to other from Google Drive/drop box?
How can you do the usability testing?