what is the g_ui_testing_util in custom step configuration in ATF?how to define that?

Sakthi4
Tera Contributor

what is the g_ui_testing_util in custom step configuration in ATF?how to define that?

 

3 REPLIES 3

Jace Benson
Mega Sage

No idea, but here's how its' defined on the atf_test_runner page;

find_real_file.png

Onkar2
Mega Contributor

I'm trying to figure out what exactly it is, I'll share whatever I understand

find_real_file.png

As is evident from the out of box code in one of the step configurations, g_ui_testing_util helps with displaying Test step status messages on the Testing Window, but when I try to use the similar code in one of my custom step configurations, it's undefined.

Will update you guys when I find out more.

codycotulla
Tera Guru
Hi Sakthi, I believe that the g_ui_testing_util is used by steps in the UI, so it is probably defined in the Client Test Runner. You cannot access it in a custom step configuration because is it not a server side object. That’s what I believe. Thanks, Cody