Jenkins – Reporting
As demonstrated in the earlier section, there are many reporting plugins available with the simplest one being the reports available for jUnit tests. In the Post-build action for any job,…
As demonstrated in the earlier section, there are many reporting plugins available with the simplest one being the reports available for jUnit tests. In the Post-build action for any job,…
A Feature can be defined as a standalone unit or functionality of a project. Letβs take a very common example of a social networking site. How does the feature of this product/project…
Jenkins comes with an out of box facility to add an email notification for a build project. Step 1 β Configuring an SMTP server. Goto Manage Jenkins β Configure System. Go…
When it comes to software development, it is more than important to know how the actual software will look, way before the actual development starts. This is a critical activity,…
Test Status can be communicated β During daily stand-up meetingsUsing standard test management toolsVia messengers Test status determined by test passing status is crucial in deciding the whether the task…
One of the basic principles of Continuous Integration is that a build should be verifiable. You have to be able to objectively determine whether a particular build is ready to…
We have got an understanding of Cucumber and what it does. It executes the test scripts, which have been defined in the feature file (to be covered in subsequent chapters).…
Jenkins provides an out of box functionality for Junit and provides a host of plugins for unit testing for other technologies, an example being MSTest for .Net Unit tests. If…
Agile Development is team-centric and developers and testers take part in all the project and development activities. The Teamwork maximizes success of testing in Agile projects. A Tester in Agile…
we will see the environment setup for Cucumber with Selenium WebDriver and Java, on Windows Machine. Prerequisites for Environment Setup Following are the prerequisites required to set up with β…