0

Is there a way to integrate ALM with Informatica DVO? I am writing my tests in DVO but want to do test execution and reporting via ALM. Is that possible?

Savvy
  • 1
  • 1
  • Hello and welcome to StackOverflow. Please take some time to read the help page, especially the sections named “What topics can I ask about here?” and “What types of questions should I avoid asking?”. And more importantly, please read the Stack Overflow question checklist. You might also want to learn about Minimal, Complete, and Verifiable Examples. – Maciejg Apr 11 '18 at 16:42

1 Answers1

0

You can represent other type of tests in HPE ALM as VAPI-XP Tests. With the help of the OTA API; you could automate the upload, configuration and other activities related to your tests. In the background it will execute a VBScript and as a content of the script you could call your own test engine.

The content of the script should be universal (All scripts should have the same content, and the test case name / path should be the only variable.) - it should be only about calling your test robot.

Bela Tamas Jozsa
  • 714
  • 5
  • 10