ContributionsMost RecentMost LikesSolutionsRe: Issues with ReadyAPI 1.5 and 1.7 Thanks Rao. Issues with ReadyAPI 1.5 and 1.7 Hello, Following issues in ReadyAPI1.5 1) Moving test cases, in ReadyAPI 1.5 freezes the suite, only option is to terminate and re-start When updated to 1.7 above issue gets resolved, but facing following: 1) Adding/Removing assertions does not reflect immediately in that test step, one has to close the step and open it again 2) Copying assertions from one step to another does not reflect immediately in that test step, one has to close the step and open it again Re: How to add security tests to REST requests with JSON content Any Update on this? Facing similar problem with ReadyAPI 1.5 version Re: Security Test Failure - SOAP UI ProRe: Property transfer using JSON nodes count I have been using property transfer step using xpath to 'count' no of nodes, but with JSONPath there is no reference given. Property transfer using JSON nodes count How to perform property transfer to keep track on no of nodes returned in JSON response: eg: { "firstName": "John", "lastName" : "doe", "age" : 26, "address" : { "streetAddress": "naist street", "city" : "Nara", "postalCode" : "630-0192" }, "phoneNumbers": [ { "type" : "iPhone", "number": "0123-4567-8888" }, { "type" : "home", "number": "0123-4567-8910" } ] } here for phoneNumbers we have 2 nodes. Re: Ready API - oracle Driver problem Problem solved by adding drivers in 'lib' folder Re: Connecting to an Oracle database Add the oracledriver in 'lib' folder, close and start again. Re: Ready API - oracle Driver problem Hello, Any Update on Above? I am facing same problem even by direrctly using JDBC test step by providing all details, "Test Connection" is not showing success/failure message. Thanks in advance. Reshma S Ready API - oracle Driver problem I am SoapUIPro user[5.1.2 version I was using till yesterday], today I have renewed my license, but with readyAPI1.3, I am not able to execute my groovy script which requires oracle driver although I have added appropriate jars [ojdbc6]in bin/ext folder, I have also added one more jar called xdb6 in 'lib' folder as it was giving some problem for XMLTYpes. Can any one help me on this? Solved