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

Examples

Summary

Unix shell scripts give a good example of a domain-specific language for data organization. They can manipulate data in files or user input in many different ways. Domain abstractions and notations include streams (such as stdin and stdout) and operations on streams (such as redirection and pipe). These abstractions combine to make a robust language to talk about the flow and organization of data. 

SmarteScript

Intro

Table Summary
Powerful, Robust, Proven Automated Functional Testing Tool
Last Release Year ['Active'=Current]: 
Active

 

SmarteScript
SmarteScript Tool Scope Testing Tool
Application Rights Commercial, Demo, Trial
Since 2007
Company SmarteSoft
Support Tool Support link HERE
Download Download HERE

PureTest

Intro

Table Summary
Functional Test of IP Server Applications
Last Release Year ['Active'=Current]: 
Active

 

PureTest
PureTest Tool Scope Test Automation Framework, Testing Tool, Emulator, Simulator
Application Rights Commercial, Free Use
Since 1998
Company PureLoad
Support Tool Support link HERE
Download Download HERE

Testing Automation Framework and Testing Tool

Summary

Tools are specifically designed to target some particular test environment. Such as: Windows automation tool, web automation tool etc. It serves as driving agent for an automation process. However, automation framework is not a tool to perform some specific task, but is an infrastructure that provides the solution where different tools can plug itself and do their job in an unified manner. Hence providing a common platform to the automation engineer doing their job. There are various types of frameworks.

Need comparison between DWH testing tools

Hello All,

I was searching for some test automation tools for DWH testing.
Can someone please list down difference between QuerySurge, iCEDQ, Datagaps ETL Validator?
Also how can we decide which tool will be suitable for my needs? (Because most of these 3 supports what validations we manually do).

Need your thoughts on this.

Automation testing tutorial - http://artoftesting.com/

Learn automation testing tools like - Selenium, JMeter, Cucumber, TestNG and rest API automation at - http://artoftesting.com/

Advantages and disadvantages

Summary

advantages ? Domain-specific languages allow solutions to be expressed in the idiom and at the level of abstraction of the problem domain. Consequently, domain experts themselves can understand, validate, modify, and often even develop domain-specific language programs. ? Self-documenting code. 

Selenium WebDriver

Intro

Table Summary
Integration of the WebDriver API
Last Release Year ['Active'=Current]: 
Active

 

Selenium WebDriver
Selinium webdriver Tool Scope Test Automation Framework
Application Rights Opensource
Since 2012
Company SeleniumHQ
Support Tool Support link HERE
Download Download HERE

cfix

Intro

Table Summary
Unit testing framework for C/C++
Last Release Year ['Active'=Current]: 
Active

 

cfix
cfix Tool Scope Test Automation Framework, Testing Tool
Application Rights Opensource
Since 2008
Company Sourceforge
Support Tool Support link HERE
Download Download HERE

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