Where do the QA automation test scripts get executed on pipeline

22 views Asked by At

So I have basic knowledge on CI/CD, need of virtual machine for automation testing and integration the VM with jenkins.

Now, my question is I have added the automation test suite bitbucket repository to the CI pipeline. Now when I run the pipeline, I want to know where do the test scripts execute? Do they execute in any remote server? Now if they execute in any remote server, how do I integrate the remote server in jenkins pipeline to request my pipeline to execute the test scripts in a specific server.

I have requested for a remote server and I have requested for an AD group in which QAs have been added so that the AD gets access to the remote server.

My questions:

  1. I want to know where do the test scripts execute?
  2. I have requested for 1 windows VM of 4 cores. Can I configure both hub and nodes in the server?Upto how many nodes I can configure. I am aware that only one hub can be there.

I tried to research on the above but I am not getting any specific answer for it. I am getting articles related to Vms. CI/CD pipeline etc.

0

There are 0 answers