Summary for these days

来源:互联网 发布:salome软件 编辑:程序博客网 时间:2024/04/30 07:49

  All of us are pay more attention on the coming hotfix.During this days testing,I gain some experiences to share with you.For the first instance,I think that is for UI testing.There is some differents between two operations.Maybe some new values are added,a mapping is matched or something like that.Well,we should focus on the different between them.Take an example,click one grid,there are new line added at the bottom.Then,click it again,the line should disappear.We are not only concentrate on the new line,but also focus on if the line can be canceled after click it again.In short,the output result between these two circs should correct.

  I remind a method of testing--Boundary-Value Analysis.This is a method test some function use the limition of a range or a number.This is also a method that we should also pay attention to the result of different boundary value.For example,from -1 to 1 is the valid input field for a textbox.We should test -1,1,meanwhile,we also need test smaller than the minimum and bigger than the maxium number.After that,we should also detect the result of these values.If the result is reasonable or fit for the demand of customer.

  I believe that there is a relationship between this two situations.They all emphasize that we should pay attention on fore-and-aft steps.If the UI is correct and if the output is correct or something like that.