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.
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.
published by Anonymous on November 23, 2016 - 07:41
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).
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.
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.
Recent comments