Tagged Questions
3
votes
3answers
170 views
Automation Testing web services
I work for a Midtier team & I've been pretty much testing web services Manually using SOAP UI. I got a task of getting the regression testcase to be Automated. We dont have any Automation team ...
0
votes
1answer
104 views
soapUI DataDriven Test Fails On First Run
So I have the following request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<ns2:GetFacilityRequest ...
0
votes
0answers
103 views
How can I configure TestRequest properties through script in SoapUI?
Can anyone please tell me how to configure Username and Password properties for a TestRequest present under every TestSuite -> TestCase -> TestStep?
Thank you
0
votes
0answers
158 views
read parameter from file for HTTP request in SOAP UI
I have more than 400 test cases in SOAP UI, and now component have additional feature so i have to add 3 more parameter to each test case (HTTP request).
Is there any ways to just add any simple ...
0
votes
1answer
527 views
How can I work with datasource with Excel using groovy in Soapui Pro 4.5.0?
I have worked with Datasource with Excel file in SoapUI Pro 4.5.0 tool. Its working fine while doing manually in SoapUI Pro 4.5.0 tool. But I need to execute this process through the script (Groovy). ...
1
vote
1answer
2k views
How do I start automation using groovy script in soapUI Pro?
I'm new SoapUI Pro with automation. With the help of the SoapUI Pro tool, I have tested only request and response for the service so far. If I want to automate this process by writing script using ...
0
votes
1answer
513 views
how can I get the response from JSON format using script?
I'm using SoapUI Pro 4.5.0 and also a beginner for this tool. I need to get the value from the response (JSON format). Can anyone give me sample code for this?
Note: I'm using the REST based service ...
5
votes
1answer
2k views
SoapUI API: WsdlProject unable to load a 'composite' project
We are using SoapUI's APIs for running automatic tests during our build.
I tried changing our project to be a composite project ( meaning it is not a single XML file but a Directory with a ...
0
votes
2answers
896 views
Can I use SOAP UI tool for web testing which do not have any web service
I have to use SOAP UI tool for my new project. I do not have any details about its functionality and use. So can I use SOAP UI tool for web site which do not have any web service. Is there any web ...