Please let me know the differnce between Static testing and
whitebox testing with Example.

Answers were Sorted based on User's Feedback



Please let me know the differnce between Static testing and whitebox testing with Example...

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

Please let me know the differnce between Static testing and whitebox testing with Example...

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

Please let me know the differnce between Static testing and whitebox testing with Example...

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

Post New Answer

More QA Concepts Interview Questions

Explain what is the difference between regression testing and retesting?

0 Answers  


Formal Testing?

2 Answers  


what is Desk Checking?

10 Answers  


What is Operational testing?

0 Answers  


What mental attitude do You have, if You are really qualified to this Tester Job?

2 Answers  






Dif B/W Equivallence partitioning and Boundary-value Analysis Give an Example.

2 Answers  


Can we automate the application if it's manual testing is Adhock Testing

2 Answers   Livetek,


What is meant by Factory testing?? I have seen this one in a Job posting

0 Answers  


What is backus-naur form?

0 Answers  


Have u ever converted test scenarois into testcases? If so how?

1 Answers   IBM, MBT,


Looking for free study material on Functional Testing?

1 Answers  


Give examples of boundary value and equivalence partitioning test cases.

2 Answers  


Categories