I a开发者_高级运维m writing some unit tests in VS 2010 using Selenium and C#. I have a couple of test cases. For instance, some of my test cases are:
We\'re loo开发者_运维百科king at record and playback type test tools to automate some of our UI functional testing.
I\'m tr开发者_运维知识库ying to test the simplest case of addClass with a duration (using jQuery UI and Jasmine).
With Ruby on Rails, I could use autotest, to run all my tests automatically each time, when I saved a file of my code. Additionally, the framework started only the tests that wer开发者_运维百科e affec
Closed. This question is seeking recommendations for 开发者_Go百科books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answe
Selenium. I downloaded the C# client drivers and the IDE. I managed to record some tests and successfully ran them from the IDE. But now I want to do that using C#. I added all relevant DLL files (Fir
I\'m currently working on automated testing project. I\'m trying to migrate from selenium rc to selenium 2 webdriver but I want to keep the old test classes. I have 开发者_Go百科searched about this an
I am currently using DevExpress grids an开发者_开发知识库d I am now writing automation tests using WatiN, the problem I\'m having is
I\'m upgrading my script from Watir to Watir-Webdriver and I\'m wondering how to take advantage of headless-browser testing and grid testing. I\'ve done some research into it but my sources don\'t see
I want to automate the testing of my GUI. I went through the followi开发者_StackOverflow社区ng post but if someone can post a sample test code for the following example it would be much easier for me