I\'m 2 days old .NET C# coder trying to get control on ProjectA - WinForm from ProjectB - C# console app.
I have a task to automate a business process. The process must go to a website, log in, click on a couple of links and choose some options in dropdown boxes and download a file.
I recently downloaded WATIN to run simple automated testing tasks and encountered an issue when recording using the test recorder tool. It records the control asp.net name ,but the control is a user c
I have a textfield that has a date with the format \"12/23/2010\".Is the开发者_如何转开发re away for me to get the number 23 using watin ie get number from textfield;i\'m gonna use it like this.
I\'m using watin to log into AOL Lifestream and get all the comments on my current lifestreams. I am using Watin and IE to log in. The problem is it don\'t seem to find the form elements on the login
I wanna get the image from ashx url using watin can anybody tell me how to get image using watin api http://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/76986
We are just getting started writing acceptance tests using specflow and watin. We are trying to iron out some common practices as we go along.
My Background: I am new to WatiN, but not new to writing automated Web UI tests.At my new job, we are trying to use WatiN for our Web UI tests (thanks to a few CUIT fails).
I am new to Watin Testing Tool. I am trying to automate my application. But i am not able to find the Input Element ie anchor tag having href attribute
Using C# (or VB if needed), I am setting up a simple automated browser program.Right now I am doing this via watin.I am doing this on my Windows 7 Desktop and the browser I am automating via Wati开发者