-
Recent Posts
Recent Comments
- Jonathan Hartley on How to use Jenkins for python development
- My Homepage on Announcing Pylibssh2 1.0.1
- Homepage on Announcing PyLogsParser 0.1
- ucas personal statement on How to use RobotFramework with the Selenium Library
- Helaine on How to use RobotFramework with the Selenium Library
Archives
Categories
Meta
Tags
Monthly Archives: July 2011
How to use RobotFramework with the Selenium Library
At Wallix we use RobotFramework to test our products AdminBastion and LogBox in a black box way mainly for exercising the web interface. In this blog post we’ll explain one way of using RobotFramework to test web interfaces either for … Continue reading
Announcing Pylibssh2 1.0.1
Pylibssh2 version 1.0.1 brings the following modifications: use more standard python macros for thread safety (PY_BEGIN_ALLOW_THREAD). support for keyboard interactive authentication method. a test suite. Download tar ball from github: pylibssh2-1.0.1.tar.gz Incoming search terms:pylibssh2pylibssh2 python sshpython agent forwardingAnnouncingPylibssh21 0 1descargar … Continue reading
Announcing PyLogsParser 0.1
PyLogsParser is an opensource Python library created by Wallix and distributed under the LGPL licence. It is used as the core mechanism for logs tagging and normalization by Wallix’s LogBox. Incoming search terms:python squid log processor wallix
PuTTY 0.61 is released
Here is the list of new features in PuTTY 0.61: Incoming search terms:aes encryption library puttyputty aesputty gpuaes encryption library putty downloadhow to connect to putty through selenium 2 0putty aes encyption libraryputty aes keyputty aes library encryptionputty aes-putty download … Continue reading
Selenium 2.0 is released
For newcomers, Selenium is a framework for testing web applications or interactive web sites. It is used to automate web actions and test results. Incoming search terms:automating putty using seleniumselenium puttyhow to interact with putty using selenium webdriverselenium debianhow to … Continue reading
Tips and advices to configure openssh
Key strength The advice from the French Security agency is to have keys with at least 2048 bits. So with ssh-keygen, you have to use an RSA-type key as DSA keys are limited to 1024 bits. Incoming search terms:ssh authorized … Continue reading