Automated UI testing with Visual Studio 2010

preview_player
Показать описание
In this demo see how to use the new coded UI test functionality in Visual Studio 2010 to create light weight automated UI tests to help with regression testing.
Рекомендации по теме
Комментарии
Автор

I can see how useful this could be with, say, checking a spreadsheet's functions. Nice.

peltiercooler
Автор

@Timboooo: but u have the option of generating new designer file for every unique set of actions; e.g: 1. u login and generate a designer file; 2. then u perform next action after login and u can now have 2nd designer actually this is a good practice as it facilitates modularization

ankur
Автор

+Monochrome I got the same question. So I tried to click the first option, recorded the scripts and ran the test with Assert. Worked fine. Try it.

mbmani
Автор

Showing the modification in the designer.cs is probably a bad idea. That file will get re-generated whenever you do another recording and any changes you've saved to it will be lost...

Timboooo
Автор

is right, using designer.cs will be a problem because VS regenerates every time you record a new UI coded test..

tri
Автор

But I cannot how to make the testcase that associated with the automation?!

kienvang
Автор

Much Much Much better than Borland Silk.

softtech