How to integrate Selenium scripts with ALM?
Category:
Question ID: 109119
0
0

We are trying to see how to execute Selenium scripts written in Java from ALM. How do we do this?

Marked as spam
Posted by (Questions: 204, Answers: 2)
Asked on July 30, 2019 3:01 am
136 views
Answers (1)
0
Private answer

GoDawgs,

You will need to create a manual Vapi-XP script to call the Selenium scripts.
The vapi-xp script could call a batch script which then calls the selenium scripts

Please see the following article:
https://sqa.stackexchange.com/questions/11837/how-to-run-all-selenium-test-cases-via-batch-file (look near the bottom) the batch file would look like:

% java C:/Test/Test1
% java C:/Test/Test2
% java C:/Test/Test3

Then the vapi test would call the .bat file that would point to the selenium scripts.

Marked as spam
Posted by (Questions: 1, Answers: 216)
Answered on July 30, 2019 3:09 am
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top