Technical skills needed to be a software tester

07. April 2019 Uncategorized 0
We have seen the definition and scope of software testing. Now let us look at the technical skills which are needed to become a software tester. Basic knowledge of Linux commands: It is important for the tester to have knowledge about Linux commands because most of the software applications are deployed on Linux machines. Basic ...

A brief introduction to software testing

02. April 2019 Uncategorized 0
“Software Testing is the process of executing a program with the intention of finding the error” According to ANSI/IEEE 1059 standard – Testing is a process of analyzing a software item to detect the differences between existing and required conditions (i.e., defects) and to evaluate the features of the software item. It is the process ...

BENEFITS OF SELENIUM TESTING

01. April 2019 Uncategorized 0
A number of tests have to be conducted to assess the performance, user-friendliness, and aspects of the software during software development. Manual tests can be time consuming and expensive. Automated testing can help in this case. Selenium has its own advantages along with the advantages of software testing.   Institutes offering software testing training in Kerala have increased precisely due to ...

Selenium WebDriver – An Introduction

30. March 2019 Uncategorized 0
  Selenium – A portable framework for testing web applications. It provides a playback tool for authoring functional tests without the need to learn a test scripting language (Selenium IDE).   Selenium WebDriver : A collection of open source APIs which are used to automate the testing of a web application is known as Selenium ...

TOOLS USED FOR PERFORMANCE TESTING

28. March 2019 Uncategorized 0
We have seen that Performance test is performed to determine  and ensure the performance of a software application in terms of stability and responsiveness under an expected workload.  Given below are some of the widely used Performance Testing tools. WAPT Web Application Performance Tool or (WAPT) helps to analyze the performance of web applications, web ...

PERFORMANCE TESTING AND ITS DIFFERENT TYPES

26. March 2019 Uncategorized 0
  What is Performance Testing ? Performance test is executed to determine  and ensure the performance of a software application in terms of stability and responsiveness under the expected workload. There are two major types of testing in software testing : Functional Testing and Non Functional Testing.In software testing, Performance testing and the types of ...

SOFTWARE TESTING AND ITS DIFFERENT TYPES

26. March 2019 Uncategorized 0
SOFTWARE TESTING “Software Testing is the process of executing a program with the intention of finding the error” It is a formal process performed by specialized testing teams, either a unit or integrated units or complete software is examined by running programs on the computer. Software testing is performed by approved test producers on approved ...

Manual Testing and its importance

26. March 2019 Uncategorized 0
  MANUAL TESTING The process of testing the software manually to find the defects is known as Manual Testing. To ensure that all the features mentioned in the requirement document are working properly, the tester should have the perspective of the end user. It is a process where the testers generate the reports manually without ...

AUTOMATION TESTING : DEFINITION AND SCOPE

25. March 2019 Uncategorized 0
AUTOMATION TESTING : DEFINITION AND SCOPE
The activities and efforts that intend to automate engineering tasks and operations in a software test process using well-defined strategies and systematic solutions are known as software automation testing. Automation Testing is the using of automation tools to write and execute test cases. Manual intervention is not needed while executing an automated test tool.   ...