httpUnit « Tools « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » Tools » httpUnit 

1. Replacement for JWebUnit / HttpUnit    stackoverflow.com

We've used both JWebUnit and HttpUnit in the past to do functional tests of web applications. Both of them seem to have issues in handling javascript. We are not particularly interested ...

2. httpUnit error in java    stackoverflow.com

hello i am using httpUnit and i have the following error

org.mozilla.javascript.EcmaError: TypeError: Cannot find function attachEvent in object [object Image]. ...

3. Seeing the results ofHttpUnitOptions.setLoggingHttpHeaders(true); internally to an HttpUnit project?    stackoverflow.com

My goal is to be able to use HttpUnit to crawl around my webpage and see what is and is not firing in the background... I have gotten it to connect ...

4. HttpUnit form submit    forums.oracle.com

5. HttpUnit problem    forums.oracle.com

Hi All, I am trying to login to the websites using httpunit. But it's able to login only those sites in which the login form has name & id or either of these two as attributes. So i want to know that how to login into those sites in which login forms don't have name & id attributes. Please give me ...

6. HTTPUnit: submitting an online form in Java    forums.oracle.com

"Connection timed out" means what you might think it means. The program tried to connect to the server, but it couldn't, so after a while it gave up. That's called "timing out" in the networking biz. Obvious things to check include whether that's the right URL for the site. And whether your network will let you make HTTP connections outside the ...

7. HttpUnit - call a javascript functin    forums.oracle.com

How can I use it? Can you give me an example? Thks Edit: may be that i have found a solution... There is a mozilla's project, it's name is Rhino, with I can run a javascript function in a java class. Attention, in HttpUnit pakaje you have js.jar, may be that there are some errors and your java code isn't validated. ...

8. testing site with httpunit    forums.oracle.com

9. httpunit error message    forums.oracle.com

10. Response Time is too High in HttpUnit.    forums.oracle.com

Hi thank you for your reply. I want to scrap the data from the Given URL .I found there are many built-in methods which is more helpfull for scraping the daata from any URL including (Login based URL).But the problem is response time is too High.So can u plz suggest any other options to do this ..!!

11. HttpUnit testing    forums.oracle.com

12. HttpUnit Testing error    forums.oracle.com

13. HttpUnit Doubt    forums.oracle.com

Hi, I papread one test case using HttpUnit, every thing is ok. my task is Open one webpage, this page contain un and password, one submit button and three Links, i entered username and password through test case working ok i created another method click one Link that is also ok, in same method i click another Link showing error( means ...

14. HttpUnit    forums.oracle.com

Hi, i want to test one WebPage using HttpUnit, already i used JUnit to test the J2EE application, web application purpose HttpUnit test is usefull. i didn't get detailed material on net. i want to write testcase open webpage enter username and password expecting response of that user information. could any body tell me how to do test with HttpUnit, give ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.