[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tptp] Re: Run test cases in quick mode and standard mode

Hi Shan,
    The main difference is that quick mode runs the test within the current 
workbench while standard mode runs the test in a new instance of the 
workbench.  Standard mode uses a launch configuration with an associated set 
of plug-ins that may be different than your launching workbench.

    For more information, see 
http://www.eclipse.org/tptp/test/documents/userguides/Intro-Auto-GUI-4-5-0.html#2.2.2.

    Note, in TPTP 4.5, the AGR was moved from a Technology Preview component 
to an As-Is component. As-Is components are primarily provided for prior 
users but imply no support (for example, defects, news group, and mailing 
lists).

Paul
"shan" <kangshan0910@xxxxxxx> wrote in message 
news:h8oe46$66s$1@xxxxxxxxxxxxxxxxxxxx
> Hello,
>   In order to test my rcp project gui, I added my rcp project plugin and 
> the tptp plugins into the eclpse. I found my test case can be recorded and 
> played back in quick mode successfully, but I failed to run the case in 
> the standard mode. It seems that the perspective specified in the 
> "starting point" can not be opened normally.
>    So I desire to know the differences between the quick mode and the 
> standard mode. Thanks a lot.