published by Anonymous on February 6, 2011 - 06:50
This is a list of Web testing tools, giving a general overview in terms of features.
Main features for the Web testing tools may be classified based on different prerequisites that a user may require to test web applications mainly scripting requirements, GUI functionality and browser compatibility.
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.
Graphical User Interface (GUI) testing - GUI testing tools know how to grab the information on every object or window seen on screen, it can be a windows object or an html element, or other depend on the operating system information API.
Some tools can even set a virtual blocks on the screen and follow them as an object.
After recording the test scenario the tester can edit the script and add to it parameters, conditions, loops, etc., This might requires some scripting skills, but not necessary the traditional scripting language.
Recent comments