Bulk upload: Jira issues

Problem

The major challenge for a Product owner & Scrum master in Agile based project is to think of stories & get the requirement crystal clear for the team.

The next challenge we get through is creating & writing the stories in Jira. In this post, I will share how I have created bulk stories in Jira using simple CSV files.

Details

I own a project which is based on Scrum. I am working very closely with Product owners in getting the prioritization, alignment & requirements of stories in the sprints.

So we are using a tool called Test Rail to manage our Test cases. The project is more inclined toward QA automation. But the solution which I will talk about can be applied to any project.

Continue reading “Bulk upload: Jira issues”

Lessons learned (the hard way) in software testing

What we speak is what we have learned. There are some very basic simple rules which we can follow as we grow as a Quality Analyst. In this post, I will share a little of my experience.

Don’t try to test everything, or even close to everything.
Continue reading “Lessons learned (the hard way) in software testing”

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”