Tagged Questions
0
votes
1answer
150 views
Selenium and Soap UI automation for REST and JSON web services
I have to do JSON web services automation. Can you suggest what is the best approach for this scenario. Every think I tried to depict on image.
Can you please let me know what are the best tools ...
0
votes
0answers
100 views
how to do webservice automation test with selenium java or soap ui
I have to do web services REST automation testing.
We are using APIGEE and WCS.
Scenario: Requests come from tablet , iphone, ipad,website to Apigee as a REST requests and it sends to WCS . WCS ...
0
votes
0answers
254 views
Automate SOAP UI load testing
I recently started with SOAP UI load testing. Presently i am using its GUI mode but now i want to make the entire process automatic. Using loadtestrunner.bat, i have managed to run specific test case ...
1
vote
2answers
171 views
Data generation for QA tests
This question is kind of general and not very specific.
We have a java project that uses Oracle database. We are currently using SoapUI tool for the QA tests. Each test needs some data to exist on the ...
5
votes
2answers
1k views
Web application testing using FitNesse and soapUI - any best practice on test management and maintainability?
To all test automation experts :-) ! I'd like to hear your opinions on the following scenario:
There is a web application that I need to test. I have to run back-end tests on the server and front-end ...
2
votes
1answer
459 views
Xpath validation fails on automated test with maven / soap-ui plugin
We are using soap-ui for writing some web-services tests.
I put this xpath validation in one of them:
count(//mynode) > 1
This is working fine while executing from SOAP-UI software, but when ...
1
vote
2answers
152 views
Load testing tools with dynamic input support
I'm trying to find a suitable load testing tool for my web application that invokes the web methods defined in a WSDL file.
I tried using soapUI, which is a great tool. I was able to accomplish most ...
0
votes
1answer
435 views
How do I add a SOAP template from XSD in soapUI when XML extension is in place?
I need to make a large number of SOAP test cases to automate the testing process of an application.
Currently, the architecture requires that a single "generic" SOAP method is invoked with an object ...
0
votes
1answer
43 views
Error on asserts coming from the database
When I run the test cases inside soapUI, everything works fine. But when I'm running the tests inside jenkins, the assertions fail as you can see in this gist.
I am not having issues when connecting ...
0
votes
3answers
3k views
Create request with SOAP ui
Is it possible to create soap ui request with data ? right now I know how to create new request which gives you template what you should send to your webservice (which is read from you wsdl), is there ...
3
votes
2answers
3k views
Is there a way I can run all my SoapUI test suites at once, if they are under different projects?
On my SoapUI Workspace, I have several Projects.
Each one of these may contain one or more test suites, with several test cases
It is quite time consuming to expand each project, then open up the ...
1
vote
2answers
1k views
Good tool to test WCF service (not SOAP/HTTP webservice)
I recently found SOAPUI and discovered that it is just a great tool for testing any SOAP/HTTP service. Conventionally, we have been developing our own driver to test our services (WCF based netTCP ...