Author Archive

Review of Test Case Management system – ApTest Martin Jansson 1 Comment

Introduction ApTest Manager is test management system for manual testing. It is easy to use and easy to adapt to your own liking. You have the option to have different levels of features depending on what test project you are in. The more advanced contain ability to set test time per test case as well […]

Quick test automation using Pexpect and Selenium Martin Jansson 3 Comments

I’ve found a few handy tools for automating tests as well as setting up a test environment in a scripted way very quickly. One is using python as language with pexpect as platform/module. The second one is for testing web pages quickly using Selenium. Python is a powerful scripting language and in combination with Pexpect […]