Home > Testing best practice (Page 5)

Checklist and device matrix for Responsive Testing

Responsive web design is web application designed with respect to all the shapes and sizes of the different screen resolutions of desktop and mobiles in the market. With different technologies, various OS, and its multiple screen sizes demands that the website or application should have tested for the responsiveness. Scenarios / Test

This Article is TAGGED in . Read more

Importance of Daily standup meeting in an agile process

1) What is the daily standup in an agile process? A short team meeting conducted on a daily basis (Usually before starting the day) to know the task or work status of the team members. The focus of the meeting should be the each team member completed the yesterday's task and have

This Article is TAGGED in , , . Read more

Selenium WebDriver Locator by ID

Here is example to find element by Locator Type as ID  ID is attribute used with HTML element to uniquely identify it in HTML document.  Faster and easiest way to locate an element in HTML document using selenium.  How to find web element by using id in Java language [crayon-67bab620e18b7570483072/] Steps to find ID attribute of web element. Open

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

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

How to Create Dependent drop down lists in Excel

To populate the list based on selection,microsoft excel is providing feature of dependent drop down list.In this article will see based on selection of country drop down related city drop down should get populated.Step 1) Create the Country list then select those country and create the named list.To Create the named

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