How can i run jscripts created in test complete using test execute on any other machine ?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can i run jscripts created in test complete using test execute on any other machine ?
hi
I have created project in test complete using jscript.
Now i want to run this script on a machine where test complete is not installed.
I have kept the project on that local machine but running the script using test execute throws an error everytime " File not created" and stops.
How can i make it work ?
Is there any pre requirement for that ?
Thanks
Harleen
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It would be helpful to know more about what script you are attempting to run and how you are doing so.
You mention that you keep the project on the local machine... have you actually copied the project to your other machine, too? Or are you running it from a network drive? How exactly are you configured?
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have copied the script on the local machine(without test complete).
Also, when i am trying to run that script using text execute on a machine where test complete is installed then it running properly without any issues.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Then it would be helpful to know the automation code that is generating your error. It's possible that the code is attempting to write to a file location that it does not have access to. Please share your code.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot !!
I missed some configurations.
It is working now.
