TestStack / TestStack.Seleno

Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
http://teststack.github.com/TestStack.Seleno/
MIT License
180 stars 60 forks source link

Seleno: Debug automated UI tests #245

Closed wijdenchebbi closed 8 years ago

wijdenchebbi commented 8 years ago

Hi,

How can i debug the automated UI tests using Seleno for an ASP.net MVC C# project.

robdmoore commented 8 years ago

Have you tried attaching to the iisexpress.exe that is spawned?

On 19 Apr 2016, at 12:49 am, wijdenchebbi notifications@github.com wrote:

Hi,

How can i debug the automated UI tests using Seleno for an ASP.net MVC C# project.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

wijdenchebbi commented 8 years ago

Hi, I didn't use this idea, can you explain me more.

mwhelan commented 8 years ago

I have some info here in the section "Debugging the IIS Process." I hope it helps.