Tool « 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 » Tool 

1. Replacing QuickTest Professional (QTP) -- I need a tool to test Java Applications    stackoverflow.com

Right now, I'm testing a Java Application with QTP (really expensive software). I decided to move my web application testing to Selenium (using Java) and I was wondering if there were ...

2. Are there tools that log user actions to help reproduce bugs?    stackoverflow.com

As a test engineer, I often engage in exploratory testing. When I encounter a bug, it is not always immediately clear which steps led to the problem. So, obviously, I have ...

3. Tool for testing using parameter permutations    stackoverflow.com

I remember there existed a testing program/library that will run your code and/or unit tests, creating all kinds of permutations of the parameters (null values, random integers, strings and so on). ...

4. Can jmockit be used as a independant development tool for incremental developement    stackoverflow.com

I am trying to use Jmockit API for indepentant use with out any framework for our incremental development. But I am not able to initialize the proxy for mocked class So I have ...

5. java web UI testing tool, something that converts DOM to objects?    stackoverflow.com

is there a java UI testing tool (web) that converts the DOM into a java object of sort? So I can do something like:

browser.GoToPage("google").FindButton("search").click();

6. Software Testing Tools - for java    stackoverflow.com

Can someone list me 5 good softwares for "Software Testing" in java projects? I need to study 5 of them, what do you recommend?

7. Tool used to retrieve code metrics in xUnit Test Patterns?    stackoverflow.com

I'm reading xUnit Test Patterns by Gerard Meszaros. On one of the pages he refers to some software metrics:

While the need to wrap lines to keep ...

8. Cheap Flex/Java test automation tools without changes in code?    stackoverflow.com

I was wondering if there are any open source test automation solutions for flex/java projects that do not require any changes in code. Ideally, I would like to be able ...

9. what are nowadays tools to improve, automation and simplifiest build and versioning software    stackoverflow.com

I'm writing application(s) in Java. I use mainly Eclipse, maven. Is it worth tu use svn if only one person (I) work now on project? Svn repository/server should be on my ...

10. Is there a DSL for tools like FindBugs/PMD?    stackoverflow.com

I'm looking for a DSL that helps to find problematic patterns in (Java) code. It should allow to build tools like PMD and FindBugs very quickly ...

11. SHA in Java and testing tool    stackoverflow.com

My company has project that use Java & SHA as the algorithm to encrypt the password MessageDigest md = MessageDigest.getInstance("SHA"); QA should use which tool to test this SHA algorithm. I search on ...

12. Java tool for testing private methods?    stackoverflow.com

There are different opinions on the meaningfulness of testing of private methods, e.g., here and here. I personally think it makes sense, the question is how to do it ...

13. Documentation tool that allows building documentation from tests    stackoverflow.com

I have made a couple dozens of tests for a legacy system I was handed over. They generally test/describe some high level feature of the system, and I generally include in the ...

14. Java tools to deploy and test in Windows/Linux machines (Continuous Integration)    stackoverflow.com

I'm trying to build system tests into Jenkins. The trouble is I need to test distributed deployments where the multiple instances of the software under test automatically connect to each other. ...

15. Tool to document differences between two different versions of an application    stackoverflow.com

I need to document the visual differences between two different versions of a Java program. This involves clicking on an element in the old version, then clicking on the same element ...

16. Testing Tool!!    coderanch.com

17. Testing tools for web-based apps    coderanch.com

18. Using the Main method as a testing tool    coderanch.com

I think what they are saying is just that you can use the main method as a way to test your public methods or other classes as a harness. Since the main method is a static argument it can be seen by the entire program and thus is the engine for the entire program. For instance, say you wrote a program ...

19. Simple test tool for functions    coderanch.com

20. Tracker sound tool - test results required    forums.oracle.com

Huh.. Your comment (combined with the delay since I first posted) underlined that this was not necessarily the best forum for my 'does it work/fail' query. I think I should have sent it to either Java Programming (for the more techy people) or maybe New to Java, to hopefully try and snag a couple of newbies into giving some test results. ...

22. Java Test Integration Tool    forums.oracle.com

In my company, we have a software product in both Java and shell scripting functionality. I want to be able to automated the testing for both of them. So do you guys know about testing tool that can automated this? By the way, I did some research as well and I found Jete test tool that uses Ant and Spring framework ...

23. Which Test Tool do you use?    forums.oracle.com

What do you mean by "test"? If you want to test that code does what it should, JUnit's pretty good, and not hard to use once you get into the habit of writing unit tests. Used properly, it actually makes development a lot easier. I'd persevere with that if I were you As for monitoring memory, what do you mean by ...

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.