Part I:
Please answer following testing relevant questions.
1.做test plan 要涵括哪些內(nèi)容?
2.請(qǐng)列出設(shè)計(jì)測(cè)試用例的方法和各自的側(cè)重點(diǎn)
3.白盒測(cè)試和黑盒測(cè)試是什么?什么是regression testing and ad hoc testing?
Part II:
Please answer following coding relevant questions.
1.請(qǐng)用java語言實(shí)現(xiàn)以下需求:
計(jì)算[1-N]之間 能被2整除的數(shù)字個(gè)數(shù)
2.請(qǐng)用Junit寫test case 測(cè)試題目4的實(shí)現(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}冒泡排序,寫出排序算法,并且寫出算法的時(shí)間復(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