分享一个我当年面试tester时用到的模板
分享一个我当年面试tester时用到的模板:
谈一下对线程和进程的理解
进程的属性:1.进程是一个【资源拥有的基本单位】。
线程的属性:1.线程是【能独立运行的基本单位】,因而也是 独立调度和分派 的基本单位
介绍下tcp/ip的三次握手
写一个sql语句,将两个表进行连接
写一个程序strcat,并写出测试用例
说一下功能测试,性能测试,系统测试,回归测试的特点
单元测试: always run on Dev side, test class or function or methods
功能测试: focus on one complete function provided by the product
性能测试: performance test, focus on the performance of the product, like its response time, TPS (transaction per second), the most long running duration etc.
系统测试: focus on the whole system, always test a end2end scenario to make sure all functions work well in the whole system
回归测试: tests functions which have already been tested before to make sure no regression problems
Other test ways: Smoke Test, Sanity Test....
如何处理不可重现的问题
能说出几种典型的不可重现问题场景的20分,
知道应该收集哪些log的40分,
知道不可重现问题原理的60分,
知道如何分析不可重现问题,并初步定位问题的80分,
能总结出不可重现问题模式的100分
------------http://www.51testing.com/html/11/n-16611.html----------
谈一下对线程和进程的理解
进程的属性:1.进程是一个【资源拥有的基本单位】。
线程的属性:1.线程是【能独立运行的基本单位】,因而也是 独立调度和分派 的基本单位
介绍下tcp/ip的三次握手
写一个sql语句,将两个表进行连接
写一个程序strcat,并写出测试用例
说一下功能测试,性能测试,系统测试,回归测试的特点
单元测试: always run on Dev side, test class or function or methods
功能测试: focus on one complete function provided by the product
性能测试: performance test, focus on the performance of the product, like its response time, TPS (transaction per second), the most long running duration etc.
系统测试: focus on the whole system, always test a end2end scenario to make sure all functions work well in the whole system
回归测试: tests functions which have already been tested before to make sure no regression problems
Other test ways: Smoke Test, Sanity Test....
如何处理不可重现的问题
能说出几种典型的不可重现问题场景的20分,
知道应该收集哪些log的40分,
知道不可重现问题原理的60分,
知道如何分析不可重现问题,并初步定位问题的80分,
能总结出不可重现问题模式的100分
------------http://www.51testing.com/html/11/n-16611.html----------