Discussion
2
Replies
661
Views
Posted: October 28, 2015
Last activity: June 13, 2017
Closed
Accessing Pega Table using Java
Hi,
I am currently working on Automating a Pega application using Selenium Webdriver.
Is there any way to get Database (Pega table) access or fetch records from Pega tables for validation using Java?
Pega tables are regular DB tables with exception of one column pzPVStream, which contains most of the data.
If the data you are looking for is in exposed column, than you can access it through any other tool and validate it.
Note: do not attempt to write to Pega tables through other tools, could cause some issues.