slmoloch

Stories kicked by slmoloch

Dealing with persistence in web tests for ASP.NET(slmoloch.blogspot.com)

submitted by slmolochslmoloch(45) 2 years, 5 months ago

Every web site have persisted storage. It can be XML on disk, DB or Key-Value storage, whatever. This aspect brings a lot of troubles while designing Web Tests. The most common example – tests script must login in system with predefined credentials and this credentials should be in storage before test run. read more...

add a comment |category: |Views: 8

tags: another

Design of Selenium tests for ASP.NET: Testing AJAX(slmoloch.blogspot.com)

submitted by slmolochslmoloch(45) 2 years, 5 months ago

When it comes to AJAX, UI tests started to behave unexpectedly. Sometimes they fail, sometimes pass. This article shows how to handle AJAX requests in Selenium tests from ASP.NET read more...

add a comment |category: |Views: 24

tags: another

Autogenerate Page Objects for Selenium tests with T4 templates in .NET(slmoloch.blogspot.com)

submitted by slmolochslmoloch(45) 2 years, 5 months ago

This article shows how to auto generate Page Objects for Selenium in Visual Studio read more...

add a comment |category: |Views: 52

tags: another

Design of Selenium tests for ASP.NET: Page Object and Navigator Patter(slmoloch.blogspot.com)

submitted by slmolochslmoloch(45) 2 years, 5 months ago

Describes how to implement Page Object pattern in Selenium UI tests for ASP.NET read more...

add a comment |category: |Views: 58

tags: another

Refactoring with Visual Studio macros(slmoloch.blogspot.com)

submitted by slmolochslmoloch(45) 2 years, 9 months ago

The article describes technique of refactoring the code with VS macros read more...

add a comment |category: |Views: 15

tags: another

How to run JsTestDriver with Visual Studio(slmoloch.blogspot.com)

submitted by slmolochslmoloch(45) 2 years, 9 months ago

JsTestDriver is a tool which allows to run unit tests for JavaScript in command line. This article provides a way how to integrate JsTestDriver into Visual Studio. read more...

add a comment |category: |Views: 261

tags: another