I have created a suite of WatiN tests and added them into Source Control. My team are new to using TFS and I am looking at how I can get the tests to run as part of a TFS Build that will build all the
开发者_开发知识库I have automated a module with WATIN and now I want the test result to be displayed as PASS/FAIL status etc(REPORTING), Is there any functionality in Watin to do my required action.
I\'m using开发者_JAVA百科 WatIn to create an automated test for a Web App that uses Telerik controls: my first challenge is to drive a Telerik date control - a RadDatePicker.
I need to clone the browser instance, In watin IE is shared resource which makes very difficult to store the previous browser instance
string result = frame.Eval(javaScriptCode) not returning the results in WatiN. But it is workin开发者_如何转开发g fine for browser.Eval(javaScriptCode)If the page in your iframe has linked to another
I have being trying to debug my program which is around couple of hundreds lines of code, I have been trying hard to debug the program properly,
I have the same problem, my site opens a new tab whenever I click on the submit form button. Is there any way to check whether i have opened a new tab or new windows in watin
Can any one tell me how to select a date in these date fields automatically by using WatiN (http://www.meanfreepath.com/javascript_calendar/livedemo.html) I have given this site as an example.
WatiN.Core.IE window = new WatiN.Core.IE(); // Frames // Model TextField txt_txtName = window.TextField(Find.ByName(\"txtName\"));
I want to use Watin\'s WaitUntil method to wait until an element gets a certain CSS class (JavaScript adds the class dynamically). How do I do this?