Home > Miscellaneous (Page 4)

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

How to achieve Web accessibility (Development & Testing)

How to achieve Web accessibility

What is Accessibility or Web Accessibility : People with disabilities should able to easily access the web content.Implementing web accessibility will give equal opportunity and chance to people with disabilities or older people (who are facing changing abilities due to aging).In United states there is law "Americans with Disabilities Act -

This Article is TAGGED in . Read more

Select all, deselect all in angular material.

Consider we have page status list. [crayon-67ba9c636ebd3890412472/] then out html looks like as, [crayon-67ba9c636ebd8423629612/] and her we have 2 functions for select/deselect all. [crayon-67ba9c636ebda252808244/] If you have any query then drop a comment.:)

This Article is TAGGED in , . Read more

Add custom filter on list with paging in angular material

we have angular object  [crayon-67ba9c636eea7566199516/] In above, we have one pages objects which stores page list and page count. Consider, we have page status filters. which values is stored in 'filterData.selectedPageStatus' object that is we are passing to page custom filter. so out html looks like below [crayon-67ba9c636eeab944354232/] Now, add below code in app.js [crayon-67ba9c636eead306492206/] Here we done.  Please

This Article is TAGGED in . Read more

Read data from excel sheet using Katalon Studio

It it very easy to get data from excel using Katalon Studio. For Data driven test cases we need excel sheet. In this article will see how to use excel sheet in KATALON studio by using findTestData method. Select Menu File -> New -> Test Data (Katalon studio will show "New

This Article is TAGGED in , . Read more

Katalon studio : Dynamic object / link Identification by modifyObjectProperty

Dynamic object Identification using KATALON Studio. When object location is changing every time then it is not good practice to update the reference of object in Object Repository. For this it is better to identify the object location dynamically by using method like modifyObjectProperty Below is sample code which will give you idea

This Article is TAGGED in , . Read more