top of page
May 4, 20236 min read
What is the difference between Cache and Cookies?
Human language: Cookies and Cache - are two ways to store data on a client’s machine in order to speed up and improve the user's...
May 4, 20232 min read
What is Web testing, and why is it important?
Human language: In today’s world of high-speed internet connection and ubiquitous mobile devices, users can do more and more on the web...
May 4, 20234 min read
What tools for Capturing and Analyzing Network Traffic do you know?
Capturing and analyzing network traffic tools are software applications that allow users to capture, analyze, and interpret network...
May 4, 20235 min read
What is the Client-Server model, and how does it work?
Human language: The client-server model, or client-server architecture - is a distributed application structure, that divides tasks...
May 1, 20234 min read
What is State Transition testing?
ISTQB definition: State transition testing (finite state testing) - a black-box test technique using a state transition diagram or state...
May 1, 20234 min read
What is Decision Table testing?
ISTQB definition: Decision table testing - a black-box test technique in which test cases are designed to execute the combinations of...
May 1, 20234 min read
What is Boundary Values Analysis(BVA)?
ISTQB definition: Boundary value analysis (BVA) - is based on testing the boundaries between partitions that are ordered, such as a field...
May 1, 20233 min read
Please explain the Equivalence partitioning technique?
ISTQB definition: Equivalence partitioning (partition testing) - is a black-box test technique in which test cases are designed to...
May 1, 20236 min read
What is the difference between Smoke and Sanity Testing?
Human language: In this article, we are going to get familiar with smoke testing, sanity testing, and the key difference between them. To...
May 1, 20233 min read
What is Regression testing?
ISTQB definition: Regression testing - is a testing of a previously tested component or system following modification to ensure that...
May 1, 20236 min read
What is the difference between Localization and Internationalization testing?
ISTQB definition: Localization testing This is also called internationalization. Localization is making sure that systems are understood...
May 1, 20232 min read
What types of testing do you know?
ISTQB definition: According to the ISTQB foundation, we have the following types of testing: Functional testing; Non-functional testing;...
May 1, 20234 min read
What is a Test Plan? What does the test plan consist of?
ISTQB definition: Test Plan - is a documentation describing the test objectives to be achieved and the means and the schedule for...
May 1, 20236 min read
What is the difference between Priority and Severity?
ISTQB definition: Severity - the degree of impact that a defect has on the development or operation of a component or system. Priority -...
May 1, 20233 min read
What is the Difference between Error, Bug, and Failure?
ISTQB definition: To understand the key differences between these words, let's first take a look at each definition: Error (mistake) - is...
May 1, 20236 min read
What is a Defect/Bug Life Cycle?
Human language: A defect life cycle - is a path that a defect follows from its inception to resolution. It starts when the defect is...
May 1, 20233 min read
What are the different test levels?
ISTQB definition: Test level (test stage) - a specific instantiation of a test process. According to the ISTQB Foundation, there are four...
May 1, 20235 min read
What is a Test Environment? Why is a test environment needed?
Human language: A test environment - is any space in which software builds, tested, and fixed. This space is a server with test data that...
May 1, 20236 min read
What is STLC? What stages of STLC do you know?
ISTQB definition: A test process consists of the following main groups of activities: Test planning; Test monitoring and control; Test...
May 1, 20234 min read
What are the entry and exit criteria?
ISTQB definition: Entry criteria (definition of ready) - are the set of conditions for officially starting a defined task. Exit criteria...
bottom of page