Originally posted by Sue Pag:
I am looking for a tool to record functionalities of web app ( creating items, clicking some tabs ....) as black box testing. But I do not want tools record by the position.
What do you mean by "record by the position"? You don't want the test scripts to hard code the absolute URLs?
If you're a money man (i.e. the customer has big pockets), you could try Mercury Interactive's
LoadRunner. It can record user behavior from Internet Explorer and produces a test script written in C/Java (many others available). Afterwards you can edit this C/Java source by adding looping, parameterization, etc. The links in the scripts are based on link names, not URLs. The first page load however needs to be parameterized afterwards to suit your "not by the position" requirement.