A test case is a document which consists of a set of conditions or actions which are performed on the software application in order to verify the expected functionality of the feature. Here we describe the end to end logical flow of a specific requirement with test data, prerequisites and expected results. [Read more…] about What is a Test Case? Example Template, Types, Best Practices
test
What is Test analysis / Test Basis? or How to identify the test conditions?
Test analysis: identifying test conditions
Test analysis is the process of looking at something that can be used to derive test information. This basis for the tests is called the test basis. [Read more…] about What is Test analysis / Test Basis? or How to identify the test conditions?
What is Test comparators in software testing?
A test comparator helps to automate the comparison between the actual and the expected result produced by the software. [Read more…] about What is Test comparators in software testing?
What is Test harness/ Unit test framework tools in software testing?
These tools are mostly used by developers. These two types of tool are grouped together because they are variants of the type of support needed by developers when testing individual components or units of software. A test harness provides stubs and drivers, which are small programs that interact with the software under test (e.g. for testing middleware and embedded software).
Some unit test framework tools provide support for object-oriented software, others for other development paradigms. [Read more…] about What is Test harness/ Unit test framework tools in software testing?
What are Test execution tools in software testing?
When people talk about the ‘testing tool’, it is mostly a test execution tool that they think of, basically a tool that can run tests. This type of tool is also known as a ‘test running tool’. Most tools of this type get started by capturing or recording manual tests; hence they are also known as ‘capture/playback’ tools, ‘capture/replay’ tools or ‘record/playback’ tools. It is similar as recording a television program, and playing it back. [Read more…] about What are Test execution tools in software testing?