简体   繁体   中英

How can i run a Coded UI Test running at the same time the project in localhost that i want to test

I'm trying to run an asp net mvc project first and then run a codedUI but do not have the option to run when the asp net project is already running 执行测试被禁用

If you're running http://localhost : port# /index.html that's running using IIS Express via Visual Studio.

If you create a virtual directory/application you can run the website independent of Visual Studio. Setup an IIS Application: https://msdn.microsoft.com/en-us/library/bb763173(v=vs.100).aspx and run your coded ui tests on: http://localhost/alias/index.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM