Forum Discussion

anitha_lakshmi1's avatar
anitha_lakshmi1
Contributor
12 years ago

Reboot and continue

Hi ,



    Can I use Rebootandcontinue method in testcomplete to run different project item.

after restarting I need to execute a different project item , How can I do this.



I tried with this, but it is giving error

aqEnvironment.RebootAndContinue("TestProj1.Unit1.Test1", "admin""administrator")



2 Replies

  • karkadil's avatar
    karkadil
    Valued Contributor
    According to help system, the name of the project isn't necessary



    aqEnvironment.RebootAndContinue("Unit1.Test1", "admin""administrator")
  • Hi,



        Yes if script is in same project suite then no need of giving project name, but what if I want to run a script from different project after reboot and continue.



    Thanks and Regards,

    Anitha