Technical articles
-
Lockit, cheat codes and other assistants for game testing
06.01.2022During the testing, QA engineers often use additional tools and opportunities provided by the project owner. Let us consider the game testing types in which we need the help of supplemental instruments and study them in detail.
-
Defect prediction as a test design technique
05.01.2022In connection with the number of products and approaches to software development, there can be a large variety of defects. It is worth noticing that the main advantage of the defect prediction technique is the absence of necessity to create high-level test scenarios. It is why we can use this method in the very early development stages or if there are time constraints, or even when there is a lack of the requirements. But the success of applying it depends directly on the tester’s level of professional training.
-
Equivalence Partitioning and Boundary values
04.01.2022Test design is one of the earliest stages of software testing, where the test cases are planned and designed according to the project’s quality criteria, objectives, and requirements. The main objective of test design is the coverage of all functionality by using a minimum number of tests. For this purpose, different design techniques are used, such as general rules and recommendations, regarding creating tests during the testing process. In this article, we will look at the equivalence classes partition and boundary value analysis techniques.
-
Types of testing overview
31.12.2021Knowledge of the types of testing is a necessary skill of the tester, it gives an understanding of approaches to software testing, helps to plan testing well, as well as to classify the errors found.
-
Cross browser testing: reasons and executors to perform
30.12.2021Applications and sites can behave differently. It is regarding the fact that each browser has its own extensions, plug-ins and also differences in the desktop and mobile versions. Cross browser testing is performed in order to decrease these differences, making the development more or less universal.
-
Dictionary of the Basic UI/UX Elements
12.08.2021Knowledge of UI/UX elements is important for a web designer, and even more important for a tester, who will be the first to check the developed site for errors and bugs in the layout. After all, if the tester doesn’t understand the nature and the features of UI/UX elements, he may miss obvious bugs, or, conversely, determine the correct operation of the element as a bug.
-
What is Test plan? What is it for? What does the test plan consist of?
13.01.2021What is Test plan? Test plan – is a document, which describes the entire scope of testing, starting from the description of the test object, strategy, schedule, criteria for starting and ending testing, to the equipment required in the process of operation, special knowledge, as well as the risk assessment with options for their resolution. [...] -
Lifecycle of the program defects
13.01.2021In order to navigate among the status of the defects, as well as to quickly and correctly create, comment and close them in the bug tracking system, you need to know which way they go.
-
What is OWASP? Top-10 vulnerabilities
12.01.2021In this article we will look through the OWASP and define Top 10 of it’s vulnerabilities. First of all, let us define OWASP. Open Web Application Security Project (OWASP) is a non-commercial foundation that works on software security improvements.
-
Tools for taking screenshots
11.01.2021Screen capture is one of the most effective ways to share what’s happening on your monitor screen. For technical users such as QA engineers, this allows better communication between the project participants.
