Forum Discussion

VitalijN's avatar
VitalijN
New Contributor
15 years ago

Building URLs and Selenium

Hi,

it would be great if it would be possible to create URLs with parts of the response.

For example: I create a product via XML and recieve a response with the productId, than I would like to perform Web TestCase and check if product was created successfully. So I would extract the productId from the response and would create an URL to perform the Web Testcase.

https://www.xyz.de/${#TestCase#productId}/abc/product.html

The second feature request is to integrate a possibility to use selenium testcases in soap UI.

2 Replies

  • Finan's avatar
    Finan
    Frequent Contributor
    On the selenium bit:

    You can already use the selenium rc library (for java) to run selenium from soapUI. (It requires a bit of coding/scripting). Though there is no (afaik) support for Selenium IDE in soapUI.
  • azoudiop's avatar
    azoudiop
    New Contributor
    Can you post a tutorial on what to do to use selenium within soapui?
    I am using the open source version of soapui. Right now i am usin 4.0.1.
    I have been tasked at work to test some REST web services, but part of the services include testing oauth services to authenticate a user and just soap UI is not enough, I need selenium to work along soapUI.

    Assane