English 中文(简体)
Software Testing Dictionary

A

B

C

D

E

F

G

H

I

K

L

M

N

O

P

Q

R

S

T

U

V

W

Useful Resources

Selected Reading

Test Driver
  • 时间:2024-03-20 11:00:37

Test Driver


Previous Page Next Page  

What is Test Driver?

测试司机在自下而上的一体化测试中被使用,以模拟尚未整合的上层模块的行为。 测试驾驶员是临时替换电话模块的模块,产出与实际产品产出相同。

当软件需要与外部系统互动时,司机也使用,通常比安装系统复杂。

Driver - Flow Diagram:

Role of Driver in Bottom Up Integration Testing

以上图表清楚表明,单元4、5、6和7无法进行整合,而上述模块仍在开发之中,目前无法整合。 因此,司机用来测试这些模块。 一体化秩序是:

4,2
5,2
6,3
7,3
2,1
3,1

Testing Approach :

+ Firstly, the integration between the modules 4,5,6 and 7
+ Test the integration between the module 4 and 5 with Driver 2
+ Test the integration between the module 6 and 7 with Driver 3
Advertisements