What is the difference between structural and functional testing?
Structural is a "white box" testing and based on the algorithm or code. Functional testing is a "black box" (behavioral) testing where the tester verifies the functional specification.
Once the sanity testing is completed we may request the developer to visit our place(tester's place) and fix the bugs within the deadline.This is the only place where a developer will visit the tester's place and fix the bugs.Since the developer fix these bugs very quickly this is called hotfix.
RE: What is the difference between structural and func...
structural testing is a white-box testing and functional testing is a black-box testing.we need programming knowledge or skills to do structural testing where as in functional we don't need internal knowledge b'cos we r going to test only the functionality of the product.