Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1203 by rasangaKS: Remote library instantiated for each keyword
call
http://code.google.com/p/robotframework/issues/detail?id=1203
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