Part I:
Please answer following testing relevant questions.
1.做test plan 要涵括哪些內(nèi)容?
2.請列出設(shè)計測試用例的方法和各自的側(cè)重點
3.白盒測試和黑盒測試是什么?什么是regression testing and ad hoc testing?
Part II:
Please answer following coding relevant questions.
1.請用java語言實現(xiàn)以下需求:
計算[1-N]之間 能被2整除的數(shù)字個數(shù)
2.請用Junit寫test case 測試題目4的實現(xiàn)
3.(單選題)int x=1,y=1,z=6,y+=z–/++x的結(jié)果是(B)
A 3 B 4 C 5 D 3.5
4.將int數(shù)組,如int data[7]={50,49,61,32,35,79,20}冒泡排序,寫出排序算法,并且寫出算法的時間復(fù)雜度,可以使用任意編程語言,不得使用自然語言
Part III:
Please answer in English for questions below.
1.What ‘s the difference of severity and priority When you reporting a defect?
2.How to make sure high test coverage?
3.How to test Google home page? Please list test points
Please use following link to test https://www.google.com/querytest =
1)querytext could be the content which you want to search by google