header
Main Menu
Home
Eviware Store
Downloads
Products
News
Forum
Search
FAQs
Customer Area
Support
Documentation
Tutorials
CookBook
Downloads
Forum
Login Form
Welcome, Guest. Please login or register.
September 07, 2008, 09:49:30 pm
Username: Password:
Login with username, password and session length

Forgot your password?
 
Latest posts of: Manoj
Welcome, Guest. Please login or register.
September 07, 2008, 09:49:30 pm
Home Help Search Login Register
News: The Forums are up! Welcome to eviware.

  Show Posts
Pages: [1] 2
1  soapUI / soapUI / Asynchronous web service testing on: August 22, 2008, 03:45:13 pm
Hi,

Would you please suggest how to do the asynchronous web service testing in SoapUI-Pro?

I am using a WSDL which in return gives no response.

How can I test that?
2  soapUI / soapUI / Asynchronous WSDL test on: June 09, 2008, 02:54:14 pm
Hello,

How do I test asynchronous services through soapUI?
I have WSDL which is asynchronous in nature(no result found).

How do I test that?

Regards,
Manoj
3  soapUI / soapUI / Re: https on soapUI-Pro on: April 08, 2008, 10:39:12 am
Hi Ole,

It is working now with correct certificate.

Thank you so much.
4  soapUI / soapUI / Re: https on soapUI-Pro on: April 04, 2008, 05:23:07 am
Thank you for your quick reply. I am getting SSLhandshakeException error.
5  soapUI / soapUI / https on soapUI-Pro on: April 03, 2008, 01:15:59 pm
Hi,

How can I test the https and SSL using soapUI-Pro?
6  soapUI / soapUI / soapUI-Pro integration with Quality center on: March 31, 2008, 05:11:19 am
Did new version of soapUI-Pro has integration with Quality center?
7  soapUI / soapUI / Re: Using data of same/diff test suite values in diff teststeps on: February 01, 2008, 01:00:06 pm
Thank you so much Ole,

8  soapUI / soapUI / Re: Using data of same/diff test suite values in diff teststeps on: January 31, 2008, 07:22:00 am
Hi Ole,

Thanks for your quick reply. I am using 1.7.6 version of soapUI.
I had done the above and able to do a property transfer in the same step by cloning the operation of diff test case to the same testcase.
But in the property transfer source step of test case1 , I can not find the property created in the test case2 or vice versa.
Is there any groovy that can solve the problem?
9  soapUI / soapUI / Using data of same/diff test suite values in diff teststeps on: January 30, 2008, 01:20:32 pm
Hi,

I want to use the out put(result) of one teststep1 as input of another teststep2 in the same test suite or in different test suite.
Is it possible through soapUI-Pro?
Ex- say I have temperature conversion wsdl which does 2 operations.
1- Conversions from Celsius to Fahrenheit
2- Conversions from Fahrenheit to Celsius.
Say In 1st operation I provided 10 and got 50 as response.
In the 2nd operation I should use 50 to get 10.
Is there any aoutomatic way the 2nd operation will take the 1st operation's out put value as input parameter to it?

10  soapUI / soapUI / Re: Execute all Teststeps of the Testcase with Testrunner on the command line on: January 25, 2008, 07:07:15 am
Hi ,

I hope you can try with the options -c (Test case) and -s (testsuite) option.

Hope that helps..
11  soapUI / soapUI / Field is missing for blank data on: January 23, 2008, 05:42:23 pm
I am trying to test some field without any values on it.But soapUI-Pro deletes the filed in the request if no value is provided.
Please suggest how to overcome this.

12  soapUI / soapUI / Re: Adding Property names on Property Transfer by groovy on: January 22, 2008, 06:58:13 am
Thank you.
13  soapUI / soapUI / Re: Adding Property names on Property Transfer by groovy on: January 21, 2008, 06:23:43 pm

Yes how can we add Property transefer dynamically?
14  soapUI / soapUI / Re: Adding Property names on Property Transfer by groovy on: January 21, 2008, 06:34:35 am
Hi,

I am able to add to the properties step. But could not able to add to Property transfer step.
15  soapUI / soapUI / Adding Property names on Property Transfer by groovy on: January 18, 2008, 05:44:36 pm
Hi,

I am trying to add propety names to the property transfer step through groovy taking property names from a file . But failed. Huh

Please help me on this. Below is the code...

// read the file
def properties = new java.util.Properties();
properties.load( new java.io.FileInputStream( "C:\\def.txt" ));
System.out.println("File was found........");
def targetStep = testRunner.testCase.getTestStepByName( "Property Transfer" );

//def names = properties.propertyNames();
def names = [];
names =  properties.propertyNames();

while( names.hasMoreElements() )
{
 def name = names.nextElement();
 
targetStep.addProperty( name ) ;

}

Pages: [1] 2


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