Cornutum / tcases

A model-based test case generator
MIT License
218 stars 54 forks source link

Testcases in a sheet #258

Closed arjunashetty closed 1 year ago

arjunashetty commented 1 year ago

Hi Team,

Can we get generated testcases for the APIs in a readable format like in an excel sheet / google doc ?

kerrykimbrough commented 1 year ago

Sounds like this could be done with a special TestWriter, using the TestWriter API. Care to give it a try?

If you imagine spreadsheet format, what would it look like?

arjunashetty commented 1 year ago
image

I wanted to use tcases to generate test cases in this format

arjunashetty commented 1 year ago

could you please help with this utility, i am not well versed with testwriterAPI yet. also let me know any proper tutorial where i can understand the testwriterAPI