Basis Path Testing
Basis path testing is a white box testing technique that enables the test designer to derive a logical complexity measure and use it to define a basis set of execution paths.
Basis path testing is a white box testing technique that enables the test designer to derive a logical complexity measure and use it to define a basis set of execution paths.
In this post, we will learn steps to create Test case in TestLink. Test cases are created under a Test Suite which is associated with a Test Project. We can organize and group related
Introduction Keywords allow testers to categorize and filter Test Cases. We can group certain test cases with some attributes. For example, you can use Windows: a set of Test Cases valid for the Windows platform. Create a Keyword The steps to create a keyword are as follows: To create a keyword, click the Keyword Management […]
Computer Programming Steps : This tutorial explains the steps of computer programming. Computer programming is the process
Qualities of Good Tester This post outlines qualities of Good tester. Some qualities apply to manual testers and some apply to automation testers. These qualities help to achieve you a prospective testing career. Some of the Qualities of Good Tester are as follows: Good Communication Skills Testing Sense and Attitude to break software Learn New […]
Download and Install Java JDK In this post, you will learn the steps involved in downloading and installing the JDK( Java Development Kit). The easiest way to install JDK is to extract the zip file and set the JAVA_HOME and CLASSPATH environment variables. However, we will use the JDK installer to examine the installation steps. […]