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 are the types of performance testing ?
What is the difference between compatibility testing and cross browser testing?
What is the Use of Bug Tracking Tools.? what are the common and Importent Fields in any Bug Tracking Tool?
PET model architecture..?
What is the differnt between Test condition and TesT Scenario
what is the institute that has defined the QA
What is meant by Bidirectional Tracebility matrix?
Hi, Please can anyone tell me the difference between writing test cases & test scenarios? What all should be included while writing a test scenario?
How would you test an ATM Machine?
difference between QA and QC????
What type of document produce SRS. WHAT type of document produce FS(functional spec.) what type of document produce SDS(design spec.) Please give me a hierarchy of process of document, which the companies follow
3 Answers Aloha Technology, Microsoft,
Can Parrto Principle be used in Quality Assurance and testing?