Advertisment

New TesterTools – LTAF

Lightweight Test Automation Framework is an integration testing tool, which works by scripting the web browser to perform a sequence of actions against your application’s UI – entering text and clicking links and buttons exactly as a real user would – and then checking that the expected results can be seen in the browser window.

Just in case you don’t know the difference between unit testing and integration testing:

Unit tests work against the API of a particular component in your code.  Ideally, they test only that single isolated unit (hence the name), which allows them to pinpoint any problems exactly where they occur.  Unit testing tools for .NET include NUnit, mbUnit, and xUnit.

Integrations tests combine multiple components.  Typically, they work at the UI level to test that your JavaScript, your HTML, your controller code, your model code, and your database all work together.  Integration testing tools for .NET include Selenium, Watin, and Lightweight Test Automation Framework.

View TesterTools dedicated page for this tool.

Did you enjoy this post?

If so, would you please consider sharing it with the world

Leave a Reply




Vigilant Software Announces Sentry Small Business Edition

0

Comments

Add

Vigilant Software Announces Sentry Small Business Edition

Vigilant Software announces the release of Sentry Small Business Edition, a new edition of its flagship static analysis tool for small businesses. This edition gives greater flexibility to its customers, and introduces powerful analysis tools to a new market.
Providence, RI (PRWEB) August 10, 2010
Vigilant Software announces the release of a new

Janova – Web Based Automated Testing Tool

1

Comments

Add

Janova – Web Based Automated Testing Tool

Janova is a web-based, automated testing tool that speaks in plain English.
The simple to use English-based features allows any user, regardless of technical background, to create and automate tests for web-based applications. Requirements become user-friendly and uncomplicated, while automated testing is quick and easy.
As it is web based, users can access

Impetus launches SandStorm 5.3

1

Comments

Add

Impetus launches SandStorm 5.3

Impetus Technologies (www.impetus.com), an award-winning software product engineering company, serving leading technology companies, to develop innovative software products, today announced the release of ‘SandStorm 5.3’, a feature-rich version of its automated performance testing tool.
SandStorm, Impetus’ automated performance testing tool, is being continuously enhanced with new functionalities with a greater value.

Automation Anywhere Launches Testing Anywhere version 6.5

1

Comments

Add

Automation Anywhere Launches Testing Anywhere version 6.5

Automation Anywhere (www.AutomationAnywhere.com), a global leader in automation software,  announced the newest version of Testing Anywhere. Testing Anywhere first launched in December, 2009 and is being adopted by large system integrators and other software development teams looking for significantly better efficiencies and quality around automated software testing.
“We’ve been using

AppLabs to Speak at the Plenary of STEP AUTO Event: Conference on Software Test Engineering Process and Automation

0

Comments

Add

AppLabs to Speak at the Plenary of STEP AUTO Event: Conference on Software Test Engineering Process and Automation

A event worth attendening if you live in  asia that is the STEP AUTO Conference to be held in Gurgaon India on 9th July, 2010. Featuring AppLabs, the world’s largest software testing and quality management company , Kalyana Rao Konda, Vice President for Technology Vertical and Process function at AppLabs, will be the plenary speaker

T-Plan Announces Support for Safari 5

1

Comments

Add

T-Plan Announces Support for Safari 5

If you’re looking a company that leads the way in test automation you should seek out T plans robot enterprise automation software testing tool.
Screenshot of  Safari 5

Released recently, the tool supports Apple’s Safari 5 web browser adding to the already extensive list of web browsers  including Firefox, Google Chrome and Microsoft Internet Explorer. Its Robot Enterprise

New TesterTools – QEMU machine emulator and virtualizer.

0

Comments

Add

New TesterTools – QEMU machine emulator and virtualizer.

QEMU is a generic and open source machine emulator and virtualizer.
When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performances
When used as a virtualizer, QEMU achieves near native

New TesterTools – FinalBuilder

0

Comments

Add

New TesterTools – FinalBuilder

Software projects are inherently complex, and creating a software build process can be fraught with errors and oversights. FinalBuilder is a powerful Automated Build & Release Management tool that simplifies software build automation.
By packaging an extensive library of pre-written scripts into a graphical IDE, FinalBuilder equips you to easily define and maintain a reliable build

New TesterTools – Ejb3Unit 3.0

4

Comments

Add

New TesterTools – Ejb3Unit 3.0

Ejb3Unit – out of container EJB 3.0 testing. Ejb3Unit is a JUnit extention and can execute automated standalone junit tests for all JEE or Ejb3 projects. The out of container approach leads to short build-test-cycles, no container deployment is needed
Table of contents. Ejb3Unit – Out-of-Container EJB 3.0 Testing
Download official document of EJB 3.0 unit

New TesterTools – Automation Design Canvas

0

Comments

Add

New TesterTools – Automation Design Canvas

Web Element Abstraction All web page elements targeted for automation in your tests are abstracted out and filed under a specific page/frame in the ‘Elements Explorer’. If there are multiple actions that use the same element, the element is referenced from the “Elem.ents Explorer” instead of being duplicated in the test. This enables one