11 2012 档案

HtmlAutoTestFrameWork
摘要:前段时间做的自动化测试的是Silverlight的,框架都已经搭好。突然测试发现这里还有一个要发送邮件的html页面,并且将另外启动浏览器,于是今天下午把这个html的也写出来。用法 :HtmlAutoTestFrameWork htf = new HtmlAutoTestFrameWork(); htf.BrowserDefaultIE();HtmlTextArea heTo2 = htf.ByPropert<HtmlTextArea>("Id:input-to;TagName:TEXTAREA;Class:text"); heTo2.Text = " 阅读全文

posted @ 2012-11-30 16:06 sajiao 阅读(1188) 评论(0) 推荐(0)

文件转string,string转换成文件
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace DFISAPITestTool{ public partial class Form1 : Form { private string FileName; ... 阅读全文

posted @ 2012-11-30 10:13 sajiao 阅读(4059) 评论(0) 推荐(0)

如何:设置 Silverlight 应用程序以进行CodeUI自动化测试
摘要:通过使用编码的 UI 测试,可以使用 Visual Studio 2010 旗舰版或 Visual Studio 2010 高级专业版为 Silverlight 4 应用程序创建自动测试。还可以使用 Microsoft 测试管理器为 Silverlight 4 应用程序的手动测试创建操作录制。重要事项仅支持在 Internet Explorer 窗口中承载的 Silverlight 4 应用程序。不支持通过使用其他浏览器承载的或未在浏览器中承载的 Silverlight 4 应用程序。若要设置 Silverlight 应用程序,以便能为其创建编码的 UI 测试或操作录制,您必须执行以下关键任务 阅读全文

posted @ 2012-11-28 10:28 sajiao 阅读(526) 评论(0) 推荐(0)

UIMapBase
该文被密码保护。

posted @ 2012-11-24 11:03 sajiao

多线程编写
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using PONumberServer;using System.Threading;using System.Threading.Tasks;using Untity;using System.Reflection;using ServerIn 阅读全文

posted @ 2012-11-24 10:49 sajiao 阅读(168) 评论(0) 推荐(0)

导航

街边网