Few Test Cases not getting uploaded into MF ALM
Problem
While uploading test cases to ALM, Conformiq Creator is not uploading all the instances of one particular set of test cases into ALM, only the last instance is getting uploaded into ALM.
For ex:
If there are 4 tests named: login_test_valid_user, login_test_valid_user[2],login_test_valid_user[3], login_test_valid_user[4].
Only login_test_valid_user[4] is getting injected into ALM. The rest are dropped from Creator side.
Background
The model flow is enclosed with test data excel file which has same test data provided in two rows.
Solution
The solution to such issues could be probably solved by either -
providing unique data sets in the excel file (that is, at least one data element (column) must be unique to make the row unique against every other row)
Make sure no two same input test data provided covers same E2E path, i.e., if a event or decision box exist with multiple out-flows, then no two data covers same branch / out-flow.
Β
Key Concept
The logic of Conformiq Creator Test generation process is different from the logic of export to ALM platform
Key Concept
The checksum is an unique id provided for each of test case. The checksum encloses information of test steps, test description and test data. If the checksum remains same across two test cases (say), then it has no impact on Test generation as it allows generation of two instances of test cases having same test steps, but has impact on export such that only one (the latest of instances) is considered in exporting process.
Related content
Copyright Β© 2023 Conformiq and its subsidiaries. All rights reserved.