Skip to main content

Test generation

Main Idea​

  • Help the developer with the low value action of generating a test

Investigation Plan​

Extras​

How to evaluate results?​

  • Context: It is hard to say if a an amelioration to the test generation is an upgrade or a downgrade.

  • Learnings:

How to parse the output?​

  • Context: When we ask openAI to give us some code we have to parse it manually. And sometimes it can also add some text and it breaks our parser.
  • Learning: Clean the model output
  • Next Steps: Clean the output for the other EPIC (code generation)

How to deal with big prompts?​

Learnings​