Printer FriendlyEmail Article Link

Avalanche-Automation: Test list under the project are empty after importing the .spf file via TCL API

Environment/Versions
  • .spf file exported with Avalanche 4.39

Symptoms:

    (bin) 2 % package require av
    Starting Avalanche Business Layer (ABL) Server on port 9195...
    4.10.2196
    (bin) 3 % av::login
    32985992
    (bin) 4 % set project [av::perform import system1 -file D:/Dummy/nowork.spf]
    project1
    (bin) 5 % av::get project1 -tests
    (bin) 6 %

Answer
  • This is seen if the project created with higher version is imported using lower API version.

Example: Project created and exported with Avalanche 4.39 version and imported using the Avalanche 4.10 version TCL API.

  • Use the same (with which the respective project is created) or higher version of API to see the test lists.

Product : Automation,Avalanche