Questions tagged [continuous-testing]

The concept of running all relevant tests on any modification of the source code. Includes all platforms and frameworks.

48 questions
0
votes
1 answer

How to create different Spring context in each test of @TestFactory?

I am trying to implement CSV based test for my project. (So that adding CSV with input data in test folder will result in new test launched by maven). For now I use SpringJUnitConfig and override project settings using @Primary. Here is code: (it…
0
votes
1 answer

Teamcity suddenly cannot communicate with VCS root

I cannot figure out why my builds on teamcity suddenly stopped communicating with my github repo. I am given the following error: Failed for the root '"Backend" {instance id=9, parent internal id=7, parent id=CarexsIomtBE_Backend, description:…
0
votes
1 answer

Using tfs access token in specflow tests

I'm asking this just to see if it is possible to run specflow test using a user credential Token to access tfs(TestCase) data. The context: We have CI/CD pipeline in place to run over 19K Specflow tests synchronized to TFS using specsync. Most of…
TedOss
  • 1
  • 4
0
votes
1 answer

Run Test automation code from Development repository on every push through Bitbucket pipelines

I am Test automation engineer and I have developed my automation code repository to test functional aspect of the product. I want this code to run when any developer pushes feature or bug on the beta environment. I have built the pipeline on…
0
votes
1 answer

Unable to run Cucumber Tests using Tags through Maven

when i run cucumber tests using "Run as Junit Tests", the tests runs properly with proper tags. also when i run cucumber tests using "Maven", the tests runs properly with proper tags,provided i have mentioned the tags in runner…
0
votes
0 answers

Is there a Test Case Automation Manager that can send HTTP Post requests?

I have the requirement of executing automated test scripts not only during continuous testing, but also by demand through a UI. This is what I have: automated test scripts in different languages (ruby and JS). an API that executes these scripts. a…
0
votes
1 answer

To run UI based functional test cases using vso CICD

We have our web application, we created a automatic build for it on code checkin from visual studio and in Release definition we are deploying it to the remote iis server. Its getting deployed successfully. Now, we have coded UI test cases to run…
0
votes
0 answers

Is it possible to run selenium test cases on cloud?

I am using maven to run my selenium test cases .I have taken the whole code to my digital ocean Ubuntu server ,I have installed or configured all necessary plugins like chromedriver,maven..etc . On running the command mvn test I am getting the…
Sidhartha
  • 988
  • 4
  • 19
  • 39
0
votes
1 answer

Code structure for continuous testing

I am building a CD pipeline. I am planning about the automated testing piece of it. I plan to do UI, WebService, Security, Perf testing. I have a question about the code structure. So what I plan is to have the tests in the same repo as the code and…
user2666282
  • 381
  • 1
  • 2
  • 15
0
votes
3 answers

What kind of tests to use for legacy projects where we've just started using continuous integration and delivery

We have 12 legacy projects. One is an old Visual Basic application programmed 9 years ago, other are C# (.NET) aplications, 2 java projects, and os on. We've just finished cleaning and creating a repository for each project (some of them were just…
0
votes
2 answers

test strategy for non functional test cases in continuous integration

In large-system development, the non-functional requirements are frequently the most important, and implementing them takes the majority of the development time.The non-functional tests are expensive and often take long to run.Non-functional tests…
0
votes
1 answer

How to coordinate and parallelize between multiple ant tasks and Jenkins

I have this scenario: I have a Jenkins Job which basically performs the build and followed to that it starts deploying the artifacts into the virtual machines. Here is my problem. At the moment I deploy artifacts one by one sequentially i.e. via…
0
votes
1 answer

How to coordinate tests in remote machines with Jenkins?

I am using Jenkins for my build and integration testing. After build is completed, the build artifacts are deployed into the remote machines. I am using JMeter to perform load testing. I also need to SSH into the boxes and then I need to run…
0
votes
1 answer

Parallelizing tests with Jenkins

I am using Jenkins for integration testing. Just to give the context. At the moment I have a separate build server which produces the build daily and Jenkins is not used as the build server. The build server executes the unit testing in my…
-1
votes
1 answer

What is the main purpose of continuous testing?

What is the main purpose of continuous testing? How to integrate continous testing tools with ci/cd tools? You should write your qa testing codes(ex. java code with selenium) and integrate it with ci/cd tools(for ex. jenkins) or there is something…
devOps
  • 80
  • 1
  • 6