Skip to content

Remote library instantiated for each keyword call #1203

@spooning

Description

@spooning

Originally submitted to Google Code by rasangaKS on 23 Aug 2012

i am trying to sun a C# library using the .Net remoteserver implementation. However when the test is ran using pybot, for each keyword library constructor is being called.
tried using
public static string ROBOT_LIBRARY_SCOPE = "GLOBAL";
but gives the same behavior. is this and issue or am i doing something wrong
Robot Framework 2.7.3 (Python 2.7.2 on win32) running on a 64 bit machine
test is as below

Library Remote http://127.0.0.1:8270 WITH NAME test1

*** Test Cases ***

Valid Login [Documentation] valid login to desktop
Init
Login To Desktop
Close Browser

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions