Hi,

I would also like to add that UEFI SCTs and Unit Testing are different scopes 
of testing.

The UEFI SCTs are system level conformance tests that require and entire 
platform FW image to execute on a platform and they focus on measuring if a 
conformant set of UEFI interfaces are present.  The UEFI SCTs need to run 
correctly no matter what the underlying implementation is, so these are black 
box tests and do not have a large number of test cases against each API.  We 
can only implement test cases based on the API definitions in the UEFI 
Specifications.

The UnitTestFrameworkPkg provide both host and target based testing 
environment, and the scope of a unit test is a single C/ASM function, and that 
single function can either be public APIs or internal worker functions.  It 
supports both black box and white box testing.  The white box testing approach 
allows all code paths to be exercised with different input data patterns to 
verify that a function works as expected for all inputs.  The host based tests 
run as an application and do not require a full platform FW image.  This allows 
the unit test to test code paths that may be very rare in full system testing 
or require HW to be broken to be seen in full system testing.  This means the 
UnitTestFrameworkPkg has the potential to provide much greater code coverage 
than UEFI SCTs.

Thanks,

Mike

From: [email protected] <[email protected]> On Behalf Of Bret Barkelew 
via groups.io
Sent: Tuesday, August 18, 2020 11:00 PM
To: [email protected]; [email protected]
Subject: Re: [edk2-devel] question about UnitTest Framework

Correct. It’s possible that we can have some sort of test reunion at some 
point, but SCT is largely for interfaces and spec compliance, and the UnitTest 
Framework is for implementation business logic, CI, and code coverage.

- Bret

From: Tiger Liu(BJ-RD) via groups.io<mailto:[email protected]>
Sent: Tuesday, August 18, 2020 10:17 PM
To: [email protected]<mailto:[email protected]>; Tiger 
Liu(BJ-RD)<mailto:[email protected]>
Subject: [外部] Re: [edk2-devel] question about UnitTest Framework

Hi,
After studying previous discuss mail, UnitTest Framework is work for Continuous 
Integration mechanism.

Code writer will provide some unit test functions, maybe they could also do 
code coverage test.

Thanks
-----邮件原件-----
发件人: [email protected]<mailto:[email protected]> 
<[email protected]<mailto:[email protected]>> 代表 Tiger Liu(BJ-RD)
发送时间: 2020年8月13日 16:03
收件人: [email protected]<mailto:[email protected]>
主题: [edk2-devel] question about UnitTest Framework

Hi, Experts:
I have a question about UnitTest Framework.

UEFI Code has included some test infrastructure, such as:
PI-SCT / SCT / FWTS etc.

So, why we introduce a new UnitTest Framework?

Is it mainly for Code Coverage test?

Thanks


保密声明:
本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其内容做任何未经授权的查阅、使用、复制或转发。
CONFIDENTIAL NOTE:
This email contains confidential or legally privileged information and is for 
the sole use of its intended recipient. Any unauthorized review, use, copying 
or forwarding of this email or the content of this email is strictly prohibited.





保密声明:
本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其内容做任何未经授权的查阅、使用、复制或转发。
CONFIDENTIAL NOTE:
This email contains confidential or legally privileged information and is for 
the sole use of its intended recipient. Any unauthorized review, use, copying 
or forwarding of this email or the content of this email is strictly prohibited.



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#64446): https://edk2.groups.io/g/devel/message/64446
Mute This Topic: https://groups.io/mt/76163664/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to