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

option to generate test cases for generated C# codes and Angular Typed Forms #60

Open
zijianhuang opened this issue Jan 30, 2024 · 0 comments

Comments

@zijianhuang
Copy link
Owner

zijianhuang commented Jan 30, 2024

SDLC in application development:

  1. generate the skeleton test cases. And keep the skeleton.
  2. Make a copy of the skeleton codes, and fill it with test data to form a test suite.
  3. Next time when the API is updated, generate new skeleton codes.
  4. Compare the new one with the old one, and extract the + delta using a text diff tool.
  5. Copy the + delta to the test suite and fill with test data.
  6. Manually remove the - delta from the test suite.

Do this after v3.1

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

1 participant