The application under test will have large number of objects. Manual creation of objects consumes a lot of time and causes delay. You can use the Import feature of Qualitia to import DP objects. This saves valuable time and improves efficiency of test process.
Note |
---|
Qualitia does not support Insight Objects imported from TSR or BDB files. |
To import objects:
- Click Develop > Objects.
- Click the Import button in the left pane.
- Browse to the saved file (bdb or tsr) folder to import objects.
...
- The logical name in underlying automation tool object repository is appended with its class name.
- All the object names in Qualitia are unique.
- In case there is a situation where the object name and the class name of an imported object are conflicting with the existing object in the object repository, then Qualitia appends '_' and the sequential number (starting from 1) with the object name.
- The Description field of the imported objects is auto-populated with the following on the Object Management screen:
i. Name of the bdb/tsr file
ii. Hierarchy of the object in the bdb file
- If an object in bdb/tsr file does not contain any properties, then Qualitia sets micClass property as object property for that object during the import process.
...