Articles : Page 1 of 1

  • BDD web application testing using easyB and Sahi

    BDD web application testing using easyB and Sahi

    Nov 10
    08

    I already talked about the way we are testing our web application at Jobping in the following posts “ASP.NET MVC 2, MSpec and Watin ” and ”Automated functional tests using Watin and MSpec”. The other day I landed on the DZone page “Automated Browser Testing: What's in Your Toolkit?” In the list of around 10 tools I knew some of them but there were 3 I didn’t knew. So I decided to go on and read about those 3. In this list there were Sahi which got me with those three sentences: Powerful R...


  • Application Acceptance Testing

    Application Acceptance Testing

    Jul 10
    15

    Yesterday evening I found a set of Google blog posts talking about web application acceptance testing which reflect Google experience through “Several years of experience across multiple project teams”. This reflect lot of points I brought into our discussions either at Innoveo or Jobping; best practices, screen/page object, dev. language, recording/coding, BDD.. Here are the blog posts: Survival techniques for acceptance tests of web applications (Part 1) Survival techniques for web ap...


  • ASP.NET MVC 2, MSpec and Watin

    ASP.NET MVC 2, MSpec and Watin

    May 10
    19

    The other day I posted about “Automated functional tests using Watin and MSpec” which we do at Jobping as a spike to automate our functional tests on our ASP.NET MVC 2 site. Yesterday evening I was facing an issue in my base class WebBaseSpec which led to really strange side effects. Basically when I was running one unit test alone it was Green, running all or more than one unit test will fail miserably with the well known STA issue of Watin. So I thought that I had an issue with the ReSha...

    • MVC2
    • Mspec


  • 1