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 |
how web logic reacts with front-end and back-end application
what is compliance testing
Explain the difference between quality control and quality assurance.
Looking for a test management system I work for a small company (we are a group of five software engineers) into software testing and we are looking out for a test management software which has in-built live reporting and centralized repository systems.
What type of documents would you need for QA/QC/Testing?
Tell me some key points to consider while writing a bug report.
I test change password field for a application.But it accept new password same as old password. Is it not a issue??I raise this issue but developer team mark invalid.
What is Database Testing? How will you do it?
difference between validation and regression testing
What is change request?
What is the differance between QA & Qc?? and brief introduction of QA & QC's role in testing??
Give examples of boundary value and equivalence partitioning test cases.