tester
What's the Difference Between Automated Testing and Manual Testing?
What's the Difference Between Automated Testing and Manual Testing? Software testing is a huge domain, but it can be broadly categorized into two areas: manual testing and automated testing. Both manual and automated testing offer benefits and disadvantages....
What is a Test Strategy? What are its Components?
What is a Test Strategy? What are its Components? Test Policy - A document characterizing the organization’s philosophy towards software testing. Test Strategy - A high-level document defining the test phases to be performed and the testing within those...
Testing documentation
Testing documentation Testing documentation involves the documentation of artifacts which should be developed before or during the testing of Software. Documentation for Software testing helps in estimating the testing effort required, test coverage,...
Some question about the test - part 13
Q51. Verification is: A, checking that we are building the right system B, checking that we are building the system right C, performed by an independent test team D, making sure that it is what the user really wants Answer: B Q52. The difference between...
Some question about the test - part 12
Q38. Which of the following is a MAJOR task of test planning? A, Scheduling test analysis and design tasks B, Initiating corrective actions C, Monitoring progress and test coverage Answer: A Q39. Where may functional testing be performed? A, At system...
Non-functional testing
Levels of testing include the different methodologies that can be used while conducting Software Testing. Following are the main levels of Software Testing: Functional Testing. Non- functional Testing Non-functional testing 1. Performance Testing It is...
Functional Testing
Levels of testing include the different methodologies that can be used while conducting Software Testing. Following are the main levels of Software Testing: Functional Testing. Non- functional Testing Functional Testing This is a type of black box testing...
Black Box, White box and Grey Box testing
Testing Methods Black Box Testing The technique of testing without having any knowledge of the interior workings of the application is Black Box testing. The tester is oblivious to the system architecture and does not have access to the source code. Typically,...
Testing Types
Testing Types Manual Testing This type includes the testing of the Software manually i.e. without using any automated tool or any script. In this type, the tester takes over the role of an end user and test the Software to identify any unexpected behavior...
The different phases of a Bug Life Cycle and Cost of fixing bugs
Bug Life Cycle starts with an unintentional software bug/behavior and ends when the assigned developer fixes the bug. A bug when found should be communicated and assigned to a developer that can fix it. Once fixed, the problem area should be retested....