parsaalian / webform-testing

Source code for "Semantic Constraint Inference for Web Form Test Generation".
2 stars 0 forks source link

Add Global Form Feedback #2

Closed parsaalian closed 1 year ago

parsaalian commented 1 year ago

Some insightful feedback is not provided inline, and they are included in the page diff and not under the form tag. We can find the feedback using some keywords, such as "not possible," "try again," etc. The global feedback should probably be added as the context of the form in constraint prompts.

parsaalian commented 1 year ago

We created a global feedback finding that uses a list of keywords to find HTML diffs that have any of those keywords.