Steps involved in Implementation of Java Selenium Automation Project

Posted by Infocampus HR on January 17th, 2019

Pick a Programming language:-

Since Selenium WebDriver bolsters various dialects (Java, c#, Ruby, and so on), the initial step was to pick a dialect usage to utilize. As a large portion of the application improvement was done in Java, this turned into the dialect of decision for computerization group to utilize. Having a solitary dialect disentangled the assemble designing procedures as well. KISS standard right? In any case, group is happy with selenium training institute in Bangalore working in whatever dialect the structure group has just picked. Adaptability is the name. When the dialect was nailed down, the following choice of devices was simple.

Pick an IDE:-

For an IDE, the group ran with Eclipse. In spite of the fact, we could have effectively picked NetBeans or IntelliJIdea. Shroud has some decent modules for a portion of the devices we were utilizing – TestNG, Git, Maven, and so forth.

Pick a dependency supervisor:-

For a strong test system, you will require considerably more than the selenium APIs, and your reliance chief will have the capacity to naturally download the vital records your task needs and construct the undertaking. There were a few reliance supervisors to look over for the Java dialect – Maven, Gradle, Ant, and so on. Ran with Maven as it was the strongest apparatus to deal with our conditions, and guided directly into whatever is left of the device set we were utilizing.

Pick version control the board:-

The client picked Git as their source code the board instrument for all advancement ventures, which worked superbly for us since this was the device we would have picked, whenever given the decision. Git is quite well known for open source ventures and there were bunches of modules for it in the greater part of the instruments were utilizing.

Pick your test system:-

The subsequent stage was test structures. It needed an approach to compose and make tests, and there were some current test structures to look over. TestNG is the most widely recognized and prevalent for the java dialect. It is roused from the JUnit structure with extra usefulness – exhaustive revealing, bolster for information driven testing, bolster for parameters, solid execution show, parallelism, and so on. TestNG has magnificent documentation and explicit help for coordinating Eclipse and Maven.

Test execution and adaptability:-

We Utilized the Selenium Grid to deal with test execution and versatility. It was really easy to setup and it took just 1 day! We began with a lot of VMs, with one of the machines filling in as the selenium center point and whatever remains of the machines as a hub to the center point. At first, began with all the equivalent working frameworks on each VM and they all had every one of the 3 programs we upheld – IE 8, Chrome, and Firefox. There are feasible arrangements to add to the framework with extra machines covering the diverse working frameworks and distinctive program renditions.

Guide into the Continuous Integration pipeline:-

The client picked Jenkins as the CI instrument for all tasks. Luckily, Jenkins is an extremely simple device to work with, with choices to make Maven style occupations that guided directly into our source code on Git. We had 2 Jenkins servers to work with – our very own test occurrence and the example that the engineers utilized. We utilized the test example to play around with arrangements, make sense of best methodologies, try out new modules, and run mechanized tests that weren't planned to deal with solicitations from the QA people.

For the case selenium courses in Bangalore that was imparted to the engineers, underlying technique was to have an occupation that was commenced naturally amid the assemble/arrangement process. The test suite was sorted out in the accompanying way utilizing TestNG gathering/suite usefulness:

  • Level 1 – Web Services tests – check every one of the administrations we had robotized were ready for action.
  • Level 2 – Smoke tests – abnormal state tests
  • Level 3 – Remainder of relapse tests

Having our tests assembled along these lines gave alternatives to complete an amazed methodology, beginning first with the web administrations tests, to see it any of the administrations were down after the manufacture. At that point the smoke tests could get commenced pursued by the rest of the relapse tests. Jenkins keeps an assemble history where test results can be seen. We additionally arranged Jenkins to convey an email telling the group when a construct fizzled and included trial results.

Like it? Share it!


Infocampus HR

About the Author

Infocampus HR
Joined: December 10th, 2016
Articles Posted: 792

More by this author