Home > Software Testing (Page 8)

Identify dynamic link or webElement using Protractor

If the text of link/webElement is continuously changing then we call it as dynamic link or web element. We have two scenarios, first scenario is text of link may completely change second scenario is text of link may partially change. If it is partially changing we can use locator partailLinkText

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-685e69acc39de109672510/] 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

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

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

Software design specification – Importance in UI testing

Software design specification – Importance in UI testing

• What is UI (User Interface)? User Interface is way with which website and its users interacts. It is visual part of website which might include menus, links, images, content, designs and layouts. UI should be polished, simple but attractive to users’ eyes and importantly responsive these days. • Why

This Article is TAGGED in . Read more