Appium Environment Set Up

Appium is an open source test automation framework. We use it with native, hybrid and mobile web apps. It drives iOS, Android, and Windows apps using the WebDriver protocol. Basics installation of Appium mobile test environment follows these steps :…

ROBOT framework

“Robot Framework is a generic open source automation framework. It can be used for test automation and robotic process automation (RPA).” robotframework.org Setting up a Robot framework environment with Selenium library to run on VS code in Windows environment: Steps…

Factors for defining the strategy

Here are some good questions / matters to consider before you define your strategy to test a product / software. What are the risks of hazards and safety measurements / limits What are the available resources and skills. Also consider…

Metrics vs Expert – based Approach

Metrics based approach as it indicates from its name depends on the data accimulated over time from the use and development of the software. It is not complete without an expert based approach as they help each others to evaluate…

Tasks of the tester

Here are some common tasks of a tester. Sure, they are not limited to the list here. They are generally accepted tasks by ISTQB foundation literature. To analyze requirements and the software for testability To implement test environments To create…

Use Case Testing

Use Case Testing is a functional black box testing technique. It helps testers to identify test scenarios to exercise the whole system on each transaction basis from start to finish (“End to end testing“). It makes sure that the user…

Test Tools

Since we are learning testing as a subject and object for our future career, it is always good to have a testing mentalite. Here for our future job, we may have different solutions to help us processing the test operations.…