Hi guys,
I Have one MainTestSuite, inside which i have many TestCases. All
TestCases have multiple test, when i record all the test using FM and
run , it runs in sequential way, but when i generate the code and run
using ANT script i find it is alphabetic dependent. So I have to name
all my TestCase starting with A, B, C, & so on. The same problem is
with all the test inside TestCase, If any of the testcase has more
than 10 test and you name them as Test1, Test2, Test3,.... Test10,
Test11. Then in this case Test10 is run first thn Test11, thn Test1,
Test2.. and so on..
On Fri, Sep 11, 2009 at 10:56 AM, Rupam <rupamkhai...@gmail.com> wrote:
> Hi guys,
> I Have one MainTestSuite, inside which i have many TestCases. All
> TestCases have multiple test, when i record all the test using FM and
> run , it runs in sequential way, but when i generate the code and run
> using ANT script i find it is alphabetic dependent. So I have to name
> all my TestCase starting with A, B, C, & so on. The same problem is
> with all the test inside TestCase, If any of the testcase has more
> than 10 test and you name them as Test1, Test2, Test3,.... Test10,
> Test11. Then in this case Test10 is run first thn Test11, thn Test1,
> Test2.. and so on..
ya i have one MainSuite with multiple TestCase and each TestCase i give
name as ATestCase1, BTestCase2, and so on.. and inside each TestCase i have
multiple test like Test1, Test2,...till Test9.. so it works sequentially
On Mon, Sep 14, 2009 at 1:22 PM, Santy <replysant...@gmail.com> wrote:
> Even i am facing the same problem any update ?
> Santosh
> On Fri, Sep 11, 2009 at 10:56 AM, Rupam <rupamkhai...@gmail.com> wrote:
> > Hi guys,
> > I Have one MainTestSuite, inside which i have many TestCases. All
> > TestCases have multiple test, when i record all the test using FM and
> > run , it runs in sequential way, but when i generate the code and run
> > using ANT script i find it is alphabetic dependent. So I have to name
> > all my TestCase starting with A, B, C, & so on. The same problem is
> > with all the test inside TestCase, If any of the testcase has more
> > than 10 test and you name them as Test1, Test2, Test3,.... Test10,
> > Test11. Then in this case Test10 is run first thn Test11, thn Test1,
> > Test2.. and so on..
On Mon, Sep 14, 2009 at 2:12 PM, Rupam <rupamkhai...@gmail.com> wrote:
> ya i have one MainSuite with multiple TestCase and each TestCase i give
> name as ATestCase1, BTestCase2, and so on.. and inside each TestCase i have
> multiple test like Test1, Test2,...till Test9.. so it works sequentially
> Hope this helps as a temp solution.
> Thanks
> Rupam
> On Mon, Sep 14, 2009 at 1:22 PM, Santy <replysant...@gmail.com> wrote:
>> Even i am facing the same problem any update ?
>> Santosh
>> On Fri, Sep 11, 2009 at 10:56 AM, Rupam <rupamkhai...@gmail.com> wrote:
>> > Hi guys,
>> > I Have one MainTestSuite, inside which i have many TestCases. All
>> > TestCases have multiple test, when i record all the test using FM and
>> > run , it runs in sequential way, but when i generate the code and run
>> > using ANT script i find it is alphabetic dependent. So I have to name
>> > all my TestCase starting with A, B, C, & so on. The same problem is
>> > with all the test inside TestCase, If any of the testcase has more
>> > than 10 test and you name them as Test1, Test2, Test3,.... Test10,
>> > Test11. Then in this case Test10 is run first thn Test11, thn Test1,
>> > Test2.. and so on..
> Thanks for information.Can you explain in little more detail.
> Santosh
> On Mon, Sep 14, 2009 at 2:12 PM, Rupam <rupamkhai...@gmail.com> wrote:
> > ya i have one MainSuite with multiple TestCase and each TestCase i give
> > name as ATestCase1, BTestCase2, and so on.. and inside each TestCase i have
> > multiple test like Test1, Test2,...till Test9.. so it works sequentially
> > Hope this helps as a temp solution.
> > Thanks
> > Rupam
> > On Mon, Sep 14, 2009 at 1:22 PM, Santy <replysant...@gmail.com> wrote:
> >> Even i am facing the same problem any update ?
> >> Santosh
> >> On Fri, Sep 11, 2009 at 10:56 AM, Rupam <rupamkhai...@gmail.com> wrote:
> >> > Hi guys,
> >> > I Have one MainTestSuite, inside which i have many TestCases. All
> >> > TestCases have multiple test, when i record all the test using FM and
> >> > run , it runs in sequential way, but when i generate the code and run
> >> > using ANT script i find it is alphabetic dependent. So I have to name
> >> > all my TestCase starting with A, B, C, & so on. The same problem is
> >> > with all the test inside TestCase, If any of the testcase has more
> >> > than 10 test and you name them as Test1, Test2, Test3,.... Test10,
> >> > Test11. Then in this case Test10 is run first thn Test11, thn Test1,
> >> > Test2.. and so on..