Home > Suhas Malpure (Page 2)

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

How to Add Objects in Katalon

Add objects to object repository using spy-web. Click on "Spy Web". Then enter URL "http://www.google.co.in/" in Starting URL Text box.   After entering url select chrome as browser and click on Start Button     KATALON will open chrome browser. Move mouse pointer on any field like text box,Button & then press "ALT + ~ "   System will add

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

Install Automation Tool Katalon Studio

Katalon Studio is free & simple powerful automation tool. Easy to Install & Configure. It requires less technical knowledge to learn. Very good Tool for Manual Testers to understand about Katalon. Here are some key feature. Create Project Create Tests Run Tests View Reports Maintain Tests Steps to Download Katalon Studio Download link is available at this location Need

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

How to install selenium webdriver On windows 10

Steps to install selenium WebDriver for windows. Step 1) Install java on windows machine (JDK) First verify whether java is already installed on your machine or not go to command prompt and type command "java -version" and press enter. if java is already installed on your machine then system will give you output

This Article is TAGGED in , , , . Read more

How to decide automation tool for testing

Identify best automation tool which suited for your project by focusing on these aspects. A) Management point of view B) Technology of the Application C) Expertise available. Try to follow step by step and at the end you will get your answer that which tool is best fit to automate the application. Identify in which

This Article is TAGGED in , , , . Read more