Advantages of AI in Software Testing

30. March 2019 Uncategorized 0
Automation tests are ultimately risk-based. It assists users in deciding which tests they need to run to get the greatest coverage when limited time is a crucial factor. With the combination of Artificial Intelligence in software testing, data analysis and execution, the defects can be spotted fast and it can be done in a more ...

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.   ...