I’m only learned the basics of ue’s autotesting, but here is a small example i put together while trying to make it work. It’s not the complete project for reasons, but it does contains links for relevant docs.
Hope it helps you get started
A few notes about content:
- it implements the simple class to test, as well as two ways to test this class. Which way to use - afaik it’s only about your preferences
Automation Driver
iirc this one is for something like ui testing. It’s also can be autotested, but since you talking about functional testing, my example should be relevant