slideshow 1 slideshow 2 slideshow 3
Image CAPTCHA
Enter the characters shown in the image.

SynTESK

Intro

Table Summary
SynTESK (Syntax Testing Kit) is the toolkit for testing parsers of formal languages.
Last Release Year ['Active'=Current]: 
2010

 

SynTESK
Tool Scope Test Automation Framework, Testing Tool
Application Rights Free Use, Opensource
Since 2002
Company UniTESK
Support Tool Support link HERE
Download Download HERE

Robot Framework

Intro

Table Summary
Generic test automation framework for acceptance testing and acceptance test-driven development (ATDD)
Last Release Year ['Active'=Current]: 
Active

 

Robot Framework
robotframework Tool Scope Test Automation Framework, Tool Extension
Application Rights Demo, Free Use, Opensource
Since 2008
Company GitHub project, Python
Support Tool Support link HERE
Download Download HERE

IQ Bot

Intro

Table Summary
INTELLIGENT AUTOMATION FOR ANY PROCESS
Last Release Year ['Active'=Current]: 
Active

 

IQ Bot
Testing Anywhere Tool Scope Testing Tool
Application Rights Commercial, Demo, Trial, User license
Since 2012
Company Automation Anywhere
Support Tool Support link HERE
Download

SW Test Automation Framework

Intro

Table Summary
The Software Testing Automation Framework - Improve the level of reuse and automation in test cases and test environments
Last Release Year ['Active'=Current]: 
Active

 

SW Test Automation Framework
STAF Tool Scope Test Management, Test Automation Framework
Application Rights Demo, Free Use, Opensource
Since 1998
Company Sourceforge
Support Tool Support link HERE
Download Download HERE

SilkTest

Intro

Table Summary
Automated functional and regression testing for enterprise software applications
Last Release Year ['Active'=Current]: 
Active

 

SilkTest
Silk Test Tool Scope Test Automation Framework
Application Rights Commercial, Demo, Free Use, Trial
Since 1994
Company Micro Focus Software, Inc.
Support Tool Support link HERE
Download Download HERE

Visual tests in CI environment and how to make them run smoothly

Continuous integration approach is very helpful for Agile projects. Nearly everyone has been using or at least considering to use it for Unit testing, isn't it right? But automated visual/CSS testing on Jenkins or other CI tool seems to be much less popular. Why it is so? First of all, you need to have a visual testing solution which is well-compatible with your CI tool of choice. Unfortunately, integrating them is typically not a simple task.

Our team has successfully implemented automated CSS testing on our Jenkins server with the help of Screenster, our QA automation tool which does not require coding and is free to try - on premise and in the cloud. It allows QA automation engineers to:

Steps to standardizing your QA model

Quality assurance roles have evolved alongside development practices to ensure that they are remaining competitive in the current landscape. Agile testing methodologies have taken over as a means to streamline operations and bake in quality from the very onset of a project. However, there are a number of agile subsets that can be adopted, and not all of them will be viable for every organization. Each team will approach QA in a way that makes sense for their business, their needs and their resources.

UISpec

Intro

Table Summary
Behavior Driven Development framework for the iPhone
Last Release Year ['Active'=Current]: 
Active

 

UISpec
UISpec Tool Scope Test Automation Framework
Application Rights Free Use, Opensource
Since 2010
Company Google Code Projects
Support Tool Support link HERE
Download Download HERE

Free automation testing tools for Web applications

This article includes the best 5 free automation testing tools for testers to consider in web applications testing. Automation testing tools play an important role in test automation landscape.  It is critical for organizations to select the most approriate automated testing tool as the tool is significant in speeding up decision making of the teams. The World Quality Report 2017 - 2018 from Capgemini, Sogeti, and Marco Focus has emphasized the significance of intelligent automation and smart analytics to help organizations get over the challenges of automation testing that are highly integrated and continuously changing.


1. Selenium

Performance Monitoring and System Memory Usage during testing

Here I am trying to monitor system usage and the performance with different browsers which we use in selenium (Firefox,Chrome,Headless Browser).Just to know how it works.Generally we never use this method.

Performance factors :

Important influence factors to the performance of any Java program can be separated into two main parts:

1.Memory Consumption of your program

2.Total runtime of your program

Memory in Java :

Java manages the memory for use. New objects created and placed in the heap. Once your application have no reference anymore to an object the Java garbage collector is allowed to delete this object and remove the memory so that your application can use this memory again.

Theme by Danetsoft and Danang Probo Sayekti