Home > Manual Testing (Page 4)

Early involvement of testing team in requirement phase

ObjectiveThe main objective of early involvement of testing team in the requirement phase is to prevent the defects in requirements. Otherwise these defects will be passed on to the design and coding phases. When the application comes to testing it becomes expensive to fix these defects as these are incorporated

This Article is TAGGED in , , , . Read more

Flowchart in Software Engineering / Testing

What is FlowchartA pictorial representation of an algorithm is called a 'Flowchart'. In flowchart, the steps in the algorithm are represented in the form of different shapes of boxes and the logical flow is indicated by interconnecting arrows. The boxes are used to represent different operations and the arrows are

This Article is TAGGED in , . Read more

Testing of the website translated from English to other languages

Testing Translated Content:-One may follow the below approach for testing the translated website:-Always refer the reference document to verify the translated content, no need to use any other external translators and thereby no guess work.The content in the reference document should exactly match with the content in the website otherwise

This Article is TAGGED in . Read more

Performance testing (free online tools)

What is performance testing? Performance testing is a non- functional testing to test how your system behaves when multiple tasks carried out at a time or multiple users use the system at a time or to check the response time of your system.  It involves quantitative test related to various

This Article is TAGGED in , , , . Read more

How to test newsletter?

How to test newsletter?The newsletter is to promote their services/products, to update about recent activities of user interest or in the intention of advertisement to the subscribers or user who opt-in to it.Now a day’s many templates are available in the market so clients can use them and circulate the

This Article is TAGGED in , , , . Read more

Pre- requisite of testing a newsletter

Pre- requisite of testing a newsletterNow a days newsletters are important part of promotional activities of company. Newsletters are normally used by organizations or owners of a Web site to communicate with their readers who are subscribed to the newsletter. As there are “n” numbers of readers with various types

This Article is TAGGED in , , . Read more

How to install selenium webdriver On windows 10

Steps to install selenium WebDriver for windows. Step 1) Install java on windows machine (JDK) First verify whether java is already installed on your machine or not go to command prompt and type command "java -version" and press enter. if java is already installed on your machine then system will give you output

This Article is TAGGED in , , , . Read more

Regression testing

What is regression testing?Regression testing is type of testing that ensures that any change or bug fixes done is not adversely affected on existing functionalities and system is working properly as it is before deployment of new code.Regression testing carried out every time after deployment of new code. It is

This Article is TAGGED in , , . Read more

Bug or defect life cycle in software testing.

What is a bug or defect life cycle in software testing?Bug or defect life cycle is journey of bug through and fro from various states till it will get fixed properly and closed by tester. The flow or stages of bug life cycle vary from company to company. It can also

This Article is TAGGED in , , , . Read more