integration of test eclipse suite in VSTS - azure-pipelines-release-pipeline

Our project code is in .NET. And we have developed test cases in selenium in java language. Now , I've to integrate this test eclipse suite in VSTS. Please let me know how to do.

Related

Webpack devServer with A/B Testing Development

I'm developing a framework for developing A/B Tests using webpack.
I want to run "watch files" or webpack dev server to launch the website I'm doing A/B testing for and inject my script and CSS and auto-update them as I'm coding in the IDE.
I think that can be done with the help of a chrome extension, but the exact way is what I need.
any help?

How Katalon Studio works with the JUnit, testNg?

My company has recently started to test the stable release through automation for which we are using the Katalon Studio as an automation tool.
How Katalon Studio works with the JUnit, TestNG?
At the moment (Release 5.0.1) it is not possible to import your JUnit/TestNG code to Katalon Studio. Means, you have to write new test scripts. But you can import third party libraries to your code, to do all the automation stuff like in your JUnit test cases.
There is a custom Katalon integration with JUnit4 here.
Besides, starting with version 5.7.0., Katalon Studio has introduced Cucumber BDD support and it is also running on top of JUnit.

Running Windows Phone 8.0 tests in a Continuous Integration environment

I have a VS 2013 solution with a WP8 App, a WP8 Library for my viewmodels, a WP8 Unit Test project to test my library and other standard unit tests projects. The solution is under TFS 2012 source control, the build controller is setup and it correctly build my solution.
But my WP8 specific tests are not ran after automatic build. All other standard Unit Tests projects run well.
Some additional infos:
the ".xap" package for the test project is well generated
the build process Template (Default Template) is setup to use "Visual Studio Test Runner"
the build agent is running interactively
when i launch vstest.console.exe from the command line, giving the ".xap" package as argument, the test are well discovered and executed
I'am i missing something in the configuration ?
Windows Phone apps are currently not supported on Team Build, as documented here.
Feature | Windows Phone | Windows Store App
Team Build support | Not supported. | Includes support for running unit tests as part of Team Build.
There are a few unsupported work-arounds to solve your issue, more an be found here.

Jenkins, xcodebuild -> JUnit-Tests with Appium?

i am using Jenkins CI to build my iOS-Project. For this task, I use a sh-script to build the binaries directly from a git-repo by running xcodebuild and thats working pretty well.
Currently I run JUnit-tests with appium from eclipse to test my app, but I would like to integrate them into Jenkins as well. I found some tutorials to integrate JUnit-tests into jenkins by using ant-scripts, but I dont use ant to build my project.
how can I integrate my JUnit-tests into jenkins, without a ant-script? Or should I use a ant-script?
thank you.
I switched now to Gradle Build Automation which is much easier to handle and can be integrated into Jenkins as well by using Jenkins Gradle Plugin. xCode-Projects can automatically be build from Gradle by using Gradle xcode plugin and its easy to integrate JUnit or NGTests into a Gradle Scripts. In java test classes I am able to use selenium driver against appium server who's remote controlling iOS-Simulator.

Enabling Ant Tools in a new Eclipse Galileo installation

I have recently installed Eclipse Galileo with the PHP Developers Tools. I plan to install the Flash Builder 4 Plug-in to do ActionScript development as well.
I want to use Eclipse to both create an ant build script and execute it to compile ActionScript docs from an ActionScript 3 code library.
The problem is that when I try to run a build.xml file (which every site that answers the ant build questions says it should handle automatically) I never see an option to run it as an Ant Build, not can I find any way to associate XML files to Ant in the Preferences or External Tools dialogs.
I;ve seen numerous tutorials on build Ant build files, but never anything about running the actual build script.
Try to install "Eclipse Java EE Developer Tools" component. It's in "Web, XML, and Java EE Development" of "Galileo - http://download.eclipse.org/releases/galileo" repository.