jsc
13 years agoRegular Contributor
measuring performance to open / create objects
Hi all,
I have to implement a performance-test, that opens and creates data-objects and calculates the time needed to open / create them.
I have to measure the time like this:
1) create object
- start: click on (context) menu entry "new"
- end: a letter is written into a field of the new object
2) open object
- start: doubleclick on the object in a list
- end: a letter is written into a field of the new object
I cannot take the visibility of the new object as the final point for the measurement as the object is still changing a bit after it is visible (the software fakes to be faster).
I am open to all kind of tips or links how this can be done the best way.
Thanks a lot.
Joachim
I have to implement a performance-test, that opens and creates data-objects and calculates the time needed to open / create them.
I have to measure the time like this:
1) create object
- start: click on (context) menu entry "new"
- end: a letter is written into a field of the new object
2) open object
- start: doubleclick on the object in a list
- end: a letter is written into a field of the new object
I cannot take the visibility of the new object as the final point for the measurement as the object is still changing a bit after it is visible (the software fakes to be faster).
I am open to all kind of tips or links how this can be done the best way.
Thanks a lot.
Joachim