RE: What is meant by domain? What is domain testing?
Shailaja has already told about the domains. In Domain testing the tester should have high competency level of domain knowledge. We can have either manual or automation testings.
RE: What is meant by domain? What is domain testing?
The important white box testing method is domain testing. The goal is to check values taken by a variable a condition or an index and to prove that they are outside the specified or valid range. It also contains checking that the program acepts only valid input...for this domain testing we should expert on that particular domain....
RE: What is meant by domain? What is domain testing?
Domain: Its a specific area to which the project belongs Domain testing is nothing but conducting testing on diffrent domains relarted to variuos projects It varies based on projet area/Domain
RE: What is meant by domain? What is domain testing?
Domain: It is a field of study that defines a set of common requirements terminology and functionality for any software program constructed to solve a problem in that field.
Different Software Domains: Banking Finance Insurance E-Learning Job Portal Health Care Shopping Portal etc..
Domain Testing: Tester should aware and clear cut knowledge in the Domain makes him work effective in the differnt Domains.
RE: What is meant by domain? What is domain testing?
Domain Testing: This testing is a generalization of equivalence partition testing with three-value boundaries. Domain means the set from which the values are selected. Hence in an EP testing we test for a specific range of values for which the system's or component's behavior is assumed to be same from compoment's specification.