Questions tagged [taef]

MS Test Authoring and Execution Framework

Microsoft testing framework for device drivers:

https://msdn.microsoft.com/en-us/library/windows/hardware/hh439725%28v=vs.85%29.aspx

The Test Authoring and Execution Framework (TAEF) provides a consistent mechanism for developers and testers to write and run automation. The framework provides a single infrastructure that allows them to share tests across disciplines and teams.

3 questions
2
votes
0 answers

How to get class member pointer variable to behave in a well-defined manner?

I'm trying to port over some code that uses pointers, to a different location with the different sections of the code in separate functions. However, I keep getting undefined behaviour from the pointers and was not able to understand why. A sample…
Ian Storm
  • 21
  • 1
1
vote
1 answer

In C#, is there any magic way to check+early-return from ~thousand test case functions without pasting that code everywhere?

We have a large suite of tests with lots of test case functions. Due to running on many platforms/configurations, we now need to add logic to skip inapplicable tests. The "direct" way of doing so would involve adding this to the top of every single…
VoidStar
  • 5,241
  • 1
  • 31
  • 45
0
votes
1 answer

TAEF Datadriven c# application on windows phone

I am writing an C# application to read XML using "data driven method" as described in TAEF…
Shesh
  • 11
  • 3