码迷,mamicode.com
首页 >  
搜索关键字:fault    ( 450个结果
最近IOS10.2.1 iphone6 无法通过appStore 来更新 下载任何APP。好烦啊。
今天打开爱思助手,查看事实日志,发现了原因: 而且紧跟着,貌似还有Segment Fault ,就是段错误: 之前 IOS10.1.1 的时候,就有这问题了。然后PP助手 支持 IOS10-IOS10.2 的越狱,就越狱了一下,按需越狱 挺好。不过又出了点问题,保留数据刷机了一下,就到IOS10.2 ...
分类:移动开发   时间:2017-03-19 15:24:16    阅读次数:1415
Software Testing (软件测试作业三) HW3 prin
The source code: a) Control flow b) The simple fault that t2(n=5) would be more likely to discover than t1(n=3) would is the index of the array out of ...
分类:其他好文   时间:2017-03-14 21:09:55    阅读次数:278
WY c语言入门 (6)
6.1.1 数组 如何记录输入的很多数字? int number[100] 数组 6.1.2 定义数组 类型 变量名称[元素数量]; 数量为整数 下标索引从0开始 需保证只使用下标不越界[0,数组最大值-1 ] 越界提示 segmentation fault ...
分类:编程语言   时间:2017-03-12 23:17:51    阅读次数:157
软件测试过程中Fault,Error,Failure的区别
Fault是程序设计上的错误。比如检索数列中最后一个指定元素的位置,应该倒序搜索。如果正序搜索即为一个fault. Error是程序运行过程中状态的错误。例如遍历数列时for(int i = 1;i < array.length;i++)这样写第一次循环便从i=1开始。实际应该从i=0开始。这就是一 ...
分类:其他好文   时间:2017-03-10 20:59:58    阅读次数:533
软件测试第二次作业——区分fault,error,failure
fault:代码中存在的逻辑错误; error:测试用例执行时遇到的逻辑错误; failure:错误的测试结果; Program1: 1.fault:最终索引i应在-1时停止,而不是0; 2.X=null,y=0; 3.X=[2,3,1],y=1 4.X=[2,3,4],y=1 Program2: ...
分类:其他好文   时间:2017-03-02 12:29:51    阅读次数:364
软件测试作业2 — 软件测试中的错误Failure, Error, Fault的区别
软件测试中的错误Failure, Error, Fault的区别: Failure: External, incorrect behavior with respect to the requirements or other description of the expected behavior ...
分类:其他好文   时间:2017-03-01 21:12:08    阅读次数:497
homework2:给出代码,回答问题
本次作业要求如下: 答案: 1.Identify the fault. 在第一个程序中,for循环的判断条件是i>0,这就导致循环的时候不会读到x数组中的第一位,可能造成错误。 在第二个程序中,函数想做的是找到最后一个0的位置,但是这个循环是从前往后数的,i依次加1,这就导致:若数组中有多个0,那么 ...
分类:其他好文   时间:2017-03-01 00:12:24    阅读次数:224
软件测试作业 - fault error failure
给出的题目如下: 我的解答如下: For program 1:1. where i > 0 is the fault , it should be changed to i>= 0 to avoid x is just one element situation. 2.x[] ={} or x[]= ...
分类:其他好文   时间:2017-02-26 12:04:43    阅读次数:281
软件测试Homework 2
关于Fault, Failure, Error 的区别的软件测试作业 ...
分类:其他好文   时间:2017-02-25 18:58:10    阅读次数:224
软件测试:homework2
题目: 首先我们需要搞懂fault,error,failure的区别: 百度搜索到的解释: Software Fault: A static defect in the software;(eg: virus)Software Failure: External, incorrect behavio ...
分类:其他好文   时间:2017-02-25 17:03:05    阅读次数:185
450条   上一页 1 ... 16 17 18 19 20 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!