简体   繁体   English

我们如何仅使用C#而不使用任何第三方工具来进行UI自动化测试?

[英]How can we do UI automation testing only using C# without any third party tool?

I have one issue,currently i am using selenium web driver from .Net C# for UI automation. 我有一个问题,当前我正在使用.Net C#中的Selenium Web驱动程序进行UI自动化。 can we do same task without using selenium web driver? 不使用Selenium Web驱动程序就可以完成相同的任务吗? is that any other way to do same task by using .Net C# only? 是仅使用.Net C#来完成相同任务的其他方法吗? i want to work only on .Net without using any third party automation tool. 我只想在.Net上工作,而无需使用任何第三方自动化工具。

There is a way for 有一种方法

work only on .Net without using any third party automation tool. 只能在.Net上工作,而无需使用任何第三方自动化工具。

You can take a look at Coded UI Tests in Visual Studio. 您可以查看Visual Studio中的编码UI测试 There is an integration for Microsoft Test Manager and you'll be able to run them in your build process as well. Microsoft Test Manager有一个集成,您也可以在构建过程中运行它们。

Further more there is a Performance and Stress Testing with Visual Studio to help you determine how well the SUT responds to various levels of usage. 此外,Visual Studio还提供了性能和压力测试 ,可帮助您确定SUT对各种使用级别的响应程度。 The Excel reporting is very rich (metrics) and business friendly. Excel报表非常丰富(指标)并且对业务友好。

在此处输入图片说明

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我们可以在没有任何第三方工具的情况下通过 C# 应用程序在 whats 应用程序上发送消息吗? - Can we able to send messages on whats app through C# application without any third party tool? MVC3 中的站点地图,无需使用任何第三方工具 - Sitemap in MVC3 without using any third party tool 有没有其他方法在C#中使用WPF处理DICOM图像而没有任何第三方/库? - Is there any alternate way to processing DICOM images using WPF in C# without any third party/Library? 如何仅在 C# 中使用 WhatsApp API 发送 WhatsApp 消息(不应使用任何第三方 API 链接) - how to send WhatsApp message using WhatsApp API only in C#(should not use any third-party API links) 从C#到MySQL的Connectiong,没有任何第三方组件? - Connectiong from C# to MySQL without any third party components? C#窗口表单应用程序:是否可以在不使用任何第三方库的情况下将pdf转换为位图? - C# Window Form Application: Is there a way to convert pdf into bitmap without using any third party library? 如何在不使用第三方库的情况下从C#的证书吊销列表中提取序列号列表? - How do I extract the list of serial numbers from a Certificate Revocation List in C# without using third party libraries? 在不使用C#的第三方库的情况下将图像转换为PDF - Image to PDF conversion without using third party library in C# 无需使用第三方库即可转换为PDF的c#代码 - c# code for converting into PDF without using third party library 在不使用第三方记录器的情况下登录C#应用程序 - Logging in C# application without using third party logger
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM