QuickTest.Application app = new QuickTest.Application();
app.Visible = true;
app.Launch();
step4: 运行 code.
在运行 QuickTest.Application app = new QuickTest.Application(); 生成1QuickTest.Application对象的时候会出错。
Creating an instance of the COM component with CLSID {2B9B8E92-EBAA-44AF-A23C-9FBD08EAFA54} from the IClassFactory failed due to the following error: 80080005.