Test Plan in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
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!
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
You can test by creating custom test steps or you can take reference from this doc.
