Home > Manual Testing (Page 3)

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-68062016c5326226368089/] 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

Contrast Level In Accessibility

What is contrast in Accessibility? Contrast is a visual difference used for distinguishing a certain object (or objects). Contrast in Accessibility is about finding colors that not only provide maximum contrast, but provide enough contrast between content and the background  so that it can be read by people with

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

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

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

KATALON : Launch and Close different browser

Using KATLON user can automate or run the script on below mentioned browsers Chrome (56) Firefox  (51) Safari 5.1 + Internet explorer EDGE In order to record , run / Automate script in Internet Explorer need to perform below setting for Internet Explorer. Security level for all zones should be same under (Internet Properties -> Security) Enable "Enhanced

This Article is TAGGED in , , . Read more

What is Accessibility Testing

Accessibility Testing is a subset of usability testing, and it is performed to ensure that the application being tested is usable by people with disabilities like hearing, color blindness, old age and other disadvantaged groups.People with disabilities use assistive technology which helps them in operating a software product.Many people confuse

This Article is TAGGED in . Read more

Web Developer Pre-release Testing Checklist

When we talk about an emerging full-stack web developer, there are certain things that are bound to be missed owing to a developer background and a programmer mindset. A checklist with all things that should be considered before release to QA or launch will help a developer to deliver a not

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