Test Plan in Service Portal

Rafael Batistot
Kilo Patron

Hi team,

I need to develop or get ideas for developing a solid test plan for the Service Portal.


The challenge I'm facing is that ATF does not provide full coverage for the Service Portal. In other development environments (JS, Java, etc.), we typically rely on tools like Selenium or Jenkins.

 

But when it comes to ServiceNow Service Portal, what should I use to build an effective test plan?
Is there a recommended approach or specific tools that work well for testing the portal?

 

Thanks in advance!

If you found this response helpful, please mark it as Helpful. If it fully answered your question, consider marking it as Correct. Doing so helps other users find accurate and useful information more easily.
2 REPLIES 2

Shaqeel
Mega Sage

Hi @Rafael Batistot 

 

Here is what I found:

Test Type

Best Tool

Why

Business logic

ATF

Covers workflows, policies, backend logic

Catalog item validation

ATF

Good support for catalog variables & flows

Portal widget behavior

Selenium / Cypress / Leapwork

Real browser interaction needed

End-to-end user journeys

Selenium / Leapwork

Full UI simulation

Accessibility

Manual + axe tools

ATF cannot test UX

Cross-browser & mobile

BrowserStack

Portal is highly UI-dependent

 

 


***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.

***********************************************************************************************************************





Regards

Shaqeel

pranjalsrvs
Tera Contributor

Hi @Rafael Batistot 

You can test by creating custom test steps or you can take reference from this doc.

https://www.servicenow.com/community/developer-forum/atf-testing-a-custom-service-portal-widget-usin...