On Tuesday, 10 June 2014 at 21:29, John Smith wrote:
Hi ,Im trying to automate test case creation
( it can be as a file of any type( xml, txt, etc) and after I would like to add it to HPQC .Could some one please help and give some ideas from where I can start- what is the better tool to use for automation test case creation?- any python modules I can use with HPQC to import created test-cases, file, etc?Thank you ,John
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Tuesday, 10 June 2014 at 21:29, John Smith wrote:
Hi ,Im trying to automate test case creationDo you want test cases to be *created* automatically? Based on what?Cucumber automates the *execution* of test cases (scenarios), but they still have to be created manually, by human beings. Just like code.Aslak