当前位置:国家开放大学(管理信息系统)题库

问题:

[单选] 系统测试的基本方法有()。

A . 一般测试法、特别测试法
B . 单测试法、复杂测试法
C . 黑盒测试法、白盒测试法
D . 辑测试法、物理测试法

建国50年来,颁布并在用的有关安全生产、劳动保护法律法规中以法的形式出现的有() 安全生产法。 矿山安全法。 劳动法。 职业病防治法。 非煤矿山安全评价导则。 You are implementing an ASP.NET page. The page includes a method named GetCustomerOrderDataSet that returns a DataSet. The DataSet includes a DataTable named CustomerDetailsTable and a DataTable named OrderDetailsTable. You need to display the data in OrderDetailsTable in a DetailsView control named dtlView. Which code segment should you use?()  dtlView.DataSource = GetCustomerOrderDataSet(); dtlView.DataMember = "OrderDetailsTable"; dtlView.DataBind();。 dtlView.DataSource = GetCustomerOrderDataSet(); dtlView.DataSourceID = "OrderDetailsTable"; dtlView.DataBind();。 dtlView.DataSource = GetCustomerOrderDataSet(); dtlView.DataKeyNames = new string [] { "OrderDetailsTable"}; dtlView.DataBind();。 DataSet dataSet = GetCustomerOrderDataSet(); dtlView.DataSource = new DataTable("dataSet", "OrderDetailsTable"); dtlView.DataBind();。 低温热液矿床 企业20×7年年初存货成本为5 000万元,年末存货成本为4 000万元,本年销售的存货成本为90000万元,则存货周转天数为()天。 20。 15。 18。 16。 社会标准化倾向 系统测试的基本方法有()。
参考答案:

  参考解析

本题暂无解析

在线 客服