My test automation framework of principles Design Manual (time update)

Description:

********************************************
object library use:

note: the two object libraries, one for local development, a QC for use in distributed;

********************************************
scene to recover the use of:

note: two recovery scenarios, one for local development, a QC for use in distributed;

********************************************
data using the function:

note: two data functions, one for local development, a QC distributed for use;

********************************************
use environment variables:
note : two environment variables, one for local development, a QC for use in distributed;

Environment variable mainly configured test data path

********************************************

Using test data: think twice think it is better on the file server, so you can re-action or a more datable objects test is introduced.

note: datatable type of data management in the QC, the intermediate output data saved locally using EXCEL (with development), or is stored in the file server (shared set)

datatable: two data inputs, one for local development, a QC for use in a distributed;

datatable: introducing multiple times, repeated use;
*************************************** *****

Process operations:

1, after the completion of local development, you need to use this time to object libraries, the scene to restore objects, data functions, environment variables, test data (datatable type) uploaded to the QC, test data (middleware type) uploaded to the file server ;
2, using the object library, mainly to consider shared use;
3, consistent with other uses;
4, respectively, in the test resource: --- "the same Object Repositories, datas, Recovery Scenarios directory and create a new level system directory;
5, the new directory hierarchy associated test script in the test plan;
6, the test lab organization associated test program run scripts directory;

**********************************************

SVN Version Control Add:
**************************** *

Compatibility issues:

QTP 11+QC 11

**********************************************

Reproduced in: https: //www.cnblogs.com/alterhu/archive/2012/03/23/2413947.html

Guess you like

Origin blog.csdn.net/weixin_34343689/article/details/94029480