Importance of Software Testing
Here is a very beautiful neatly prepared youtube video from fireship channel.
Here is a very beautiful neatly prepared youtube video from fireship channel.
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.”…
“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 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…
A software tester plays a crucial role in the software development lifecycle, focusing on evaluating and verifying the quality, functionality, and performance of software applications. Let’s explore the role of a software tester and their typical tasks in detail: What is a Software Tester? A software tester is a professional responsible for ensuring that software…
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 best possible test results. Expert based approach depents on the testing team and their expertese….
Here are some good questions / matters to consider before you define your strategy to test a product / software. Let’s explore the software test strategies according to ISTQB Foundation, using examples and analogies to make them easier to understand. Analytical Test Strategy This strategy is based on analyzing risks or specifications to design tests….
“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
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 : Then create your firs Mobile Driver as below : As you see in the capabilities…
Get your hands on your keyboard and type Oracle Java installation in google search bar or follow the steps here below. All done for basic Java JDK set up. Now we need to install a Java IDE to write our java codes and run them. To continue learning how to install your IDE follow the link…