Say one has a structural codebase where lots of the code is in GUI control events and has no tests. So such code, to my knowledge is not suitable for unit testing
Is there a tool that can test each routine automatically replacing references to code elements
external to the routine (be they functions, variables or GUI controls) with appropriate mocks(?) and record the results in a database for later comparison after code changes?
So the testing program would have the duty of writing, running and reporting tests with minimal intervention?
Say one has a structural codebase where lots of the code is in GUI
Share
You didn’t specify a language or development environment, so I am going to provide a few different options below. You will have to review them and see which one fits your situation and existing tools if needed.
Selenium
Ivonna which requires Typemock Isolator
Microsoft Team System Web Test 2008
Visual Studio Test Profession 2010
HP QuickTest Professional (Link didn’t work you will need to copy paste)
‘https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-127-24^1352_4000_100__
Watin
Watij
Push To Test