Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

We have made some architectural changes in vREST in version 2.5.0. Which required us to migrate your data according to new architecture.

Changes in vREST v2.5.0

  1. We have implemented test suite wise ordering of test cases in v2.5.0 instead of global ordering as implemented till v2.4.5.
  2. Earlier test suites were treated similar to tags. Now test suites are treated different from tags.
    1. Now test suites can have their own ordering.
    2. Now a Test Case can only linked to a single test suite.
    3. A test suite is a required property of the test case.
    4. A vREST project will have always at least single test suite.

Let us visualise the migration changes as shown in the following tables:

Before v2.5.0

Test CaseTC OrderLinked Test SuitesLinked tags
TC 11Test Suite 1tag_1
TC22Test Suite 1, Test Suite 2tag_1
TC33Test Suite 3tag_1, tag_2
TC44Test Suite 2 
TC55Test Suite 1 
TC66Test Suite 3tag_1

After v2.5.0

Test CaseTC OrderLinked Test SuitesLinked tags
TC 11Migrated Test Suitetag_1, ts_1_Test_Suite_1
TC22Test Suite 1, Test Suite 2tag_1, ts_1_Test_Suite_1, ts_2_Test_Suite_2
TC33Test Suite 3tag_1, tag_2, ts_3_Test_Suite_3
TC44Test Suite 2ts_2_Test_Suite_1 
TC55Test Suite 1 
TC66Test Suite 3tag_1
  • No labels