-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testlink API with Sikuli- Not working #20
Comments
I have a small experience in such thing but I never tried what you're trying to do.
sikuli = Popen(["C:\SikuliX\runIDE.cmd", "-r", "installIC.sikuli"], shell=True, stdout=PIPE) This is the method I use to perform 'nosetest' format. I Use this format to be able to export in Junit XML. Because I know sikuli doesnt support nosetest for now. |
Thanks Sam, for the quick response. I will check this approach :) |
I am trying to install latest testlink on ubunto16 hosted on vm, then try to run python scripts to update test results in test link , also try to invoke test run in testlink. the key strategy I am going to use is to call the test method in testlink APIs via xmlrpc. not sure this is possible. any suggestions warnings here, it it is possible what is the version of testlink, xmlrpc, or even python testlink driver? thanks |
Hi, This is my way to access the Testlink API with a Python class (Python 2.7)
I suggest you read the testlink api code. You have the list of functions in the last lines in the file "TestlinkSources\lib\api\xmlrpc\v1\xmlrpc.class.php" |
Hi all,
I am trying to integrate sikuli python scripts with testlink API. I am able to import the required testlink module into sikuli-IDE but, unable to connect & perform any actions.
The same steps are working fine with python standalone.
Could anyone suggest me, what I am doing wrong.
The text was updated successfully, but these errors were encountered: