Blog

, page 29 back to homepage

What is Monkey Testing?

Note: this article was updated in July 2019 Is it right to trust to chance, especially when it comes to your job? If to talk about software testing, you hardly

Read More

Difference Between System and Acceptance Testing

Acceptance testing tests the system whether it satisfies the requirements. It is alike with System testing in such focus that the whole system is checked. But it is significant dissimilarity

Read More

The Main Goal of Acceptance Testing

Note: this article was updated in December 2019. Have you already conducted all system tests? Are all the bugs found and fixed? Looks like you have done with testing, there

Read More

What is glass box testing?

Black-box and glass-box are test design techniques. Black-box test doesn’t use information about the internal structure in full. Black-box test is known as focusing on functional requirements testing. Glass-box test

Read More

The Necessity Of Automation

If there are no automated tools for regression testing the main attention focus on manual testing, aimed to re-affirm the ‘known’ state of software after modifications. This may tie up

Read More

Basic Elements of Usability Testing

Basic Elements of Usability Testing: 1. Controlled and sometimes vast interviewing and probing of the partakers by the test moderator. 2. Use of a specimen pattern of end users which

Read More

Usability Testing: Difference Between Purchaser and End User

During determining the user proļ¬le in Usability Testing, you should understand the difference between the purchaser or buyer of the product and the actual end user. It happens so that

Read More

Test Automation Of Software

Automation does not reduce the test preparation phase, but rather increases it, which may frighten the inexperienced project manager, however, as soon as the first stable version of application will

Read More

Useful Tips for Choosing a Test Automation Tool

For Functional testing it is important to support a specific development environment, the ability to create reports about testing, automatic registration of detected defects, presence of recovery-scenarios. For load testing

Read More

What is Component Testing?

ISTQB Glossary gives us the following definition: Unit Testing (module testing): See component testing Component testing: Testing of individual software components (according to IEEE 610) Component: The smallest element of

Read More

The basic definitions of automated software testing

Software Automation Testing is the process of software verification in which the basic function and test steps, such as running, initialization, execution, analysis and delivery of results are performed automatically

Read More