There is a JDBC execution step in the test case. When Select query is executed, getting below exception in DevTest 10.6 workstation:
Post 10.3 version of DevTest, a regression bug got into the product that caused this Null Pointer Exception.
Release : 10.4 and above
Component : CA Application Test
This bug has been fixed a patch is available. Open a support case and request for patch patch_DE511479_10.6.0_GA.jar.
Steps to Apply:
NOTE: The patch is needed only on Workstation and Simulator machines
1. Exit Workstation/Stop Simulator Service
2. Place the patch file "patch_DE511479_10.6.0_GA.jar" at LISA_HOME/lib/patches folder
3. Add the following entry to LISA_HOME\logging.properties file and save it
log4j.logger.com.itko.lisa.resultset.ResultSetCacheBase=DEBUG
4. Launch Workstation/Start Simulator Service
5. Repeat the same use case that failed earlier and confirm if the patch resolves the reported problem.