We are currently using SWEA ( http://webiussoft.com ) to run automated site tests during our nightly builds of CruiseControl.NET.
We are looking for a more reliable solution, and we are looking at the "Art of Testing" ( http://www.artoftest.com ).
Does anyone have experience with this tool?
Most importantly, how easy is it to support tests with this tool?
Or are there any other C # / NUnit / CruiseContol.NET solutions that you would recommend?
ArtOfTest. , , CruiseControl.NET. - CruiseControl.NET ( Windows). , unit test , . , , Windows, ( ) , , .
TeamCity - CI. , .
, contact@artoftest.com. .
WatiN . , - VisualStudio , .
, Cody
, WebAii CI (CC, TeamCity TFS Build).
http://www.artoftest.com/support/webaii/topicsindex.aspx?topic=cioverview
WatiN.
, - . , .
Watin , , . ... - ..
Watin IE Firefox, .
, , , - " " " ". " " (NUnit ), , :
...
var wrapper = new SearchPageWrapper(browser); wrapper.ClickAdvancedSearch(); wrapper.EnterSearchPhrase("dog"); wrapper.SetSortBy(SortType.Date); wrapper.ExecuteSearch();
... , ( ):
public class SearchPageWrapper { ... public void ClickAdvancedSearch() { _browser.Buttons("advSearch").Click(); } public void EnterSearchPhrase(string phrase) { _browser.TextBox(Find.ByName("phrase")).TypeText(phrase); } ... etc ... }
, , , , Watin .
Source: https://habr.com/ru/post/1706027/More articles:How do you mock UnitOfWork by Rhino.Commons? - repositoryIs there a way to get Oracle to recalculate the query plan for each query call? - oracleОбновление пользовательской базы данных SharePoint - sharepointUnity & StructureMap - unity-containerANTLR Grammar for Java regex syntax - javachecked php.ini file "extension = php_pdo_mysql.dll", but still error - phpASP.NET Dynamic UserControl ID Generation Problem - c #Connect category to SEO friendly URL? - urlКак установить часовой пояс в Trac? - timezoneМогу ли я отключить масштабирование изображений Firefox с помощью CSS для каждого изображения? - cssAll Articles