Unit level tests automation using framework in WCCOA API manager

Discussion about recent product features & solutions!
2 posts • Page 1 of 1
santhosh.hiremath@siemens.com
Posts:2
Joined: Tue Dec 03, 2013 5:58 am

Unit level tests automation using framework in WCCOA API manager

Post by santhosh.hiremath@siemens.com »

Hi,

We have been using WCCOA 3.11 version, With business logic written in API manager having asynchronous callbacks.
In an attempt to automate unit level test cases i tried frameworks like "gtest" and "gmock" but did not find it useful as
they do not provide option of mocking sequence of events in asynchronous way.
on searching through internet I came across SMI++ unit level test framework which supports mocking of sequence of events.

Is SMI++ compatiable with WCCOA 3.11 API managers ? Is there any other better unit level test automation framework that is compatiable
with WCCOA API managers ? which unit level test automation framework does etm make use for API manager unit level testing ?

Thanks in advance.

Santhosh Hiremath

paul.r.thompson
Posts:1
Joined: Fri Oct 10, 2014 1:05 am

Re: Unit level tests automation using framework in WCCOA API manager

Post by paul.r.thompson »

I'm bumping this thread because I am interested in any unit testing processes/strategies. Not necessarily SMI++. It's pretty clear to me that gtest won't work, even if I intentionally separated logic from CTRL-specific functionality because the data types just don't map up perfectly.

I had thought of possibly writing an unit test support library - providing assert statements and such. Has anybody done that?

Thanks

-Paul

2 posts • Page 1 of 1