ContributionsMost RecentMost LikesSolutionsReadyAPI test steps are not visible in TestComplete test log Hi all, Upon executing Ready API tests via Test Complete, test steps are not displayed in Test Log for some projects, while for others all test steps including request, groovy script, data source are displayed. Can anyone tell me why this is happening? Is there some flag that indicates TestComplete to capture all ReadyAPI test steps in its test log ? How to import multiple readyapi projects (XMLs) at onceHey guys, I need to know if there's any way to import multiple project XMLs in ReadyAPI at once or can we set a folder path for ReadyAPI to pick projects from?SolvedRe: java.sql.SQLException : ORA-12269: client uses weak encryption/crypto-checksumming version Thanks! I compared all details and found that the driver used in SQLDeveloper was of different version (older). I used the same driver in ReadyAPI and it worked! java.sql.SQLException : ORA-12269: client uses weak encryption/crypto-checksumming version I am getting following error while building query (Data Connection) in ReadyAPI (3.5.1): java.sql.SQLException : ORA-12269: client uses weak encryption/crypto-checksumming version but no such error I get while executing same query on SQL Developer for the same connection. Any particular reason why this is happening and what can be done to resolve this issue? Solved