ContributionsMost RecentMost LikesSolutionsAssertions using groovy scriptHi Ole, I have a doubt whether we can add assertions like (xpath,contains,not contains etc.,) in groovy script to assert the response from the server dynamically. If yes, please share a code snippet used to carry out the same.It would of great help. Thanks in Advance, Saberesh C PsoapUI - WCF servicesHi Ole, I wanted to know whether soapUI supports testing of WCF services. Thanks in Advance, Saberesh C PGroovy Script to get the interface detailsHi All, I wanted to fetch the WSDL interface name and the operations names available under the interface using groovy script under a test case. Please help me if you know the script for the same. Thanks in Advance, Saberesh C PScript Assertion - Help neededHi, I wanted to know whether script assertions can be added using groovy script to a soap request step. If possible,Please let me know how to proceed with a sample script. Thanks in Advance, Saberesh C PGroovy script to execute a particular property transferHi, I have a scenario in which i need to execute only one transfer amoung all the transfers available in the property transfer step based upon the output received in the prevoius soap request step. Say for example A,B,C,D,E are the five transfer in one of the property transfer step and based upon the output of my previous soap request step i need to execute only one of the above transfers. I use the following groovy script "testRunner.runTestStepByName( "Property Transfer" )" . this script executes all the avilable transfers in the property transfer step. Please let me know if this scenario can be acheived using the groovy scripting .If so please share the groovy script for the same. It is very urgent requirement. Thanks in Advance, Saberesh C PHow to get the parameter names in a REST RequestHi, I wanted to know is there any way to get the number of parametres and their name in an REST Request. If it can be retrived please share the groovy script for the same. Thanks in Advance Saberesh C PHow to get the test step names in a test case using groovy scriptHi, I wanted to know whether is it possible to get the test step names under a test case using groovy script.If possible please share the groovy script for the same. Thanks in Advance, Saberesh C PHow to invoke a test step(groovy script) from script assertionHI, I wanted to know whether is it possible to call a test step(groovy script) from the script assertion of the test request step. If this can be done please share me the groovy script for the same. Thanks in Advance, Saberesh C PRe: How to get the names of all the testcases under the testsuite using GroovyHi depeche, Is it possible to fetch the names of the testcases which are enabled(Which are getting executed) in a testsuite... Thanks in Advance, Saberesh C PDisabling a test caseHi, I want to disable a testcase from another test case. Can anyone tell me whether this can be done or not.If yes , please share the groovy script for the same. Thanks in Advance, Saberesh C P