Skip to main content

Posts Tagged ‘ALM’

Automated Web Testing with HP ALM & UFT

When we talk about web browser automation, Selenium may come to mind first. Selenium is the most powerful open source automation tool, but it is just a standalone driver. It needs to be integrated with test framework TestNG/Junit, code repository SVN/Git, CI tools Jenkins/TeamCity and other test management platforms (e.g. Jira). It sounds a little […]

Technology

Uploading Test Cases to ALM via Excel

A Quick Manual on how to Upload Test Cases to ALM using Excel Creating test cases on HP Application Life-cycle Management (ALM) sometimes could be frustrating; the application may be running slow, it could be under maintenance, or maybe the tester has the test cases on a spreadsheet. Luckily we have Excel to save the […]

Azure DevOps: Scale Out Your Build System

Every developer knows that builds are an integral piece to the Application Lifecycle. Using an automated build and testing process will help speed the time to market for your application. Visual Studio and Team Foundation Server offers a number of features to help with this process. To use Team Foundation Build for automated building and testing […]