ISTQB Foundation study content for a Tester

ISTQB Contents Software Testing is a systematic method that controls whether a software product matches expected requirements and that ultimate goal is to ensure that the final product is Defect free. Though thinking that a software is free of defects principaly considered as deceiving. And “Absence of defect through a testing process does not mean no defects are present.”…

Test Tools

“A test tool is a software product that supports one or more test activities, such as planning and control, specification, building initial files and data, test execution and test analysis.” Definition above is provided in the ISTQB foundation level dictionary. In phylosophy I feel it shoul be more than a software in the mind of…

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 performs its function successfully, without any interruption or error. Use case testing is not performed to determine the quality…

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 : How a Robot framework codes look like : https://robotframework.org Sources : https://datatofish.com/add-python-to-windows-path/embed/#?secret=akoh0wl6Ai#?secret=lPIEh8mK8p https://robotframework.org/?tab=1#getting-started https://robotframework.org/SeleniumLibrary https://code.visualstudio.com/download