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 23, 2008, 03:13:43 pm
Username: Password:
Login with username, password and session length

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

  Show Posts
Pages: [1] 2 3
1  soapUI / soapUI / Re: soapUI + PushToTest on: February 19, 2008, 03:33:57 pm
Hi Samo,

actually you can do it now. The current release of PushToTest comes with soapUI installed and this is the way we see it being in the future as well.

go to PushToTest and try it! There is also a lot of good aditional info for the Web Service Test Community.

www.pushtotest.com

As you suspect it's an integration where we share the artifacts (soapUI Project files)

/niclas
eviware.com
2  General Category / eviware general / Re: soapUI + PushToTest on: February 19, 2008, 03:32:52 pm
Hi Samo,

actually you can do it now. The current release of PushToTest comes with soapUI installed and this is the way we see it being in the future as well.

go to PushToTest and try it! There is also a lot of good aditional info for the Web Service Test Community.

www.pushtotest.com

/niclas
eviware.com
3  General Category / eviware general / Re: Support for SoapUI Pro on: February 13, 2008, 12:30:30 am
Hi!

I'll answer the questions in order to the best of my abilities:

Support.
Support is available through the forums or by e-mail. In the license we do not supply personal support unfortunately, that would make the license considerably more costly, but through partners you can purchase gold support packages. We are also known to be generous to customers who buy a number of copies  Smiley. We'd like to think that our support is pretty good and we are dedicated to delivering support so good it makes you want to want to extend the license for another year.

Bug fixes
We'll give you a totally honest answer here. If the bug is considered less than critical, you will probably have to wait a few weeks. But if a bug is considered critical we will work with you to get it fixed within a week, often less. What we hope to get from you is a kind of acceptance testing or a confirmation that the solution worked. This fix will be delivered by mail or available by ftp. We will occasionally (twice this year) release minor releases containing bug fixes and minor updates, as we will release betas and snapshots. The last snapshot was November 20:th and since then we have released two betas, minor fixes, one major release and two minor releases. While we do not strive for that kind of breakneck pace, soapUI releases will be more fluent than general software. This due to us being test driven developers ourselves. Ours software downloads page is here http://www.eviware.com/content/blogsection/12/58/

The subscription based model.
Yes, soapUI is software as a service. We will not leave you out to dry though. What happens after a year is that support expires as well as the Commercial editing functionality in soapUI Pro will stop working. You can however still run any tests created in soapUI indefinitely both within the graphical interface without a license and from our server runners. Tests can be edited from our Open Source Version of soapUI. This means your tests will always work.

Sales Representatives
Certainly! We always love hearing from the Web Service Community. Even if you choose not to buy our product the experience is always rewarding. (That sounded cheesy didn't it? But I meant it, it's exciting, we learn so much from you guys). Send an e-mail to me (niclas(at)eviware.com) and we'll get a conversation going and set up a call as well if you'd like to.

niclas
eviware.com
4  soapUI / soapUI / Re: Create a Testcase Report with more Content on: January 24, 2008, 01:33:53 pm
Hi Juergen,

No sorry, we do not have any functionality like that today. We are however painfully aware that reporting is lacking in general and are looking into what reporting functionality we should or could be adding to the April release.


/niclas
eviware.com
5  soapUI / soapUI / Re: Personal Pro vs. Commercial Pro -- only 'Support' is difference. on: November 29, 2007, 02:26:57 pm
Hi!

I'll look into how to update the pages. Basically there are few differences:

1) Functionality. Exactly the same.
2) Use. By strict definition Pro is for companies, Personal is for people.
3) Support. That's really the 200$ extra. Personal licenses do not get support, or have to make do with the support in the soapUI and SourceForge forums.

So we should make it REALLY clear that the only differences are the two above. Sorry about the miss in communication, our thoughts are clear, but our words are muddy.   Tongue

There also is a third license...
If it is for Open Source Projects, send us an application and you could recieve one for free.
http://www.eviware.com/content/view/44/7/.

You are of course always welcome to buy a license. Smiley

/niclas
eviware.com
6  soapUI / soapUI / Re: java.lang.NullPointerException: Cannot get property: value on null object on: November 27, 2007, 11:48:20 pm
The answer to the other parts.

1) Yes, there are example projects to be downloaded from the Downloads sections in the Customer Area

http://www.eviware.com/content/blogcategory/34/45/

2) If i understand you right you want to take the value of one element in a response and transfer that to an element in another request?

There's easier ways to do this than Groovy, namely PropertyTransfers and PropertyExpansions. Example on how to use both is included in the soapUI installation. Look in the folder that soapUI is installed in, there's a sample project file there containing examples on what you're looking for.

Look at
Code:
Simple Login and Logout w. Properties Steps
for a PropertyTransfer example and
Code:
Simple Login and Logout Property Expansion
for an example of PropertyExpansions. Remember to start the MockService before running the tests. Look at http://www.soapui.org/gettingstarted/sample-project.html for more info on the sample Project, there's even a movie on about how to use it.

