Unable to run Script in TestExecute, Getting Error object doesn't support this property or Mehtod
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unable to run Script in TestExecute, Getting Error object doesn't support this property or Mehtod
Created project using VBScript to launch application. was able to run using TestComplete. when i closed Testcomplete and tried to run same script using TestExecute was Getting Error object doesn't support this property or Mehtod : 'Aliases.Appliaction'.
I Guess there is a problem withAliases mappling. please could anyone help me out?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you show the code from the Unit1 script?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Hi,
If I'm running the same code using Test Execute 12, then I'm able to use aliases in my code, but the problem remain same if I'm using Test Execute 10. Thank you for your help and support 🙂
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hold on.
Your code was developed in TestComplete v12 right?
In which case, it will not run in TestExecute v10.
You can't run code from a newer version in an older one.....
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have developed code in TestComplete 10 only, and able to run in TestExecute 12.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK.
I think the sequence here may be important.
So ....
Project developed in TC10.
Project runs in TE12.
Project will not run in TE10.
What order did you run them in?
@HKosova .... may be able to confirm here, but if you run a TC10 project in TE12, it may well update it to TE12 standards. Which would then prevent it running on TE10? Sounds plausible to me.
But if you develop it in TC10.
Run it on TE10, it should be OK.
Run it on TE12, it should still be OK.
But then go back to TE10, it no longer runs.
Would confirm it.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm following beolow sequence:
Developed it on TC10.
Ran it on TE10, wasn't working.
Ran it on TE12, was working fine.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK. That's weird. Think you'll need to contact support on this one cos the sequence you posted looks like it should be OK to me ...
