lefthandedgoat / canopy

f# web automation and testing library, built on top of Selenium (friendly to c# also)
http://lefthandedgoat.github.io/canopy/
MIT License
505 stars 117 forks source link

Test management tool for Canopy #494

Open Suvarnaraut opened 4 years ago

Suvarnaraut commented 4 years ago

Test management tool for Canopy

Hi Team,

we are using canopy for Automating our script.

It will be very helpful if anyone could suggest a good and reliable test cases management tool. we are looking this tool for not only for managing test cases and should also be integrated with canopy.

Thanks,

Suvarnaraut commented 4 years ago

Anyone can suggest?

lefthandedgoat commented 4 years ago

I've never personally used a public Test case management tool. A friend used https://www.gurock.com/testrail/

For integration with whatever tool you use, you can use the JUnit test reporter and take its results and upload them, or you can write your own reporter that calls the API of whatever tool you use to upload results. Hope this helps.