2

I recently began to use the NexusLight, a functional test automation framework. Are there more frameworks that does a similar job?

Related question: End-to-End application testing from a users standpoint

1
  • Have a look at this question as well. Commented Nov 15, 2008 at 21:39

6 Answers 6

1

I haven't really looked into NexusLight but I think InCisif.net is supposed to provide a functional test framework as well. You could look into it.

Sign up to request clarification or add additional context in comments.

1 Comment

Looks nice! I'm going to download and evaluate it.
1

I test asp.net web apps for years and the only tool I use is Watir.

Comments

1

VSTT 2010 should be a good bet if you are looking for functional test automation. Web Services Testing, UI testing, Biztalk testing and Data Driven Testing Support. Please look at VSTT - http://msdn.microsoft.com/en-us/library/ee338734(v=vs.90).aspx

You can also try VSTT - http://blogs.msdn.com/b/slumley/archive/2009/05/28/vsts-2010-feature-enhancements-for-web-test-playback-ui.aspx

Telerik Test Tools - http://www.telerik.com/automated-testing-tools.aspx

Visual Studio UI Test Extensibility–Scenarios & Guiding Principles - http://blogs.msdn.com/b/mathew_aniyan/archive/2011/03/28/visual-studio-ui-test-extensibility-scenarios-amp-guiding-principles.aspx

VSTS Web Test Step-by-Step Primer - http://blogs.msdn.com/b/jimmymay/archive/2009/02/23/vsts-web-test-step-by-step-primer-7-minute-video-by-microsoft-a-c-e-performance-engineer-chris-lundquist-with-copious-notes-screen-shots-from-your-humble-correspondent.aspx

Comments

0

Found this one too:

http://www.automatedqa.com/products/testcomplete/index.asp

Unfortunately it's not free.

Comments

0

Reading a list made by Scott Hanselman, I found these two tools:

From WatiN page:

[...]WatiN (pronounced as What-in) website. Inspired by Watir development of WatiN started in December 2005 to make a similar kind of Web Application Testing possible for the .Net languages.

And from WatiN Test Recorder:

The purpose of the application is to generate code compatible with the WatiN (Web Application Testing In .NET) project.

Comments

0

Have a look at Seleno. It uses Selenium under the bonnet but abstracts all browser automation into Page Objects, which lead to well structured and fluid C# based tests.

It is particularly well suited to ASP.NET MVC, as each Page Object can be strongly typed (using Generics) to an equivalent MVC ViewModel, leading to a consistent relationship between View, ViewModel and Page Object.

Check out some of the samples in the Seleno codebase to see this in action.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.