-
Notifications
You must be signed in to change notification settings - Fork 0
Auto Testing Tools
Nanthakarn Limkool edited this page Nov 10, 2021
·
1 revision
- Describe each of these. What kind of problems do their apply to?
- How likely is it to find defects?
- What is the difference?
- What software can we use? (Java or Python)
- black box (nearly), tester only needs to know interface
- accepted inputs: domain
- almost anything
- low probability, which you compensate for by generating many tests
- random testing but change inputs to increase change of detecting a failure
- some prior domain knowledge
- create boolean expressions to represent conditions for the different paths through the code & states of the code
- not too complex, source available
- situations where difficult to apply
- file, database
- external service
- change of detection faults: if applicable, high prob. of detecting faults
- combination of Random Testing and Symbolic Execution
- generate tests via some sort of optimization procedure
- "create test suites that lead to some testing goal"
-
fitness function-> objective function, something to {maximize, minimize} - fitness function from static analysis