/niclas
eviware.com
7  soapUI / soapUI / Re: java.lang.NullPointerException: Cannot get property: value on null object on: November 27, 2007, 11:38:06 pm
Just one small question,

Have you run the step the script is referring to (Groovy Script)?

This happends to me a lot; if I don't run the step it is referring to there is nothing for the script to point at at
Code:
def textNodes = node["soapenv:Body"]["sam:getContactInfo"]["String_1"][0].children()
.

Hence the nullPointerException.

/niclas
eviware.com
8  soapUI / soapUI / Re: Test Cases on: November 20, 2007, 09:28:03 pm
Hi,

The actual documentation is here, http://www.soapui.org/userguide/functional/datasourcestep.html but there also is a tutorial here http://www.eviware.com/content/view/76/48/o f how to use datasources. That tutorial has Groovy as a DataSource, but the general principle is the same.

There also is a example project file for download here http://www.eviware.com/content/blogcategory/34/45/.

/niclas
eviware.com
9  soapUI / soapUI / Re: relative path for txt Files to be loaded from in Properties Step on: October 02, 2007, 11:18:11 pm
Yep, there is a tutorial for the use of realtive to the the working directory here

http://www.eviware.com/content/view/51/44/, but you are right that relative to the project file might be better.

/niclas
eviware.com
10  soapUI / soapUI / Re: Configuring soapUI on: September 19, 2007, 03:55:23 pm
If you're up and running, I'm happy.   Smiley

You're welcome back with any questions. We have forums both here and at

http://sourceforge.net/forum/forum.php?forum_id=494205 which is the main forum for the Open Source version of soapUI.


/niclas
eviware.com
11  soapUI / soapUI / Re: Configuring soapUI on: September 19, 2007, 11:01:58 am
Hi,

There always is a step to move from Manual Testing to Web Service testing, the thing I've noticed to be the most difficult is moving into working in the Abstract world of web services. Software testers in general  finkd that easy, but coming from manual testing it is kind of hard. Don't give up though, it will come to you.  Smiley

I don't know what Opeerating System you are using, but if you're a windows user, you should be able to download the installer, install, and run soapUI, simple as that. So the answer to the questions are:

1) Nope, no server is needed.
2) There is no need to set it up. It is an application that should run all on its own.

So, here is  my suggestion;
1) download either soapUI Installer from
http://sourceforge.net/project/showfiles.php?group_id=136013&package_id=163662
OR
the Pro Trial version from http://www.eviware.com/component/option,com_wrapper/Itemid,41/.
2) Install it.
3) Start soapUI from the startmenu or from the desktop icon.
4) Follow etiher the getting started tutorial http://www.soapui.org/gettingstarted/index.html
or use the included Sample project . Actually the last one might be a good starting point if you're not technical.
5) If you have troubles getting it started just come back with questions. We're here  Smiley

/niclas
eviware.com
12  soapUI / soapUI / Re: CSV with multiple worksheet on: September 14, 2007, 08:46:31 am
Hi Franky,

that is because that forum is a support forum for soapUI Pro Customers only. As a valued customer you will get access the the commercial forums, e-mail support, tutorials and more.

However, I've upgraded the account and you should be able to access the forum for a week. Give me a yell if it doesn't work, and I'll sort it out.

Enjoy!

/niclas
eviware.com
13  soapUI / soapUI / Re: CSV with multiple worksheet on: September 13, 2007, 10:25:53 am
Small clarification, this is a soapUI Pr only feature.

Since this is posted in the "regular" soapUI forum, I do not think you have soapUI Pro.  If you haven't tried it you're welcome to get a trial license and download the snapshot.

/niclas
eviware.com
14  soapUI / soapUI / Re: handling session in response on: July 26, 2007, 02:08:07 pm
Ok, this is my personal way of doing it.

Since I'm not that fond of the XML parsing in Groovy (read: because I'm lazy),  I would make a Properties Step containing properties for these:
Request PostCode
Response PostCode

I would then move them into the properties step using a Property Transfer like above (only now into the Properties Step) and the accessing the Properties Step from Groovy.


Code:
def step = testRunner.testCase.getTestStepByName( "Properties" )
step.getPropertyValue( "Request PostCode " )
step.getPropertyValue( "Response PostCode " )


In Pro it is simpler to use Grovy and I would use the GroovyUtils like this:

Code:
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
 
def respHolder  = groovyUtils.getXmlHolder( "GetUKLocationByPostCode#Response" )
def reqHolder  = groovyUtils.getXmlHolder( "GetUKLocationByPostCode#Request" )
 
reqpHolder.getNodeValue( "//web:GetUKLocationByPostCode/web:PostCode"))
resppHolder.getNodeValue( "//web:GetUKLocationByPostCodeResult/Table/PostCode"))
15  soapUI / soapUI / Re: handling session in response on: July 26, 2007, 10:39:32 am
One more thing,

if you are using the soapUI Pro trial, this is even easier. To the right of the Property Drop Down, there is a button that lets you choose which element you want (in your case sessionID) and it will generate the XPath for you.

This is Pro only though...
Pages: [1] 2 3


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