automatedtester

Stories submitted by automatedtester

Client-Side Profiling with Selenium 2(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 1 year, 6 months ago

This shows how, with the use of Selenium 2, you can create Selenium tests that will collect information about the page and then run metrics on it from PageSpeed or YSlow. The working example in this post has it collecting the information and then showing you PageSpeed score. read more...

add a comment |category: |Views: 26

tags: another

Automating the Capture of Web Timings with Selenium 2(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 1 year, 9 months ago

Capturing load times of pages that you are testing with Selenium 2 using the new Web Timings API that is being built into the browsers. You can use the extension method shown to get this info out of the browsers as more and more support it. read more...

add a comment |category: |Views: 21

tags: another

Creating Selenium Tests with Page Object design pattern(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 1 year, 11 months ago

A tutorial on how to create highly maintainable Selenium tests but creating tests using the Page Object Design pattern. It allows us to create an object in a programming language that represents the tests. If something were to change in the site we don't need to change the test we just need to change the object that represents that page. Since it creates a DSL it means that non-technical members of the team can create tests without having to understand how Selenium works. This has been written in C# but you can do this in any language. read more...

add a comment |category: |Views: 625

tags: another

Writing Maintainable Tests(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 1 year, 11 months ago

Writing tests as we all know is a good thing as it gives us confidence in what we are working on. Unfortunately we don't give our tests as much care when righting them so this post gives a few tricks and tips for writing maintainable tests read more...

add a comment |category: |Views: 32

tags: another

Lights! Camera! Action! Video record of Selenium(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 2 years ago

Recording video of Selenium tests being run is the next big thing on from capturing a screenshot when something goes wrong. People can see work flows and where it did go not just the aftermath that screenshots can show. read more...

add a comment |category: |Views: 78

tags: another

London Selenium User Group (www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 2 years, 1 month ago

My notes from the London Selenium User Group last night with Demo's of the night. Selenium 2 demos showing how we can now work against Rich Text Areas as well as my slides from my talk! read more...

add a comment |category: |Views: 17

tags: another

Selenium 2 Bindings and how we can use them(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 2 years, 1 month ago

Description of Selenium 2 and what benefits it adds to testing webapps compared to Selenium 1. It has a few different examples in IronRuby, IronPython and C# read more...

add a comment |category: |Views: 41

tags: another

Process.Start() issues with Mono on Mac OS X : My Story(blog.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 2 years, 3 months ago

After pulling my hair out about starting a process using Process.Start() with Mono on a Mac I have shown how to do it so that it can launch applications read more...

add a comment |category: |Views: 77

tags: another

Selenium Two Tutorial using IronPython and InternetExplorerDriver(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 2 years, 3 months ago

Tutorial on how to use the upcoming Selenium 2 release using IronPython to drive the tests. There is an example to help developers get used to using it before its fully released read more...

add a comment |category: |Views: 56

tags: another

Selenium Two Tutorial using C#/NUnit and InternetExplorerDriver(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 2 years, 3 months ago

Tutorial on how to use the latest version of Selenium using C# and NUnit to test websites. The tutorial gives developers a chance to start writing their own tests. read more...

add a comment |category: |Views: 972

tags: another