Click here to Skip to main content
16,002,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

1 solution

Take a look at Pex and Moles - Isolation and White box Unit Testing for .NET


It's a fantastic idea which does automated testing and it works most of the time, the only problem is its handling of large projects it can be very slow.

I haven't used it in a while, so I don't know if it is still slow or not.
 
Share this answer
 
Comments
CodingLover 28-Sep-11 6:17am    
Thanks for the reply.

I'll have a look at it and let you know.
Mehdi Gholam 28-Sep-11 6:19am    
Cheers
CodingLover 29-Sep-11 0:09am    
Wonder that what exactly I need. I just want to develop an engine to evaluate test cases, say in an Excel book, and execute them appropriately.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900