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.
January 08, 2009, 09:52:15 pm
Username: Password:
Login with username, password and session length

Forgot your password?
 
Latest posts of: Lior Kinsbruner
Welcome, Guest. Please login or register.
January 08, 2009, 09:52:15 pm
Home Help Search Login Register
News: The Forums are up! Welcome to eviware.

  Show Posts
Pages: [1]
1  soapUI / soapUI / Re: Assigning INTERFACE dynamically to a specific TEST CASE on: August 26, 2008, 04:05:37 pm
Hi, I will try to rephrase my topic.

Here are the steps I am doing:
1) Loading through API an existing SoapUI project
2) Defining a new INTERFACE through API
3) Run a test case from the project we invoked in step 1 using the new added INTERFACE from step 2 (and by this Overriding the INTERFACE which was assigned to this test case in the original SoapUI project).

How can I do step 3 through API (Java Code)?

Thanks,
Lior
2  soapUI / soapUI / Re: Assigning INTERFACE dynamically to a specific TEST CASE on: August 25, 2008, 01:43:12 pm
Hi, yes. I created an interface through the API code and now when adding new test case through the API I want this test case to use the added interface. How can I do so? Thanks
3  soapUI / soapUI / Assigning INTERFACE dynamically to a specific TEST CASE on: August 25, 2008, 01:04:33 pm
I managed to add new interface to an existing project. I want to assign this added interface to new tests which I add through a JAVA code (SOAP UI API).
4  soapUI / soapUI / Need to run specific Test Step through JUNIT test on: August 10, 2008, 02:45:19 pm
Hi,
I Need to run specific Test Step through JUNIT and I only saw a way to run a whole Test Case (which obviously has multiple test steps).

This is my code:
assertNotNull("Please set the SoapUI project file", soapUIProject);
        WsdlProject project = new WsdlProject(soapUIProject.getAbsolutePath());
        printProjectTestInfo(project);
        TestSuite testSuite = project.getTestSuiteByName(suiteName);

        TestCase testCase = testSuite.getTestCaseByName(caseName);
        testCase.addTestRunListener(this);

        // create empty properties and run synchronously
       
        TestRunner runner = testCase.run(new PropertiesMap(), false);
        Status status = runner.getStatus();
Pages: [1]


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