Is there any java based automation tool for api testing [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I would like to automate some of the webservice testing by using java. Is there any opensource available in market. As long as I known about Apache AXIS which can automate webservices. But I didn't get clear details about it. like where I should start. Please share some source material for learning purpose.

I just came across XML Messaging tool for api testing, and the below site is helped me to achieve what I want.
http://www.inf.fu-berlin.de/lehre/SS03/19560-P/Docs/JWSDP/tutorial/doc/JAXM.html
however, you may share your experience.

Related

I want to create a java application on intellij idea and integrate it with only office [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 23 hours ago.
Improve this question
So i want to create a java application in intellij and want to integrate it with onlyoffice but i can't seem to find any proper tutorials to do it can yoy please help maybe write some steps on how can i approach the problem??
Develop a standalone application which integrates with Only Office and DocuSign and covers the following use cases
Ability to generate asset request using a respective form that generates PDF based on the UI input controls.
Here is the thing i am required to do any help will be appriciated

Graph database for JavaEE [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I would like to create CMS in JavaEE. I want use graph database. Which graph database is good for this purpose? What do you recommend? I seek free/open source graph database.
I can personally encourage you to use neo4j - http://neo4j.com/. It's new, quite simple, easy to use on Java and has quite good documentation. Although be aware of some minor issues (like an application crashing occasionaly when used heavily).

REST server framework for Android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am working on an embedded device which has Android OS on it, Its not a smartphone. I need to write a webserver in android for which I am using iJetty. I am planning to have service expose as REST webservice. For this I am looking at light weight REST server framework that I can use inside by apk file.
I did some research and found Restlets for Android
Do you know of any good light weight REST server framework that you would like to recommend?

Looking for a blog engine to use with Google App Engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for a blog engine or a framework for implementing a simple blog in Java. The application should be deployable on the Google App Engine platform.
Are there any suggestions?
You should definitely check out vosao. I'm using it some time and it's really great.
Check out bloggart
https://github.com/Arachnid/bloggart
And use it together with https://github.com/garethr/appengine-image-host
To upload photos for your blog post.
It gets very frequent updates contributors. I'm using it for my own website.
http://honcheng.com

Looking for a Java fuzzing library or fuzzer tool with a good API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Are there any fuzzer libraries out there for Java?
I'd like to sprinkle fuzzing capabilities into existing Java web-based automated integration tests. I've done a lot of searching but I'm coming up empty for a library that supports HTTP/S. There are a lot of Python tools, but I'd like to stick with Java since that's what the programmers are using.
JBroFuzz essentially has the fuzzing capabilities I need, but I need an API and they haven't released one yet.
A quick search turned up the javafuzz library.
The people with JBroFuzz have made it possible to use it as a library:
http://www.owasp.org/index.php/OWASP_JBroFuzz_Tutorial#How_to_Use_JBroFuzz_as_a_Fuzzing_Library

Categories

Resources