SSowkhyainsouky.hashnode.dev路Oct 7, 2025 路 1 min readPython For BeginnersPython is a high-level, easy-to-learn, interpreted language. Used for web development, data analysis, AI, automation, and more. File extension: .py 馃悕 1. Introduction to Python Python is a high-level, easy-to-learn, interpreted language. Used for ...00
SSowkhyainsouky.hashnode.dev路Jan 28, 2025 路 2 min readKey Challenges in Software TestingSoftware testing faces several challenges, which can vary based on the project's complexity, scope, and resources. 1. Incomplete Requirements and Specifications Lack of clear or detailed requirements makes it difficult to design test cases. Miscomm...00
SSowkhyainsouky.hashnode.dev路Jan 17, 2025 路 2 min readJMeter ListenersIn Apache JMeter, listeners are components used to capture and visualize the results of a performance test. They help monitor and analyze the test execution by presenting data in various formats such as tables, graphs, or logs. JMeter provides a vari...00
SSowkhyainsouky.hashnode.dev路Jan 6, 2025 路 2 min readHTTP Status CodesWhen performing QA (Quality Assurance) testing for HTTPS status codes, the goal is to verify that the application behaves as expected and returns the correct HTTP status codes for various scenarios. Following are the most common HTTP Status Codes tha...00
SSowkhyainsouky.hashnode.dev路Nov 16, 2024 路 4 min readApache JMeter TimersTimers in JMeter are used to introduce a delay or pause between requests sent to the server during test execution. Without timers, JMeter sends requests without any pause, which can result in overwhelming the server and failing to simulate real-world...00