What is Static Testing?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / naynish
static testing is process in which we dont execute
application or code we just conduct review of requirement
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / uday
it is nothing but Before Going to execution what we are
doing in testing is static testing. Like verification
part.......
wrong let me know plz
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sandy
It means that review on Documentation,code and Gui testing
are called static testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ahmad alsheikh
Static Testing is the testing that done without executing
the software by reviews, like using (data flow and flow
chart) and this it's objective is to find the cause of
failures 'defects' not the failuers themselves.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sumithra
the testing which is related to code.
this ststic testing is done by the developers(integration
testing and unit testing).this static testing is also called
as white box testing.
| Is This Answer Correct ? | 2 Yes | 4 No |
hi!how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing?
Book by Which author is best to use? 1)Erik Van Veenendaal 2)Rex Black 3)Grahum
some major negative test cases to break the sign up page having username password, email, url address field and some check box selection options ?
if you intrested to learn Manual Testing concepts with real time examples on weekends @ Bangalore. Mail me @ manualtestingtraning@gmail.com Duration: 16 Hours Fees 1000/- only on weekends Trainer: TestLead form MNC Bangalore
How do u ensure that there are no duplicate testcases?
what is diffrence between dynamic black box testing and dynamic white box testing
What are the different Testing methodologies?
I have working in Manual testing domain in past 1.5years exp. now im looking for Automation testing how can i shift?
who will collect requirements from client
there is a module that module assigned to two employees.In both of them one employee made a mistake so how can we identify who is done that mistake.
There is an help option in one window, which consists of 100 pages. I want to test same word from every page. How can I do this in 5 minutes?
Test cases for IE 6.0