Click Settings icon on banner in ATF

Deepika36
Kilo Expert

How to click the Settings icon on the banner using ATF? Is there a test step to configure or scripting can do it? 

I need to change the system language to enable localization. Any help?

find_real_file.png

 

find_real_file.png

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Hi Deepika,

I don't think it's possible to test that through ATF, but you could try seeing if you can do it through a custom ui step. 

Generally, we encourage customers to focus on writing tests for things that are specific and custom to their instance rather than oob SN capabilities like the language picker. If you need to run a test in a specific language, I would try using the Create User step to start with and create the user with the language you're looking to test.

View solution in original post

6 REPLIES 6

Hi Deepika,

I am glad to hear the above comment has helped.

Saying this, I will appreciate if you close this thread, as answered.

Have a great rest of the day

Regards

Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

acjunior
Tera Contributor

Hello all

I have the same problem, but i want to access the Toggle Help Sidebar to test a guided tour that i've created.

Could anyone tell me if is possible create ATF to test guided tours?