ContributionsMost RecentMost LikesSolutionsSecurity Testing Hi, In SOAPUI free, we of course have the option to mock services. I was wondering about the validity of security testing with SOAPUI free across these mock services..how accurate are they? I appreciate the above would never compare to an actual test of the service, I was just curious - it might prove an easy way to refine the TP etc before actually using the real service? thanks phil JSDOC 3 Hi all, Is there a way that I can use @comments to generate javascript docs in testcomplete scripts please - then output to an internally viewable website - think javadoc.. ta phil groovy loop help This is probably something easy. I have just picked up SOAP UI open source and tried the loop on the Smartbear site steps 1. SOAP Request 2. Loop if( context.loopIndex == null ) context.loopIndex = 0 if( ++context.loopIndex < 3 ) testRunner.gotoStepByName( "SOAP Request" ) The above works However, the moment I try to add any line of code such as "log.info(context.loopIndex)" as below, I seem to have an infinite loop? if( context.loopIndex == null ) context.loopIndex = 0 if( ++context.loopIndex < 3 ) log.info(context.loopIndex) testRunner.gotoStepByName( "SOAP Request" ) What is happening here? Ideally I would like to use a line such as //testRunner.testCase.setPropertyValue("FromCurrency", "GBP" )//why infinite loop with this step added? And then ultimately use a variable in place of the "GBP" value for each SOAP Request thanks in advance. phil Re: Request: Show object in name map using object spy Hi, I am experiencing the same issue on Test Complete 11.31.2420.7 I am sharing a project with one other person: The person I am sharing with is able to map application forms that I cannot, when he uses the "Map Object from Screen" option, he sees the usual "Map Object" dialogue prompt When he clicks ok he sees the dialogue prompt to "Map the window ("someObject") object with two options: -> "Map the object as ..." or -> "Choose name and properties manually" When I try the same I do not see the dialogue prompt to "Map the window ("someObject") " and control is returned back to the main testcomplete application window This implies it's a user based setting/issue, rather than a mapping issue itself? We are using the same project and same application, trying to map the same form Both our properties in the TCNet file are set as <Prp name="network mode answer" type="B" value="1"/> <Prp name="network mode value" type="B" value="0"/> We also see a project element to this problem - the recent backup of our current project will work for me and allow me to map - this implies I have a user and a project problem potentially in that case? Re: Run VBscript from keyword testThat worked..thanks a lotRe: Run VBscript from keyword test You will never guess... I cracked it.. I think it was simply down to some testcomplete saving weirdness..I logged on tonight to get you the script - made no changes to it and tried to add as a run script routine again and the item was selectable and I have successfully run it - no issues! :) I am also puzzling over the way to reference data driven keyword test variables from within the script. I am guessing the format would be something like MyProjectName.Variables.dtVar.ID Meaning the ID from the data driven layer variable within the project called "my project name"? or very similar? thanks a lot phil Re: Run VBscript from keyword testIn fact. I wonder if I have just left some specific code out of the vbscript that allows the script to be selectable from run code routine in test complete ?Re: Run VBscript from keyword testThanks for your reply. But when I try to use run script routine, I have the message... "there is no appropriate test to choose" The code I am trying to run is intended to not be a test actually, but update an excel sheet with test results..(when I figure out how to reference keyword test variables from a DDL I am using from within a script). So I basically just need to be able to call this script from within the keyword test at a point of my choosing. Thanks PhilRun VBscript from keyword test Hi, I have looked everywhere and I guess this is something simple I cannot find. I have a VBscript that I am able to run by using the "Run Current routine" button that appears when I double click on my script unit. I want to be able to run this from a Keyword test directly.. I have experimented with trying to call from a code snippet and also trying to use "Run Script routine" and receive "there is no appropriate test to choose" I have tried to add the script as a test to test items, but cannot seem to get my vbscript selectable form the list of tests. Can someone give me a quick pointer/screenshot please? I am new to vbscript as well which probably isn't helping. thanks a lot phil