Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. emptee

    Regression testing using Junit

    Bob, your solution is practical for above situation. But what if i need to collect signature (lstat) of a file from remote machine? I need to fire that command (which some method implements) on remote machine and collect result back to my machine.
  2. emptee

    Regression testing using Junit

    Ok great, so using junit is normal practice. Now I have a situation. I am testing a utility (similar to cygwin) which fires unix like commands on remote machine (This utility goes on remote machine fires command and returns). For example it has a 'cp' like command which copies file from one...
  3. emptee

    Regression testing using Junit

    A manual testing process of an application written in Java is to be automated using JUnit and some custom built framework. (I am not talking of unit testing but a regression testing) how feasible is this? Is this a common practice? My next question depends on response of this.
  4. emptee

    Regression using Java

    A manual testing process of an application written in Java is to be automated using JUnit and some custom built framework. (I am not talking of unit testing but a regression testing) how feasible is this? Is this a common practice. My next question depends on response of this.

Part and Inventory Search

Back
Top