Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static program analysis to find test input values #862

Open
andrewbwogi opened this issue Aug 27, 2019 · 0 comments
Open

Static program analysis to find test input values #862

andrewbwogi opened this issue Aug 27, 2019 · 0 comments
Labels

Comments

@andrewbwogi
Copy link
Contributor

Characteristics

Description

Currently DSpot depends on existing test input for input modification. One way to create original test input is to search the program and collect method argument values that have a static definition. These definitions can then be used to set argument values to the same methods in the test input. The intuition is that this would increase the probability of method behaviour closer to its behaviour when the program is running in production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant