Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

  1. Click Develop > Objects.
  2. Click the Import button in the left pane.
  3. 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.

...