12
© 2011 LogiGear Corporation. All Rights Reser Python Harness Python Harness in TestArchitect in TestArchitect Created by: Han Trung Truong Created by: Han Trung Truong

Declare and write your own ta action

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

Python Harness in Python Harness in TestArchitectTestArchitect

Python Harness in Python Harness in TestArchitectTestArchitect

Created by: Han Trung TruongCreated by: Han Trung Truong

Page 2: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

ContentContent

Import harnes folder to EclipseWhat in TA harness package?Declare and write your own TA action

Page 3: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

Import harness folder to EclipseImport harness folder to Eclipse

In Import wizard, select “Existing Projects into Workspace”, click Next

Page 4: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

Import harness folder to EclipseImport harness folder to Eclipse

Select the harness folder, then finish the wizard

Page 5: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

What in TA harness packageWhat in TA harness package

Page 6: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

Declare and write your own TA actionDeclare and write your own TA action

Right-click “User” package, select “New” -> “PyDev Module” to create a module for writing functions in

Page 7: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

Declare and write your own TA actionDeclare and write your own TA action

Right-click “User” package, select “New” -> “PyDev Module” to create a module for writing functions in

Page 8: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

Declare and write your own TA actionDeclare and write your own TA action

Give the module a name, click Finish

Page 9: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

Declare and write your own TA actionDeclare and write your own TA action

Page 10: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

Declare and write your own TA actionDeclare and write your own TA action

To have TA recognize the declared actions, open “ta_main.py” module, follow the screenshot, then save it.

Page 11: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

Declare and write your own TA actionDeclare and write your own TA action

Page 12: Declare and write your own ta action

© 2011 LogiGear Corporation. All Rights Reserved

Thank you