header
header
Main Menu
Home
Eviware Store
Downloads
Products
News
Forum
Eviware Blog
Search
FAQs
Customer Area
Support
Documentation
Tutorials
CookBook
Downloads
Forum
Login Form
Welcome, Guest. Please login or register.
November 22, 2008, 03:24:15 pm
Username: Password:
Login with username, password and session length

Forgot your password?
 
Latest posts of: omatzura
Welcome, Guest. Please login or register.
November 22, 2008, 03:24:15 pm
Home Help Search Login Register
News: The Forums are up! Welcome to eviware.

  Show Posts
Pages: 1 2 3 [4] 5 6 ... 42
46  soapUI / soapUI / Re: soapui-pro-2.5-beta1 DataGen Step Examples on: October 05, 2008, 12:40:21 am
Hi Sachin,

check out my latest blog-entry at http://www.eviware.com/blogs/oleblog/?p=208 for a walk-through of the possibilities. And please don't hesitate to comment :-)

regards!

/Ole
eviware.com
47  soapUI / soapUI / Re: Interpreting Spaces as against null in String input on: October 03, 2008, 10:14:41 pm
Hi,

oh, sorry, my fault; try changing the method declarations in the code to use WsdlRequest instead of Request as the request argument type (in the com.eviware.soapui.impl.wsdl.submit package)..

does that help?

regards!

/Ole
eviware.com
48  soapUI / soapUI / Re: Adding assertions to TestRequest dynamically using Groovy on: October 03, 2008, 10:07:45 pm
Hi!

use the XmlUtils.declareXPathNamespaces( String xmlString ) method, which will return the namespace declarations for all namespaces used in the specified xml string.

regards,

/Ole
eviware.com

49  soapUI / soapUI / Re: Interpreting Spaces as against null in String input on: October 03, 2008, 09:49:01 am
Hi again,

after restarting soapUI, do you see the following message in the soapui log:

Adding listeners from [...\bin\listeners\demo-listeners.xml]

?

regards,

/Ole
eviware.com
50  soapUI / soapUI / Re: Inline Attachements don't work on: October 02, 2008, 11:42:37 pm
Hi,

this is unfortunately a known issue with the WSDL validation; it doesn't expand inline attachments before validating.. it's on our list for fixes though.. sorry for the inconvenience..

regards!

/Ole
eviware.com
51  soapUI / soapUI / Re: Interpreting Spaces as against null in String input on: October 02, 2008, 11:41:14 pm
Hi,

hm, are you running from SVN or the latest build? This is nothing to worry about, it just says that the demo-listeners.xml file specified a listener that isn't available..

regards,

/Ole
eviware.com
52  soapUI / soapUI / Re: Adding assertions to TestRequest dynamically using Groovy on: October 02, 2008, 11:39:25 pm
Hi!

sure, just get hold of the assertion and set its name property;

testCase.testRunner.testSteps["Request 1"].getAssertionByName( "My XPath Match" ).name = "..."

regards!

/Ole
eviware.com
53  soapUI / soapUI / Re: Workings of run TestCase step on: October 02, 2008, 11:37:49 pm
Hi!

just to make sure; are you actually transferring the username/password TestCase properties in the authenticate TestCase to the corresponding username/password in the requests where you want to use them (using a Poperty-transfer)? (Just because they are named the same doesn't mean they will automatically get each others values..)

regards!

/Ole
eviware.com
54  soapUI / soapUI / Re: Can a Test Coverage reflect elements covered by groovy script? on: October 01, 2008, 09:58:19 pm
Hi Sachin,

thanks, I'm working on it :-)

regards!

/Ole
eviware.com
55  soapUI / soapUI / Re: datasource option - restart shared not documented in manual on: October 01, 2008, 08:44:55 pm
Hi again,

I've create a blog-entry that tries to explain this in little more detail when used with LoadTests, have a look at http://www.eviware.com/blogs/oleblog/?p=194 and please feel free to comment, question, etc..

regards!

/Ole
eviware.com
56  soapUI / soapUI / Re: Creating Propertiues at the Project level... on: September 30, 2008, 08:02:22 pm
Hi,

you can always navigate back "down" the tree with either xXCount/getXXAt/getXXByName methods, for example testSuite.testCaseCount / testSuite.getTestCaseAt( ix ), or XXs[name], for example project.testSuites["TestSuite 1"]

You can get the workspace with project.workspace and then another project with getProjectByName.. A complete example:

testCase.testSuite.project.workspace.getProjectByName( "Project 3" ).testSuites["TestSuite 3"].getTestCaseAt( 2 )

One thing to know is that there is no workspace when running tests using the command-line runners, so project.workspace will return null.

Hope this helps!

regards,

/Ole
eviware.com
57  soapUI / soapUI / Re: Creating Propertiues at the Project level... on: September 30, 2008, 12:39:18 pm
Hi Dezzz,

sure, to set a property all you need to do is call the corresponding setPropertyValue, ie

testCase.setPropertyValue( name, value )

or

project.setPropertyValue( name, value )

if the property doesn't exist, it will be created first. Depending on from where you are doing this, access to the object model differs. For example from inside Groovy Script TestStep, you would do

testRunner.testCase.testSuite.project

to get the project. Let me know your specific context and I'll help you forward!

Also, you can set global properties with

com.eviware.soapui.SoapUI.globalProperties.setPropertyValue( name, value )

(since 2.5 version)

Hope this helps!

regards,

/Ole
eviware.com
58  soapUI / soapUI / Re: load test with SOAP request having variable parameter on: September 29, 2008, 11:49:14 am
Great!

be sure to report any issues you may have!

regards,

/Ole
eviware.com
59  soapUI / soapUI / Re: load test with SOAP request having variable parameter on: September 28, 2008, 09:07:29 pm
Hi Devara,

If you are willing to use the 2.5 beta version, you can use the new inline-scripting possibility as described at http://www.eviware.com/blogs/oleblog/?p=6, otherwise your property-transfer should work providing that the property it transfers has a unique value. How are you generating it now?

regards!

/Ole
eviware.com
60  General Category / eviware general / blog is up! on: September 27, 2008, 12:46:14 pm
Hi all!

to "celebrate" the 2.5 beta release (http://www.eviware.com/content/view/128/1/), I've finally started a blog which will be mainly focused on soapUI related subjects (announcements, tips&tricks, tutorials) and industry news/discussions. Have a look at http://www.eviware.com/blogs/oleblog/ and please feel free to comment, suggest and complain!

regards!

/Ole
eviware.com
Pages: 1 2 3 [4] 5 6 ... 42


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
header header
header
header