watin
Running WatiN Tests in TFS Build
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[详细]
2023-04-13 07:24 分类:问答WatiN:How to use the automated test run result as I am unable to get the way of Reporting the result of the test run
开发者_开发知识库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.[详细]
2023-04-11 22:45 分类:问答Automated control of a Telerik RadDatePicker
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.[详细]
2023-04-11 20:47 分类:问答how to clone browser instance in watin
I need to clone the browser instance, In watin IE is shared resource which makes very difficult to store the previous browser instance[详细]
2023-04-10 23:11 分类:问答frame.Eval(script) not returning the results in WatiN
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[详细]
2023-04-09 20:27 分类:问答How do you debug properly in visual studio while using WatiN framework?
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,[详细]
2023-04-09 10:47 分类:问答how to identity if button submit has opened a new browser window or new tab in watin
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[详细]
2023-04-09 10:41 分类:问答How to select date from date fileds using watin framework
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.[详细]
2023-04-08 03:37 分类:问答WatiN : Textfields are not getting automated while running the code as
WatiN.Core.IE window = new WatiN.Core.IE(); // Frames // Model TextField txt_txtName = window.TextField(Find.ByName(\"txtName\"));[详细]
2023-04-07 13:19 分类:问答With Watin, how do I wait until an element gets a certain CSS class?
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?[详细]
2023-04-06 21:40 分类:问答