Add Multiple PlugIn in Visual Studio WebTest

Add Multiple Plug-In in Visual Studio WebTest Open your “Web Performance and Load Test Project” which has multiple “webtest” Now add New project From “Solution” Create Class Library file. Example – “ClassLibrary1” A “Class1.cs” file […]

Share Button

Cucumber Selenium Maven and Junit

cucumber

To execute our first cucumber script for selenium we need to follow the below steps – 01. Create a maven project in eclipse 02. Add the following dependency on POM.xml 03. Now create “StepDefinition.java”, “CucumberExecutor.java” […]

Share Button

Run TestNG project From Jenkins with BAT file

Jenkins

Run TestNG project From Jenkins with BAT file only 1. First Create a sample Java Project 2. Create “lib” folder and put testng jar on it. 3. Add TestNG library from build path 4. The […]

Share Button

Add Login Credential in Jenkins

Jenkins

Add Login Credential in Jenkins Steps – 1. Click on Manage Jenkins   2. Under Manage Jenkins Select Configure Global Security. 3. Now Select Enable security with Jenkins own user database   4.  Create a […]

Share Button

Jenkins Setup with Maven Project

Jenkins

We will integrate Jenkins with our maven project. Tools Tomcat Jenkins Maven Setup Download tomcat from – —http://tomcat.apache.org/download-80.cgi Download Jenkins.war from – —http://jenkins-ci.org/ Download maven from – —http://maven.apache.org/download.cgi Maven Setup – Extract maven on local […]

Share Button