I\'m using Gallio/MbUnit with WatiN and I have a defined method to executes as TearDown, what I need is a way to ski开发者_运维问答p the TearDown from a specific Test Case, is that possible?
I\'m t开发者_如何学编程rying to put text in editable field of body type. As body doesn\'t have anything similar to type text. I\'m not able to do it. I have already seen one question (http://stackover
The site that we\'re currently writing tests for has some JavaScript confirm and alert dialogues that happen after the page has refre开发者_如何学Pythonshed, and are written in inline JavaScript. For
Recently I have developed an automation application using WatiN API, in .NET Framework 3.5, for automation of an AD posting process. But at the time of installation i get an error that states this,
I have some WatiN tests in IE that I\'m porting to FireFox (3.6, 4.0 not supported yet I think) and I have an error in the following code:
I have tried everything but no luck. I am using Watin and C# .NET What I am doing is going to: https ://adwords.google.com/o/Targeting/Explorer?__u=1000000000&__c=1000000000&ideaRequestType
I\'ve just begun trying out WatiN as part of my testing platform for web projects.For ease of setting up tests and also for allowing some \"manual\" intervention I\'d like to set an option so that the
I am getting ie script error, how do i handle the dialog in Watin?? i am using the following code, does not work, any suggestions, links, tips.....
I have a test where I want to ensure separate operations within one page result in distinct results. Specifically, I have a few ways to sort on a page and I want a test to make sure that each sort is
Say I wanted to have a test-server which automatically picks up the latest build (from the build server) and executes all the integration tests in that build.