Home > Suhas Malpure

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

Test bulk urls using Excel VBA macro

To verify page load errors, specific text for thousands of web page it is possible using simple excel Macro.  To perform testing on thousands of URL we can easily use below macro code to verify page load error 404, verification of specific text or any other data validation requirment. [crayon-673365bb10da3917271893/]   >> Manual Testing

This Article is TAGGED in , , . Read more

Open URL in different browser using batch file.

To Launch same url in multiple browser then copy below code in notepad and save file as "launch.bat" [crayon-673365bb1167d084899768/] Double click on launch.bat file. It will open set url in internet explorer,chrome,firefox and in Microsoft EDGE. Let us know if you want more information about batch file commands.

This Article is TAGGED in . Read more

Focus Order test cases for Accessibility

What is Focus Order Focus order is a sequence, where user can access website element in sequential manner using keyboard. Assuming user is not in a position to use mouse then using key board tab key user can navigate through all interactive element. This "Focus Order" guideline comes under "Level A"  How to

This Article is TAGGED in . Read more

How to create file with specific size for Testing

While performing software testing we always need test data. To test file related scenarios like upload , download etc we need test files. Follow these 2 simple steps to create file with specific size limit. Step 1) Open command prompt (press windows key then type command and press Enter) Step 2) Type below

This Article is TAGGED in . Read more

Top Web Accessibility Tools

Top Web Accessibility tools which will help to determine whether your web content meets W3 recommended Accessibility guideline or not.  WAVE Browser Extensions  : This extension is available for chrome & Firefox. This extension runs entirely within web browser. Not sending any information to server. Easy to use, after installing extension

This Article is TAGGED in . Read more