Hi all,
I am looking to develop a testing tool for my QA team. Purpose of this is to execute all the test cases in QA process.
Say I have a test case "call function A with value X", so user has to manually do that. I am going to automate that. So my engine should be able to read the test case convert it into the executable from the tool, execute it and finally verify.
So I am thinking about NLP engine to manipulate that. My question is there are any good NLP engines to do that. I am not worried about the language actually, but it is better to customizable. So I can have look at the engine and develop on different way.
If anything is unclear to you all, please let me know. :)
Thanks in advance,
CodingLover