Results 1 to 2 of 2
- 04-01-2011, 07:59 PM #1
Member
- Join Date
- Apr 2011
- Posts
- 1
- Rep Power
- 0
Posting data to third party web forms and getting results
I'm trying to figure out the best (read: easiest) way to post a query and get the results from this site using Java: ExPASy - Sulfinator tool
A sample query would be to enter the sequence "EFDEYGHMRFG" and hit the submit button. Then I want to parse the results.
It seems like there should be pretty straightforward to do this, but my web skills are abysmal.
Does anyone have any recommendations? I've tried doing a web search, but keep hitting dead end.
- 04-02-2011, 07:40 AM #2
Senior Member
- Join Date
- Nov 2010
- Location
- Delhi
- Posts
- 135
- Blog Entries
- 1
- Rep Power
- 0
I think any functional testing tool for web based application can help you.
Selenium is one such tool. You just need to record test once, then export that test as java test.
When you look at the code, you will get it easily as to what selenium is doing. Just copy and paste the code as many times as you want. In each pasted code you will have to change the input string to your desired value. It will also give you the response after submitting, so that you can analyze it.
Similar Threads
-
Birthday Party Code
By tonyfingures in forum New To JavaReplies: 10Last Post: 09-16-2010, 03:24 AM -
posting results back to parent page
By carag in forum New To JavaReplies: 0Last Post: 07-29-2009, 12:29 PM -
Third party packages
By logicbug in forum New To JavaReplies: 0Last Post: 03-23-2009, 03:05 PM -
How to make online jsp forms from Microsoft word forms in java
By jiten.mistry in forum Advanced JavaReplies: 2Last Post: 04-28-2008, 10:56 AM -
Problem with NTLM ,data not posting to the server
By raviprakash in forum JavaServer Faces (JSF)Replies: 3Last Post: 01-03-2008, 03:33 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks