Key Attributes of a proficient automated testing tool
March 23rd, 2009
Any commercially available automated testing tool should ideally contain some key attributes that play a major role in the software testing process. To start with it should be easily usable and should not restrict testing to a set of highly skilled engineers. Next the automated tool should also be able to make correct correlation between observable behaviour of program under different test cases. Also the tool should also have the capability to run programming syntax within it. Last but not the least it should include both a test designer that can be used to create testing scripts and an interpreter that can effortlessly execute the scripts.

