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

问题:

[单选] 软件测试不需要了解软件设计的()。

A . 功能
B . 处理过程
C . 内部结构
D . 条件

2007年末,甲存货成本20万元,计提跌价损失2万元。此时该项存货的计税基础为()。 0。 2万元。 18万元。 20万元。 静息膜电位 You are working on an existing Web site. You need to secure the Web site by redirecting all users to the logon page, Login.aspx. After logging on, users must be sent back to the page that they originally requested. Which code segment should you use? () A. In the Web.config file: <authorization> <deny users=”?”/></authorization> On each page in the Web site: void Page_Load(Object sender, EventArgs E){ FormsAuthentication.Initialize(); //Rest of the Page_Load code goes here}。 On each page in the Web site: void Page_Load(Object sender, EventArgs E){ FormsAuthentication.RedirectToLoginPage(“login.aspx”); //Rest of the Page_Load code goes here}。 On each page in the Web site: void Page_Load(Object sender, EventArgs E){ Response.Redirect(“login.aspx”);//Rest of the Page_Load code goes here}。 In the Web.config file: <authentication mode=”Forms”> <forms name=”.ASPXUSERDEMO” loginUrl=”login.aspx” protection=”All”timeout=”60” /> </authentication>。 从面向对象程序设计的角度看:对象是具有相同状态的一组操作的集合。 一个类可以是多个一般类的特殊类,它从多个一般类中继承了属性和操作,这种继承模式叫多继承。 软件测试不需要了解软件设计的()。
参考答案:

  参考解析

本题暂无解析

在线 客服