InCisif.net 1.4 Released

InCisif.net is an automation tool designed to implement client-side functional testing of web applications under Internet Explorer 6 or 7, using languages such as C#, VB.Net or IronPython.

InCisif Software Released InCisif.net 1.4

Comments

  1. Hi,
    Is it same as java programming?


    Pramod Kumar
    http://seopramod.googlepages.com/

    ReplyDelete
  2. .NET programming is not entirely dissimilar from Java programming - but defintiely not the same.

    Code runs on the .NET virtual machine (the CLR - Common Language Runtime) instead of the JVM (Java Virtual Machine) that Java code runs on.

    This means that you have different libraries and platform differences. You also tend to use different languages.

    IronPython is good though...

    ReplyDelete

Post a Comment

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger