Hey guys,
Developers compile the code they write. That is a kind of
testing!! Which category it belongs to in Testing.
Static testing or Dynamic testing.
Please clarify
Answer Posted / ritwick
developer compile the code comes under whitebox testing and
static testing is done while the product is in process of
completion.so it comes under static testing
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is Dynamic Binding and Dynamic Loss?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
What are the modules of quality center?
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
During alpha testing why customer people are invited?
can anyone tell me the questions that can be posed in an interview for a 5 year experienced person in manual testing
What is a defect age?
how to connect your project in database?
Explain branch coverage and decision coverage.
Give me sample test cases for smoke testing
PLS SEND REAL TIMERS, WHAT IS SOA TESTING..IM TRYING 3+ YR.. I HAVE GOOD KNOWLEDGE ON MANUAL TESTING... NOW IM NEW TO LEARN "SOA TESTING" IS BEST OR NOT? BEFORE LEARNING SOA TESTING ANY SKILLS ARE REQUIRED..... AND NOW WHAT IS THE MARKET FOR SOA TESTING... AND IT IS BASED ON PROGRAMMING OR NOT?
When we use integration testing for any new system so why we required system testing.
After insert the record in front-end, how will you check the back end by manually? Please explain?
Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?