Please let me know the differnce between Static testing and
whitebox testing with Example.
Answers were Sorted based on User's Feedback
Answer / satish
static testing involves review of requirements or
specifications. This is done with an eye toward completeness
or appropriateness for the task at hand. This is the
verification.
White box testing (also called clear box testing, glass box
testing or structural testing) uses an internal perspective
of the system to design test cases based on internal
structure. It requires programming skills to identify all
paths through the software. The tester chooses test case
inputs to exercise paths through the code and determines the
appropriate outputs.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sarita agrawal
Static testing is a examing the document and finding
defect.In static testing =Am i build the product
right.Static testing start in intital phase of SDLC.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pravin
testing before execution of a project is call static testing.
testing of internal part of the project is call white box
testing generally this testing done by developer.in white
box testing we can test loop, function, variable etc are
properly working or not
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the format of bug report?
What are the challenges faced with the 1+ years experience team.
I’m looking for test management software with collaboration capabilities but at an affordable rate.
I. A code inspection is held for new code. II. A code inspection is held for reused code. III. A code inspection is held after the first compilation. IV. A code inspection is held after the first error-free compilation. Which of the statements above are true of code inspections? 1. I and IV 2. I, II, and IV 3. I, II, and III 4. II and IV 5. II and III
Is automating some test case is important? What about the maintenance? When will automated test become uneffective?
Life for QA & job oppurtunity ?
How can you introduce new software qa processes to an existing organization?
You have 250 outstanding requests in a bug tracking application,you have no automated build environment, or representative production environment in test, nor the hardware required.You are responsible for establishing some kind of process and order to the QA department, what would you need in terms of budget and what would your processes be, as well as how would you address the environment issues mentioned above?
What is the base Criteria to review the testcases?
Can any one send the Basic Consepts of DB Testing? Which Type of Quarres are Frequently used in the DB Testing? If any one have those please reply..
what are the differences between level 1 & level 2 of CMM? Please give me as many points of comparison.
At wht stage in the SDLC testing should be started?