Newman integration with Postman

A postman is a tool that helped a lot of software engineers in testing APIs.

We can actually send the collections to marketing people & clients also. There is a lot we have evolved in this tool. Today I am going to show how I integrated Newman with the postman in one of my existing collections.

Lets get started

  • ​​ First you need to create a folder in your operating system.
  • Put your postman collection here – by Exporting the project from the postman.                       
Export in postman
Continue reading “Newman integration with Postman”

Part 1- API testing with rest assured.

API testing with rest assured

In this post, I will share some basic rest assured code that can be directly used in a project which can support Java, Page Object Model, TestNg, API testing, etc.

rest_assured
rest_assured

Starting with a basic class that will have generic variables, imports and other methods to be called as shown here.

Continue reading “Part 1- API testing with rest assured.”

Selenium Grid: Forbidden for Proxy, HTTP ERROR: 403

Selenium Grid : Forbidden for Proxy , HTTP ERROR: 403

Command to start Selenium Grid at your local

java -jar selenium-server-standalone-2.41.0.jar

Aug 20, 2014 7:44:34 PM org.openqa.grid.selenium.GridLauncher main
INFO: Launching a selenium grid server
2014-08-20 19:44:35.907:INFO:osjs.Server:jetty-7.x.y-SNAPSHOT

2014-08-20 19:44:35.952:INFO:osjsh.ContextHandler:started o.s.j.s.ServletContextHandler{/,null}
2014-08-20 19:44:35.960:INFO:osjs.AbstractConnector:Started SocketConnector@0.0.0.0:4444
Continue reading “Selenium Grid: Forbidden for Proxy, HTTP ERROR: 403”

Adding ‘Events’ in SoapUI projects

SoapUi provides a wide range of features, and via these capabilities we can not only test our web-services as a whole but also we can implement muliple functions to test an application’s services.
Today I will discuss ‘Events’ in SoapUi so let’s get started.

SoapUi provides a wide range of features, and via these capabilities, we can not only test our web-services as a whole but also we can implement multiple functions to test an application’s services.
Today I will discuss ‘Events’ in SoapUi so let’s get started.

Continue reading “Adding ‘Events’ in SoapUI projects”