Software Engineering Blogs

PROBESEVEN's BETTER LIVES :)

Destined to Contribute Knowledge

Tag

testing

Cucumber Behavior Driven Development – An Introduction for Beginners

by Balaji

Introduction Cucumber is an Open source automation tool which supports Behavioral Driven Development (BDD) approach. BDD is a commonly used approach to implement acceptance test scenarios while development is in-progress. BDD is used to create test scripts from both developer’s… Continue Reading →

An Introduction to Blockchain based Application Testing

by Balaji

An Introduction Before going walk-through on Blockchain Application Testing, first we need have ability to answer for these two simple questions. What is Blockchain? How does Blockchain works?  What is Blockchain? Blockchain contains the list of transaction records called blocks,… Continue Reading →

Managing and Creating Maven Project with Selenium

by Prabha V

Maven is a software project management and comprehension tool, It control and manages the plug-in module with POM (Project Object Model) which is basically an XML file format and it contains all plug-in details of the particular project like MVC…. Continue Reading →

API TESTING STRATEGIES

by Prabha V

API are the building blocks that provide means of developing applications software or making applications talk to each other (or) to the web. And they are subroutines which work in certain predefined ways or follows certain protocols. Need for API… Continue Reading →

Learn How to Integrate Selenium with Jenkins!

by Karthik.NN

Here is a knowledge share of running test scripts via Jenkins. You would now have a brief guidelines and document demo of creating sample test scripts. We would be using Eclipse IDE/Net beans IDE and I have used Eclipse IDE… Continue Reading →