Dynamo for automation testing in Revit

Hi,

I have different in Revit add-ins. I want to do automation testing of my products. Is it possible to do it using Dynamo? I have the features like adding project parameters, Insulation, lining etc.on my drawn structure.

Have you had a chance to look at the Revit Test Framework?

1 Like

If they are Revit Addins aka External Commands then I doubt that Dynamo Test Framework here would be of much help. Why not just implement something like NUnit: http://thebuildingcoder.typepad.com/blog/2013/07/revit-add-in-unit-testing.html

1 Like

Revit test Framework is for unit testing, i need a tool for end-to-end testing of my Revit applications.