tt-acm / DynamoSAP

Dynamo <> SAP interoperability.
Other
29 stars 19 forks source link

Testing Framework #51

Open anagpuyol opened 9 years ago

anagpuyol commented 9 years ago

We need a new project in the solution to run automated system tests on our sample files using Revit Test Framework.

Use the Energy Analysis for Dynamo project as an example for how to get started:

https://github.com/tt-acm/EnergyAnalysisForDynamo/pull/103

eertugrul commented 9 years ago

I have made good progress on setting up Testing Framework for Dynamo. image

on progress...

eertugrul commented 9 years ago

@anagpuyol @bhowes-tt --

per our discussion yesterday, the testing fixture reports list of fails at the end. Moving on next fixtures... image

bhowes-tt commented 9 years ago

@eertugrul - check out my latest testing setup for EA4D. It's essentially a pass / fail test for each sample file. Note the utility function to list error nodes at the bottom. I think you should start with something this, and add detail where you need it down the line. Let's get this testing business done!

https://github.com/tt-acm/EnergyAnalysisForDynamo/blob/master/src/EnergyAnalysisForDynamoTests/SystemTests.cs

eertugrul commented 9 years ago

@bhowes-tt Testing Project for DynamoSAP is completed. Except dropdowns, the testing passed. Closing here

bhowes-tt commented 9 years ago

:+1: !!!

anagpuyol commented 8 years ago

This does not work...

@tatlin, does this have to do with the new API changes? image