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 Analysis for Smart Seed #246

Open
llmhyy opened this issue Jan 4, 2021 · 2 comments
Open

Static Analysis for Smart Seed #246

llmhyy opened this issue Jan 4, 2021 · 2 comments
Assignees

Comments

@llmhyy
Copy link
Owner

llmhyy commented Jan 4, 2021

given a method, we need to verify whether it can benefit from seeding strategy? which branch can be benefited? what if none of the branches is beneficial?

@llmhyy
Copy link
Owner Author

llmhyy commented Jan 4, 2021

@Cheng-017

  1. how many method effect can be replicable?
  2. if replicable, which branch manifests the difference? and which event is the most important?

@Cheng-017
Copy link
Collaborator

Given the method, get the uncovered branches and randomly select one of them, evaluate the branch and get the type of the branch. If the type of the branch is NO_POOL, it means that the branch has no benefit. If the branch type of the method is all NO_POOL, the original seeding strategy is used to generate the test suite.

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

No branches or pull requests

2 participants