Usage of specflow for Rust based application?
Hi Team,
In future, I will be having an rust based application which needs to be automated.
My question is like : "Can we use Specflow with C# to automate the test cases for rust based application ??"
Thanks in Advance...!!!
Regards
Sai
0
-
Short, flippant, answer is "Yes", you probably can use SpecFlow/C# to test Rust code.
The bigger picture is that you will have to generate .NET bindings/interop-layer for your Rust code.
As an example (found via a quick Google search) is: https://github.com/Diggsey/rnet
These will likely work well for primitive data types passed between the test code and the Rust application. I suspect more work/difficulty if you have to exchange custom data types.
0
Please sign in to leave a comment.
Comments
1 comment