Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I was trying to implement data driven test cases for module developed in C++ and I'm totally new to this one.

What I have tried:

Till now, I've understood that for native projects, data-driven type can't be implemented.

If there's no built in functionality, I need to read the values from the CSV/XML file and implement it?
Posted
Updated 14-Jul-16 11:50am
v2

1 solution

I read your question as follows.
"Is there a way to test native code using data driver approach?"

You would write the code that accesses the native code using managed C++ as library and then use the same in your managed test code that would have access to all the libraries to read from data sources.

Hope that answers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900