Code coverage for the .NET application using robot framework automation test cases #1638
-
|
Hi Team, I have the source code in .NET application. but for automation, I have written test cases in robot framework (on top of python). From the QA perspective, I wanted to get the code coverage through running automation test cases. is there any way to achieve this using coverlet? I am not finding the relevant documents / details regarding cross language platform. could anyone please help me out for this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Coverlet is a bit limited related to test execution started by another executeable. But you can give |
Beta Was this translation helpful? Give feedback.
Never worked with the robot framework but I would guess that somewhere your C# source code will be compiled to an assembly. The directory of this assembly must be specified.