Forum Discussion
johny2010_1
16 years agoContributor
Thank you Allen,
But these are not the questions I exactly ask. If you read carefully my post, I have peoblem with item names in the script.
(I know the task and test that created automatically after recording)
By the way, Actually I got this script from a web page.
http://www.bughuntress.com/portfolio/automated-testing/test-complete.html
This is a simple and clear script, written in VBscript.
I can also record script from recording. I perefer Jscript, but there are some points I do not understand from the generated script. It does not produce any names for links, It just recors clicking coordinates, What is this actually, how can it be useful ?
for example like that
But these are not the questions I exactly ask. If you read carefully my post, I have peoblem with item names in the script.
(I know the task and test that created automatically after recording)
By the way, Actually I got this script from a web page.
http://www.bughuntress.com/portfolio/automated-testing/test-complete.html
This is a simple and clear script, written in VBscript.
I can also record script from recording. I perefer Jscript, but there are some points I do not understand from the generated script. It does not produce any names for links, It just recors clicking coordinates, What is this actually, how can it be useful ?
for example like that
internetExplorerServer.Click(308, 20);
internetExplorerServer.Click(493, 379);
internetExplorerServer.MouseWheel(-6);
but if you look after script, there are names etc.