Home > Manual Testing (Page 2)

JIRA – Project management tool

What is JIRA tool? JIRA is a project management tool/software which can be used to deliver projects efficiently. JIRA can manage small tasks of the project as well as related issues and bugs. User can manage and track the flow of the project properly. The JIRA reports can be fetched for

This Article is TAGGED in , . Read more

Test bulk urls using Excel VBA macro

To verify page load errors, specific text for thousands of web page it is possible using simple excel Macro.  To perform testing on thousands of URL we can easily use below macro code to verify page load error 404, verification of specific text or any other data validation requirment. [crayon-66221da84dad1214396413/]   >> Manual Testing

This Article is TAGGED in , , . Read more

Tester role in Agile methodology

What is testing in an agile process? A software testing process that takes place in the agile software life cycle is known as Agile testing.The testing process in agile methodology is a continuous testing process. The development and Testing goes hand in hand in Agile methodology.The Testing start as soon as the project starts

This Article is TAGGED in . Read more

API Automation Using Katalon Studio

Follow below steps to cofigure API Automation project. 1.Open Katalon studio by running exe file. 2.By Default it will create folders as shown below. 3.Right click on Object Repository > New > Web Service Request 4.Enter Name, Request Type and URL and click on OK 5.Test the API by clicking on Test Request 6.After successful response

This Article is TAGGED in , . Read more

Code to scroll in web page using selenium

Scroll can be done in two ways one is horizontal and another is vertical. In selenium scroll operation is done using JavaScriptExecutor. Code to scroll vertically Down by 500 pixel: [crayon-66221da84e2ba081345366/] Code to scroll vertically UP by 500 pixel: [crayon-66221da84e2c4924331017/] Code to scroll horizontally RIGHT by 500 pixel: [crayon-66221da84e2c9178422575/] Code to scroll horizontally LEFT by 500

This Article is TAGGED in . Read more

Agile estimation and Story points

1) What is story points in Agile Story point is a unit used in agile process which estimates the efforts for implementing a complete feature considering actual efforts, risk involved, uncertainties may occur and complexities of the implementation. The story point actually defines the difficulty level to achieve the goal. The main goal

This Article is TAGGED in , . Read more

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

Test Cases for drop-down list (multiple selection) in website

We all are known about the multiple item selection drop-down list. It is used for select multiple items under a box or menu. By selecting items we can categories the list with help of drop-down menu. By default drop-down list will display only one item. Below are some test cases which

This Article is TAGGED in , . Read more