Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » run two test cases together
run two test cases together [message #137444] Fri, 24 October 2008 12:31 Go to next message
Asha is currently offline AshaFriend
Messages: 28
Registered: July 2009
Junior Member
can anyone tell me how to run two test cases together which is created by
tptp automated gui test..i m using tptp 4.4.0.2.
Re: run two test cases together [message #137455 is a reply to message #137444] Fri, 24 October 2008 13:39 Go to previous messageGo to next message
Eugene Chan is currently offline Eugene ChanFriend
Messages: 287
Registered: July 2009
Senior Member
Hi Asha,

You can in the test editor add the two test cases in the behavior tab to
have them run under the same test session.

Eugene

"Asha " <asha@readiminds.com> wrote in message
news:bf747cce572f5373677d61ad69f32e83$1@www.eclipse.org...
> can anyone tell me how to run two test cases together which is created by
> tptp automated gui test..i m using tptp 4.4.0.2.
>
Re: run two test cases together [message #137547 is a reply to message #137455] Mon, 27 October 2008 07:30 Go to previous messageGo to next message
Asha is currently offline AshaFriend
Messages: 28
Registered: July 2009
Junior Member
Eugene Chan wrote:

> Hi Asha,

> You can in the test editor add the two test cases in the behavior tab to
> have them run under the same test session.

> Eugene

> "Asha " <asha@readiminds.com> wrote in message
> news:bf747cce572f5373677d61ad69f32e83$1@www.eclipse.org...
>> can anyone tell me how to run two test cases together which is created by
>> tptp automated gui test..i m using tptp 4.4.0.2.
>>
thanks for ur reply..can u explain it in detail..coz i didn't understand
the whole thing.i already have tried by adding test cases in behavior
tab.but while running using run dialog..it automatically closes the
eclipse..
Re: run two test cases together [message #137569 is a reply to message #137547] Mon, 27 October 2008 11:21 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Asha,
In TPTP, test suites are modeled as test cases and behaviours. Test
cases are the individual test steps to exercise/evaluate the application
under test. The test behaviour is which test cases (from either this test
suite or other test suites) and other test suites should be executed for
this test suite. You can also model behaviours are a sequential set of test
invocations or create loops of test invocations or other loops.

Unfortunately, two AGR test cases cannot be executed in parallel or
asynchronously.

Paul
"Asha " <asha@readiminds.com> wrote in message
news:74eac83a181ce5d40fa3450c6fc7ca2b$1@www.eclipse.org...
> Eugene Chan wrote:
>
>> Hi Asha,
>
>> You can in the test editor add the two test cases in the behavior tab to
>> have them run under the same test session.
>
>> Eugene
>
>> "Asha " <asha@readiminds.com> wrote in message
>> news:bf747cce572f5373677d61ad69f32e83$1@www.eclipse.org...
>>> can anyone tell me how to run two test cases together which is created
>>> by tptp automated gui test..i m using tptp 4.4.0.2.
>>>
> thanks for ur reply..can u explain it in detail..coz i didn't understand
> the whole thing.i already have tried by adding test cases in behavior
> tab.but while running using run dialog..it automatically closes the
> eclipse..
>
Re: run two test cases together [message #137691 is a reply to message #137569] Thu, 30 October 2008 06:57 Go to previous messageGo to next message
Asha is currently offline AshaFriend
Messages: 28
Registered: July 2009
Junior Member
Helli paul,
I did that whatever you suggested.let me clear my doubt. i've
created two test cases under same test suite.and i want one master test
case in which i can call two test cases which is creates before, and when
we run the master test case then both the test cases will run one after
other.
can we create such type of master test cases? if yes then
how?plz reply soon.
Paul Slauenwhite wrote:

> Hi Asha,
> In TPTP, test suites are modeled as test cases and behaviours. Test
> cases are the individual test steps to exercise/evaluate the application
> under test. The test behaviour is which test cases (from either this test
> suite or other test suites) and other test suites should be executed for
> this test suite. You can also model behaviours are a sequential set of test
> invocations or create loops of test invocations or other loops.

> Unfortunately, two AGR test cases cannot be executed in parallel or
> asynchronously.

> Paul
> "Asha " <asha@readiminds.com> wrote in message
> news:74eac83a181ce5d40fa3450c6fc7ca2b$1@www.eclipse.org...
>> Eugene Chan wrote:
>>
>>> Hi Asha,
>>
>>> You can in the test editor add the two test cases in the behavior tab to
>>> have them run under the same test session.
>>
>>> Eugene
>>
>>> "Asha " <asha@readiminds.com> wrote in message
>>> news:bf747cce572f5373677d61ad69f32e83$1@www.eclipse.org...
>>>> can anyone tell me how to run two test cases together which is created
>>>> by tptp automated gui test..i m using tptp 4.4.0.2.
>>>>
>> thanks for ur reply..can u explain it in detail..coz i didn't understand
>> the whole thing.i already have tried by adding test cases in behavior
>> tab.but while running using run dialog..it automatically closes the
>> eclipse..
>>
Re: run two test cases together [message #137714 is a reply to message #137691] Thu, 30 October 2008 10:30 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Ash,
Yes. In the Behaviour tab of your test suite, add an invocation for
each of the test cases (in the order you want) and run the test suite.

Paul
"Asha " <asha@readiminds.com> wrote in message
news:b8b0e50e53fd7dc937e7282d4fc93fcb$1@www.eclipse.org...
> Helli paul,
> I did that whatever you suggested.let me clear my doubt. i've
> created two test cases under same test suite.and i want one master test
> case in which i can call two test cases which is creates before, and when
> we run the master test case then both the test cases will run one after
> other.
> can we create such type of master test cases? if yes then
> how?plz reply soon.
> Paul Slauenwhite wrote:
>
>> Hi Asha,
>> In TPTP, test suites are modeled as test cases and behaviours. Test
>> cases are the individual test steps to exercise/evaluate the application
>> under test. The test behaviour is which test cases (from either this
>> test suite or other test suites) and other test suites should be executed
>> for this test suite. You can also model behaviours are a sequential set
>> of test invocations or create loops of test invocations or other loops.
>
>> Unfortunately, two AGR test cases cannot be executed in parallel or
>> asynchronously.
>
>> Paul
>> "Asha " <asha@readiminds.com> wrote in message
>> news:74eac83a181ce5d40fa3450c6fc7ca2b$1@www.eclipse.org...
>>> Eugene Chan wrote:
>>>
>>>> Hi Asha,
>>>
>>>> You can in the test editor add the two test cases in the behavior tab
>>>> to have them run under the same test session.
>>>
>>>> Eugene
>>>
>>>> "Asha " <asha@readiminds.com> wrote in message
>>>> news:bf747cce572f5373677d61ad69f32e83$1@www.eclipse.org...
>>>>> can anyone tell me how to run two test cases together which is created
>>>>> by tptp automated gui test..i m using tptp 4.4.0.2.
>>>>>
>>> thanks for ur reply..can u explain it in detail..coz i didn't understand
>>> the whole thing.i already have tried by adding test cases in behavior
>>> tab.but while running using run dialog..it automatically closes the
>>> eclipse..
>>>
>
>
Re: run two test cases together [message #137738 is a reply to message #137714] Thu, 30 October 2008 10:56 Go to previous messageGo to next message
Asha is currently offline AshaFriend
Messages: 28
Registered: July 2009
Junior Member
Hi,
That i know..but how to run this?in quick mode or in standard mode..
Paul Slauenwhite wrote:

> Hi Ash,
> Yes. In the Behaviour tab of your test suite, add an invocation for
> each of the test cases (in the order you want) and run the test suite.

> Paul
> "Asha " <asha@readiminds.com> wrote in message
> news:b8b0e50e53fd7dc937e7282d4fc93fcb$1@www.eclipse.org...
>> Helli paul,
>> I did that whatever you suggested.let me clear my doubt. i've
>> created two test cases under same test suite.and i want one master test
>> case in which i can call two test cases which is creates before, and when
>> we run the master test case then both the test cases will run one after
>> other.
>> can we create such type of master test cases? if yes then
>> how?plz reply soon.
>> Paul Slauenwhite wrote:
>>
>>> Hi Asha,
>>> In TPTP, test suites are modeled as test cases and behaviours. Test
>>> cases are the individual test steps to exercise/evaluate the application
>>> under test. The test behaviour is which test cases (from either this
>>> test suite or other test suites) and other test suites should be executed
>>> for this test suite. You can also model behaviours are a sequential set
>>> of test invocations or create loops of test invocations or other loops.
>>
>>> Unfortunately, two AGR test cases cannot be executed in parallel or
>>> asynchronously.
>>
>>> Paul
>>> "Asha " <asha@readiminds.com> wrote in message
>>> news:74eac83a181ce5d40fa3450c6fc7ca2b$1@www.eclipse.org...
>>>> Eugene Chan wrote:
>>>>
>>>>> Hi Asha,
>>>>
>>>>> You can in the test editor add the two test cases in the behavior tab
>>>>> to have them run under the same test session.
>>>>
>>>>> Eugene
>>>>
>>>>> "Asha " <asha@readiminds.com> wrote in message
>>>>> news:bf747cce572f5373677d61ad69f32e83$1@www.eclipse.org...
>>>>>> can anyone tell me how to run two test cases together which is created
>>>>>> by tptp automated gui test..i m using tptp 4.4.0.2.
>>>>>>
>>>> thanks for ur reply..can u explain it in detail..coz i didn't understand
>>>> the whole thing.i already have tried by adding test cases in behavior
>>>> tab.but while running using run dialog..it automatically closes the
>>>> eclipse..
>>>>
>>
>>
Re: run two test cases together [message #137774 is a reply to message #137738] Thu, 30 October 2008 13:18 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Standard mode.

"Asha " <asha@readiminds.com> wrote in message
news:11373fc4497cd41d7a2a538f0655b23d$1@www.eclipse.org...
> Hi, That i know..but how to run this?in quick mode or in standard mode..
> Paul Slauenwhite wrote:
>
>> Hi Ash,
>> Yes. In the Behaviour tab of your test suite, add an invocation for
>> each of the test cases (in the order you want) and run the test suite.
>
>> Paul
>> "Asha " <asha@readiminds.com> wrote in message
>> news:b8b0e50e53fd7dc937e7282d4fc93fcb$1@www.eclipse.org...
>>> Helli paul,
>>> I did that whatever you suggested.let me clear my doubt. i've
>>> created two test cases under same test suite.and i want one master test
>>> case in which i can call two test cases which is creates before, and
>>> when we run the master test case then both the test cases will run one
>>> after other.
>>> can we create such type of master test cases? if yes then
>>> how?plz reply soon.
>>> Paul Slauenwhite wrote:
>>>
>>>> Hi Asha,
>>>> In TPTP, test suites are modeled as test cases and behaviours.
>>>> Test cases are the individual test steps to exercise/evaluate the
>>>> application under test. The test behaviour is which test cases (from
>>>> either this test suite or other test suites) and other test suites
>>>> should be executed for this test suite. You can also model behaviours
>>>> are a sequential set of test invocations or create loops of test
>>>> invocations or other loops.
>>>
>>>> Unfortunately, two AGR test cases cannot be executed in parallel or
>>>> asynchronously.
>>>
>>>> Paul
>>>> "Asha " <asha@readiminds.com> wrote in message
>>>> news:74eac83a181ce5d40fa3450c6fc7ca2b$1@www.eclipse.org...
>>>>> Eugene Chan wrote:
>>>>>
>>>>>> Hi Asha,
>>>>>
>>>>>> You can in the test editor add the two test cases in the behavior tab
>>>>>> to have them run under the same test session.
>>>>>
>>>>>> Eugene
>>>>>
>>>>>> "Asha " <asha@readiminds.com> wrote in message
>>>>>> news:bf747cce572f5373677d61ad69f32e83$1@www.eclipse.org...
>>>>>>> can anyone tell me how to run two test cases together which is
>>>>>>> created by tptp automated gui test..i m using tptp 4.4.0.2.
>>>>>>>
>>>>> thanks for ur reply..can u explain it in detail..coz i didn't
>>>>> understand the whole thing.i already have tried by adding test cases
>>>>> in behavior tab.but while running using run dialog..it automatically
>>>>> closes the eclipse..
>>>>>
>>>
>>>
>
>
Previous Topic:Workspace issue during testing.
Next Topic:problem with installing the agent controlller
Goto Forum:
  


Current Time: Thu Mar 28 08:55:55 GMT 2024

Powered by FUDForum. Page generated in 0.03569 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top