How to write Data to excel
I want to write create each test method in excel or csv from with its request passed automatically, is it possible?
hi, sorry, but I do not fully understand your request. Can you clarify with a bit more details? thx
Sure, Currently, we are getting a java test file with a junit format testcases with randomtestname and methods in it.
I want some excel file which can have the method names or test names which are autogenerated with the type of request included in it. So is this possible in an automatic way?
Mainly needs this for blackbox testing
no, currently there is no support for something like this.
what would be the business case for such a feature?
This is to make it simplified view of what apis test cases have been created, with which kind of request of requests and parameters. Simply saying, java has lot of data and not all people can understand that inorder to take quick glance this will really be helpful.
Thanks for the update,you can close this ticket.