Unit-tests for excel RTD server

Add-in Express™ Support Service
That's what is more important than anything else

Unit-tests for excel RTD server
 
Puneet Mahajan


Guest


I want to know if there are any code samples with unit-tests for an excel RTD server?
Posted 10 Apr, 2017 11:33:42 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello Puneet,

There's no such code sample.

Split the code of the RTD server in two parts:
1) this part implements RTD server things and reacts to events that Excel raises
2) this part implements data collecting/retrieving/etc.

You should only uint-test the second part.


Andrei Smolin
Add-in Express Team Leader
Posted 11 Apr, 2017 06:11:41 Top