The new ‘Eclipse Oxygen’

So finally after the Neon released in mid of 2016, now Eclipse foundation has released their new project Eclipse Oxygen – the end result of a process that sees the coordination of scheduling and communication across Eclipse Open Source Project teams— is the 12th official simultaneous release and includes “the hard work of 83 open […]

Read More The new ‘Eclipse Oxygen’

Future of Manual Tester

What should be the career in Software Testing after 5 years of joining as a manual tester? Plenty of options my friend! Most important point is that you can still switch your line if you don’t like software testing. However, if you want to continue, the following could be a few options: 1. Business Analyst/ […]

Read More Future of Manual Tester

Changing the Jenkins service port

Pre-Requisites : Jenkins is already installed in the system. If not click here to install the Jenkins. SOmetimes it may happen after Jenkins installed in 8080 port but the port is also might be used somewhere else. For that, the solution is you can change the Jenkins port to other port so that the conflicting with […]

Read More Changing the Jenkins service port

Jenkins – Continuous Integration Setup

Continuous Integration is a software development practice where members of a team integrate their work frequently, usually, each person integrates at least daily – leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads […]

Read More Jenkins – Continuous Integration Setup

Top Automation Testing tools in market

Automated testing tools are capable of executing tests, reporting outcomes and comparing results with earlier test runs. Tests carried out with these tools can be run repeatedly, at any time of day. The method or process being used to implement automation is called a test automation framework. Automatic Testing is a method to test the system-under-test […]

Read More Top Automation Testing tools in market