Home > Miscellaneous (Page 2)

JIRA – Project management tool

What is JIRA tool? JIRA is a project management tool/software which can be used to deliver projects efficiently. JIRA can manage small tasks of the project as well as related issues and bugs. User can manage and track the flow of the project properly. The JIRA reports can be fetched for

This Article is TAGGED in , . Read more

Code to identify all web / broken links of a website

Below selenium code will be useful to identify all website links from all the pages as well as broken links. [crayon-6623d1a32dd3d381672439/] Output of above program after entering valid url and domain name  Link Name Internal /  External Response of link http://www.mundrisoft.com/index.html internal link working 200 http://www.mundrisoft.com/ internal link working 200 http://www.mundrisoft.com/capabilities.html internal link working 200 http://www.mundrisoft.com/case-studies.html internal link working 200   Selenium Tutorial >>

This Article is TAGGED in . Read more

Important SEO tags to improve website visibility.

SEO important tags:  If we want to improve the visibility of our website, increase traffic and boost our brand’s revenue, we need to run a strong SEO campaign. While building backlinks, developing your social media presence, and other off-site practices are great for boosting our site’s rankings,  On-page optimization is still incredibly important.

This Article is TAGGED in , , , , . Read more

Web Storage in HTML5

Web Storage Using Web Storage we can store data within web browser. Within Web Storage we can stored large amount of data locally. Data within Web Storage is secured. Objects in Web Storage window.localStorage - can not expire data(even if we can removed it). window.sessionStorage - data lost when browser tab closed. Methods in Web Storage setItem(name, value) -

This Article is TAGGED in . Read more

Estimate task in microsoft planner

In this article will see how to estimate task , Actual hours in planner. Using Microsoft planner we can create  Sprint Product Backlog User Stories Daily Scrum meetings In charts section we can have Sprint burn down Chart. To Add Estimated time , actual time against each task we need to add on chrome plugin i.e Estimations

This Article is TAGGED in , . Read more

Agile estimation and Story points

1) What is story points in Agile Story point is a unit used in agile process which estimates the efforts for implementing a complete feature considering actual efforts, risk involved, uncertainties may occur and complexities of the implementation. The story point actually defines the difficulty level to achieve the goal. The main goal

This Article is TAGGED in , . Read more