Selenium Subscribe to Selenium
Error start Selenium (Trial Version)-[selenium-users] Re: selenium reference error in user-extensions.js when using Java API (Trial Version)
QUESTIONS: Hi friends, > > > I am using Selenium + TestNG for automation design. The selenium server is > > started loading a user defined user-extensions.js. In the > >… Read more
How to Supress/accept SSL certificates using Selenium
coming soon: http://kirankanumuri.blogspot.com/search?updated-min=2010-01-01T00%3A00%3A00-08%3A00&updated-max=2011-01-01T00%3A00%3A00-08%3A00&max-results=27
CUBIC TEST FOR SELENIUM, AUTOMATION FRAMEWORK
Hi all, as you can see i am gathering information about selenium and all other opensource ways to setup automation framework. CubicTest – Tutorial http://wiki.openqa.org/display/CT/Home
Parallel distribution of RCTests using Selenium Grid and TestNG by kiran
this blog is available at its author kiran site: check it out. This is primarily Kiran’s work, i just am sharing this here.. the link is below to access kiran’s… Read more
Generating Junit HTML Reports using Maven – by Kiran
I have found a blog that i feel is very much worth mentioning for those of you who are invloved in automation testing. Kiran currently is writing blogs about … Read more
Setting up Selenium RC
Selenium RC is a great tool for automating web testing but there is a lack of documentation available. I’ve recently setup selenium remote control and Junit for playback of test… Read more
Selenium IDE Tutorial – Part 1
Selenium IDE is an integrated development environment for performing Selenium tests. Selenium tests can be written as HTML tables or coded in various languages like C#, PHP, Perl, Python and… Read more
Tips for programming in Selenium
This obviously sets x=10. There are a couple of ways to reference it: ${x} or storedVars['x']. They’re not the same. The first, ${x}, is from Prototype. Its a shortcut and… Read more
Selenium Toolkit for .net
http://seleniumtoolkit.codeplex.com/releases/58383/download/192781 Project Description Selenium Toolkit for .NET simplifies the setup and use of the popular functional testing framework Selenium. Simply add a reference and go! Features Supports NUnit 2.5.3,… Read more
Testing web application using Selenium RC with eclipse
This is a work done by Vishal Sachan, his blog can be found here: Testing web application using Selenium RC with eclipse Hi Folks , sorry for bieng inactive from… Read more