Skip to content
code2java.com
  • HOME
  • ABOUT
code2java.com
  • Java | Jira | Selenium

    Selenium Script for removing users from jira groups.

    ByNikhil Naoghare December 8, 2011October 4, 2015

    Hi Team, This is another tutorial from jira side for the removal of jira users from specific or all groups using a simple selenium script. Selenium makes it easier for the user to perform the task which will take real good time when done manually. In the below example, I have not taken the users…

    Read More Selenium Script for removing users from jira groups.Continue

  • Confluence | Jira | Selenium

    Selenium Script to remove users from all groups in Confluence.

    ByNikhil Naoghare December 7, 2011October 4, 2015

    Hello Friends, This is one of the tutorials for Confluence users where they can use the Selenium script as an automation for removing the users from all the groups in Confluence. In this tutorial, I have used one xml file which will contain the usernames and one java file that will contain the selenium script…

    Read More Selenium Script to remove users from all groups in Confluence.Continue

  • Java | Jira | Selenium

    Selenium script to add Custom Field Options in JIRA.

    ByNikhil Naoghare November 28, 2011October 4, 2015

    Hello Friends, This is one of my tutorials regarding the use of Selenium script in the Jira Configuration. Most of the Jira users may know about the Cascading Type of the Custom fields, there we need to add multiple options against the single one. Now, doing this configuration manual y is really a time consuming…

    Read More Selenium script to add Custom Field Options in JIRA.Continue

  • Java | Jira | Selenium

    Selenium Script to add users in JIRA.

    ByNikhil Naoghare November 18, 2011October 4, 2015

    Hello Friends, This is one of the tutorials for Jira users who can use the Selenium script as an automation for adding the users in jira and updating the groups of the users. As you may know, adding the users in jira is a manual effort, and is a kind of repetitive task, so its…

    Read More Selenium Script to add users in JIRA.Continue

  • Java | Selenium

    Selenium Script for Java using Eclipse.

    ByNikhil Naoghare November 18, 2011October 4, 2015

    Hello Friends, This is one of my tutorials regarding the use of Selenium IDE for testing and automation purpose. Most of the users who are in Testing field, they may know about this. But for those who are newbies, this will be a helpful tip. Selenium IDE is a Firefox add-on that allows the user…

    Read More Selenium Script for Java using Eclipse.Continue

  • Java | Java Examples | Servlets

    JSP Redirection from a Servlet.

    ByNikhil Naoghare September 21, 2011October 4, 2015

    Hello Friends, This tutorial is regarding the jsp redirection from a Servlet to a another jsp page. Most of you may need to redirect the user to a jsp page being on the servlet page. This tutorial will help you. There are two ways to achieve this, we will discuss them both.

    Read More JSP Redirection from a Servlet.Continue

  • Jira

    Copying Jira workflow from one instance to another instance.

    ByNikhil Naoghare September 15, 2011October 4, 2015

    Hello Friends, This is one of the tutorials for the jira users regarding the jira workflow management. Most of the companies uses Jira as the issue tracking system, and every one has their own workflows. Also, many may have number of instances of Jira itself for various reasons like testing, development etc. So, this is…

    Read More Copying Jira workflow from one instance to another instance.Continue

  • Java | Java Examples | Servlets

    Servlet program using Eclipse IDE.

    ByNikhil Naoghare August 2, 2011October 4, 2015

    Hello Friends, This tutorial is regarding development of Servlet program using Eclipse IDE. Eclipse IDE is very popularly used for development of various web based and java applications. Servlet applications are very easily developed using the eclipse IDE. Following are the simple steps for the same. Step 1) Open the Eclipse IDE and set the Perspective…

    Read More Servlet program using Eclipse IDE.Continue

  • Java | Jira

    Hiding the wiki rendered customfield using javascript in JIRA 4.3.+

    ByNikhil Naoghare July 14, 2011October 4, 2015

    Hello Friends, This is one of the tutorials under jira development. There may be requirement when you need to use the wiki rendered custom field instead of Free Text rendered field. Also, sometimes you may need such fields to be shown only when certail criteria are matched. So in this case you need to hide…

    Read More Hiding the wiki rendered customfield using javascript in JIRA 4.3.+Continue

  • Java | Servlets

    Life Cycle of the Servlet.

    ByNikhil Naoghare June 13, 2011October 4, 2015

    Hello Friends, This is one of my tutorials on Servlet. As we all know, servlets are managed by the web container and among the various responsibilities of the container, life cycle of servlet is the most important one. The life cycle defines that how the servlet is loaded, instantiated and initialized, how it handles requests…

    Read More Life Cycle of the Servlet.Continue

  • Servlets

    URL Mapping in Servlets.

    ByNikhil Naoghare May 18, 2011October 4, 2015

    Hello Friends, This is one of the interesting tutorials regarding the URL Mapping in Servlets. The thing which makes this interesting is that, the URL that one click on the browser is not the real one but still it displays the result on his interest. This is no magic but the advantage of Servlet that…

    Read More URL Mapping in Servlets.Continue

  • Java | Java Examples | Servlets

    First Servlet Program – Hello World.

    ByNikhil Naoghare May 17, 2011October 4, 2015

    Hello Friends, This tutorial is for the starters who want to know how exactly Servlet can be written and executed on the browser. In this, we will create a simple servlet program – Hello World.

    Read More First Servlet Program – Hello World.Continue

Page navigation

Previous PagePrevious 1 2 3 4 5 6 … 8 Next PageNext

© 2026 Code2Java | LinkedIn

Scroll to top
  • HOME
  • ABOUT